Commit Graph

15 Commits

Author SHA1 Message Date
hykocx 0317a83ec6 refactor(admin): simplify sidebar toggle by removing router navigation and active section guard 2026-04-22 18:54:49 -04:00
hykocx 5ab789667c fix(admin): update sidebar and breadcrumb links to point to /admin/dashboard 2026-04-22 15:57:09 -04:00
hykocx 8752ce168e style(ui): update sidebar width to 230px and refactor StatCard layout 2026-04-22 12:38:26 -04:00
hykocx f45322736f style(admin): move font-normal from base to inactive class in AdminSidebar 2026-04-22 12:33:54 -04:00
hykocx 836134f701 refactor(admin): rename sidebar CSS class variables for clarity 2026-04-22 12:10:22 -04:00
hykocx 384eadf7b7 style(admin): update sidebar width to 240px and refine nav item styles 2026-04-22 12:05:46 -04:00
hykocx e8d87b0a8f style(admin): adjust sidebar nav item spacing and remove sub-item icons 2026-04-22 11:57:25 -04:00
hykocx 408653452c style(admin): add active parent style for expanded sidebar sections 2026-04-22 11:50:36 -04:00
hykocx 2420a2cb1d fix(admin): correct active state condition for collapsed sidebar sections 2026-04-22 11:49:24 -04:00
hykocx d6506eab5a style(admin): update layout font, max-width, and sidebar active item styles 2026-04-22 11:46:48 -04:00
hykocx 138183f3a8 refactor(style): apply new design 2026-04-22 11:30:33 -04:00
hykocx 345371d43c style(admin): reduce header height and simplify layout spacing and menu item focus styles 2026-04-22 11:09:12 -04:00
hykocx 6b71818531 feat(admin): navigate to first section item when expanding collapsed sidebar section 2026-04-19 17:15:52 -04:00
hykocx 7ef37e3ebd refactor: reorganize package exports under namespaced paths
- Prefix feature exports with `features/` (auth, admin, provider)
- Prefix shared exports with `shared/` (components, icons, lib, config, logger, rate-limit)
- Add new explicit exports for `shared/logger`, `shared/config`, and `shared/rate-limit`
- Update internal imports to use package self-referencing (`@zen/core/shared/*`) instead of relative paths
2026-04-14 19:57:48 -04:00
hykocx 65ae3c6788 chore: import codes 2026-04-12 12:50:14 -04:00