feat(admin-ui): catalog refresh + token migration (Stage 3.2)
This commit is contained in:
@@ -47,7 +47,7 @@ export const EventsPreviewTab = ({
|
||||
|
||||
return (
|
||||
<div className="space-y-3">
|
||||
<p className="text-sm text-carbon/70">
|
||||
<p className="text-sm text-ink-2">
|
||||
{t('schema.events.intro')}
|
||||
</p>
|
||||
|
||||
@@ -57,18 +57,18 @@ export const EventsPreviewTab = ({
|
||||
<div className="space-y-2">
|
||||
<div className="flex items-center gap-2 flex-wrap">
|
||||
<Badge variant="info">{current.eventType}</Badge>
|
||||
<span className="text-2xs text-carbon/70">
|
||||
<span className="text-2xs text-ink-2">
|
||||
{t('schema.events.topic')}:
|
||||
</span>
|
||||
<code className="text-2xs font-mono text-ultramarain">
|
||||
<code className="text-2xs font-mono text-accent">
|
||||
{current.topic}
|
||||
</code>
|
||||
</div>
|
||||
<p className="text-2xs text-carbon/60">{current.description}</p>
|
||||
<pre className="bg-regolith/30 rounded p-3 text-2xs font-mono overflow-x-auto whitespace-pre-wrap">
|
||||
<p className="text-2xs text-mute">{current.description}</p>
|
||||
<pre className="bg-line/30 rounded p-3 text-2xs font-mono overflow-x-auto whitespace-pre-wrap">
|
||||
{JSON.stringify(current.envelope, null, 2)}
|
||||
</pre>
|
||||
<p className="text-2xs text-carbon/50">
|
||||
<p className="text-2xs text-mute">
|
||||
{t('schema.events.disclaimer')}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user