hykocx
1032276d49
refactor(ui): replace chevron icons with arrow icon variants
...
- swap `ChevronDownIcon` and `ChevronRightIcon` for `ArrowDown01Icon` and `ArrowRight01Icon` in AdminSidebar and AdminTop
- add `ArrowDown01Icon`, `ArrowLeft01Icon`, `ArrowRight01Icon`, and `ArrowUp01Icon` to shared icons index
- remove `ChevronDownIcon` and `ChevronRightIcon` from shared icons index
2026-04-24 21:11:53 -04:00
hykocx
ccdd309414
feat(admin): add bottom navigation items and settings page to admin panel
2026-04-22 20:12:18 -04:00
hykocx
312c8e0239
fix(admin): remove active section override on collapsed state
2026-04-22 19:30:05 -04:00
hykocx
456b1746bd
feat(admin): extract AdminLayout as a separate server component
2026-04-22 19:22:14 -04:00
hykocx
cc4527d488
feat(admin): persist sidebar collapsed sections state in sessionStorage
2026-04-22 19:13:00 -04:00
hykocx
35cfa8b51a
fix(admin): collapse inactive sidebar sections by default and fix toggle logic
2026-04-22 19:10:17 -04:00
hykocx
6cff764e2f
fix(admin): keep active section expanded in sidebar without useEffect
2026-04-22 19:07:18 -04:00
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