From 272642f3722c32efdeaac0cf51ec1e5a4580d253 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Fri, 14 Aug 2026 21:42:29 -0500 Subject: [PATCH] feat(home): meez-style home page skin - Header app bar: full-bleed #FBFBFB h80 with #F3F3F3 border, 1120px content column - Search: borderless-underline MUI textbox (16px, focus #3D5DF6 underline), placeholder 'Search ' - Nav chips: h40 r999 label 16px/400 rgba(0,0,0,.87), active #DBE4FF, inline count, no leading icon - Filter + item-type chips: h44 r20 white - New button: 16px/500 blue pill - Directory: head row 57px #FBFBFB with Type/Name labels + select-all, rows 57px 36|112|1fr|36, flat 24x24 type glyphs, blue 16/300 name links, kebab 24x24 r50 revealed on row hover, no row hover bg, meez-menu-in entry animation - Mobile <=760px: kebab always visible, row grid fits 390px, head row hidden --- src/application/pages/app/index.astro | 5 +-- src/components/EntityDirectory.tsx | 7 ++-- src/styles/global.css | 54 ++++++++++++++++----------- 3 files changed, 38 insertions(+), 28 deletions(-) diff --git a/src/application/pages/app/index.astro b/src/application/pages/app/index.astro index f2e593e..aec05ed 100644 --- a/src/application/pages/app/index.astro +++ b/src/application/pages/app/index.astro @@ -57,8 +57,7 @@ const purchaseRows=purchases.map(item=>({id:item.id,name:item.name,href:`/app/in
@@ -80,7 +79,7 @@ const purchaseRows=purchases.map(item=>({id:item.id,name:item.name,href:`/app/in
}