Commit Graph

7 Commits

Author SHA1 Message Date
b481531301 Extract vendor page subcomponents; structured Directus errors
Split the 316-line vendors index into VendorToolbar, VendorGrid,
VendorList, and PerPageSelector under components/vendors/. Page now
owns only search-param state and query orchestration.

Replace generic Error throws in lib/directus.ts with a DirectusError
class carrying status, statusText, collection, url, and parsed body.
Surface useLocalStorage read/write failures via console.warn instead
of swallowing them.
2026-04-23 21:52:15 +04:00
c8ee8a3ec2 Add 404 and error boundary components wired into router 2026-04-23 21:15:22 +04:00
73a0d24c4f Add vendors listing with search, category filter, grid/list, pagination 2026-04-23 21:14:02 +04:00
8dd618ce88 Switch path alias from @ to ~, add Prettier with organize-imports 2026-04-23 21:13:59 +04:00
d68d780a00 Add home and CMS page routes 2026-04-23 21:11:47 +04:00
128f9d80fb Add layout shell with header, footer, and theme toggle 2026-04-23 21:11:22 +04:00
46001192be Add Tailwind v4 and shadcn/ui baseline components 2026-04-23 21:07:44 +04:00