1.9 KiB
1.9 KiB
phase, plan, subsystem, tags, dependency_graph, tech_stack, key_files, decisions, metrics
| phase | plan | subsystem | tags | dependency_graph | tech_stack | key_files | decisions | metrics | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| quick | 260411-022 | client-ui |
|
|
|
|
|
|
Quick Task 260411-022: Fix Global Items Search Bar Layout
One-liner: Collapsed three-section header (back link, title+subtitle, search) into a two-row compact layout with ArrowLeft icon, "Discover" back link, and inline title+search row.
Tasks Completed
| # | Task | Commit | Files |
|---|---|---|---|
| 1 | Consolidate global items header into compact layout | 4aab1fe |
src/client/routes/global-items/index.tsx |
Changes Made
- Back link: Replaced
← Dashboardwith<ArrowLeft /> Discover— clearer icon, correct label for Phase 27's landing page restructure - Title: Reduced from
text-2xl font-boldtotext-lg font-semiboldand dropped the subtitle paragraph - Search: Moved inline with title using
flex flex-wrap items-center justify-between gap-4. On mobile the search wraps below the title (w-full sm:w-auto sm:max-w-xs) - Outer padding:
py-6→py-4 - Section margins: Removed separate
mb-6,mb-8,mb-8wrappers; replaced withmb-3(back link) andmb-4(title+search row)
Deviations from Plan
None — plan executed exactly as written.
Known Stubs
None.
Self-Check: PASSED
- File
src/client/routes/global-items/index.tsxmodified and committed - Commit
4aab1feconfirmed in git log bun run lintpassed with no errors