From 8d484c30d147692e46daf76facb1abe4550e1365 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 23 May 2026 01:38:35 -0700 Subject: [PATCH] feat(web/ui6): migrate dashboard, workspaces, search, chat pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase UI6 — the three highest-traffic operator surfaces plus chat move off legacy globals onto @bytelyst/ui Card + Badge + Input + Select + Textarea + Button primitives via the local adapter. dashboard/page.tsx: - Welcome card, Saved views card, Quick links card, Operator workflows card, Recent note activity card — all section.surface-card → Card. - All saved-view/quick-link/workflow/note rows: surface-muted with inline styles → grid+rounded+bg utility classes with hover state. - All inline 'badge' spans (scope, status, tags) → Badge with semantic variants (workflow status maps to warning/success). workspaces/page.tsx: - Saved-views aside, filter section, workspace article rows, error banner — all surface-card → Card. - Filter input → Input. Visibility/owner/tag chips → Badge. - Workspace-note rows → utility-class hover panels. search/page.tsx: - POST /notes/search action chip → Badge. - Saved searches aside + results pane — both surface-card → Card. - '+ Save current' button + per-view Remove button — raw