diff --git a/docs/superpowers/plans/2026-04-19-ui-uniformity.md b/docs/superpowers/plans/2026-04-19-ui-uniformity.md index c4c0545d..d7d8f729 100644 --- a/docs/superpowers/plans/2026-04-19-ui-uniformity.md +++ b/docs/superpowers/plans/2026-04-19-ui-uniformity.md @@ -51,7 +51,7 @@ Mark each step `[x]` when complete. Commit the file with the step. - [x] **Step 2** — Fix: `app/login/page.tsx` text tokens (no violations found — already clean) - [x] **Step 3** — Fix: `app/page.tsx` text tokens (scanner/main page) - [x] **Step 4** — Fix: `app/inventory/page.tsx` text tokens -- [ ] **Step 5** — Fix: `app/admin/page.tsx` + `app/logs/page.tsx` text tokens +- [x] **Step 5** — Fix: `app/admin/page.tsx` + `app/logs/page.tsx` text tokens - [ ] **Step 6** — Fix: `components/AdminOverlay.tsx` text tokens - [ ] **Step 7** — Fix: `components/IdentityCheckOverlay.tsx` text tokens - [ ] **Step 8** — Fix: `components/Scanner.tsx` + `components/AIOnboarding.tsx` diff --git a/frontend/app/logs/page.tsx b/frontend/app/logs/page.tsx index 5af7d284..1757170d 100644 --- a/frontend/app/logs/page.tsx +++ b/frontend/app/logs/page.tsx @@ -190,7 +190,7 @@ export default function LogsPage() {
-

No events found

+

No events found

Refine your strategic filters

@@ -268,7 +268,7 @@ export default function LogsPage() {

Protocol Operator

-

{selectedLog.username || 'Automated Process'}

+

{selectedLog.username || 'Automated Process'}

Quantity Delta

@@ -306,7 +306,7 @@ export default function LogsPage() { (val && key !== 'image_url' && key !== 'id') ? (

{key.replace('_', ' ')}

-

{String(val)}

+

{String(val)}

) : null ))}