Commit Graph

352 Commits

Author SHA1 Message Date
hykocx 0dc6092780 refactor(ui): change Button icon prop to accept component reference instead of JSX element 2026-04-22 19:41:57 -04:00
hykocx d0db9331f1 chore: bump version to 1.4.51 2026-04-22 19:40:33 -04:00
hykocx 9ca3e0a83b refactor(admin): pass icon components as references instead of JSX elements 2026-04-22 19:40:28 -04:00
hykocx 68d427f2a2 chore: bump version to 1.4.50 2026-04-22 19:39:14 -04:00
hykocx 173cea270f style(ui): add leading-none to button base class 2026-04-22 19:39:10 -04:00
hykocx 5398e2ac1d chore: bump version to 1.4.49 2026-04-22 19:38:05 -04:00
hykocx e2dd60843f style(ui): add icon-only button sizing and fix action column alignment 2026-04-22 19:38:02 -04:00
hykocx 602b4f13cf chore: bump version to 1.4.48 2026-04-22 19:35:42 -04:00
hykocx 0fd01d2b68 fix(ui): add right alignment support for table columns using align prop 2026-04-22 19:35:39 -04:00
hykocx 5f7288974f chore: bump version to 1.4.47 2026-04-22 19:33:43 -04:00
hykocx 52f8ea2b13 style(ui): update dark mode background color from #090909 to #0B0B0B across auth and admin components 2026-04-22 19:33:40 -04:00
hykocx 7b76763741 chore: bump version to 1.4.46 2026-04-22 19:32:17 -04:00
hykocx 869afbcb85 style(ui): update dark mode background colors to use #090909 instead of neutral variants 2026-04-22 19:32:14 -04:00
hykocx cfbfbaaa3b chore: bump version to 1.4.45 2026-04-22 19:30:08 -04:00
hykocx 312c8e0239 fix(admin): remove active section override on collapsed state 2026-04-22 19:30:05 -04:00
hykocx 20612e3b48 chore: bump version to 1.4.44 2026-04-22 19:22:17 -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 f3f7c7a011 chore: bump version to 1.4.43 2026-04-22 19:10:21 -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 fa43e2c034 chore: bump version to 1.4.42 2026-04-22 19:07:21 -04:00
hykocx 6cff764e2f fix(admin): keep active section expanded in sidebar without useEffect 2026-04-22 19:07:18 -04:00
hykocx fd4c313bb8 chore: bump version to 1.4.41 2026-04-22 19:03:46 -04:00
hykocx f45d295961 refactor(admin): derive pageTitle from state instead of inline in breadcrumb function 2026-04-22 19:03:43 -04:00
hykocx 9bbfd4d319 chore: bump version to 1.4.40 2026-04-22 19:00:35 -04:00
hykocx 4e56882dd4 refactor(admin): replace AdminPageTitleContext with direct registry lookup for breadcrumbs 2026-04-22 19:00:32 -04:00
hykocx 8eb508574b chore: bump version to 1.4.39 2026-04-22 18:54:52 -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 f9d4dce892 chore: bump version to 1.4.38 2026-04-22 17:58:21 -04:00
hykocx b3e88989de feat(admin): sync page title to admin shell via context 2026-04-22 17:58:13 -04:00
hykocx 3edc7267d8 chore: bump version to 1.4.37 2026-04-22 17:58:07 -04:00
hykocx 843f992b1f feat(admin): replace prop-based page title with context provider 2026-04-22 17:58:04 -04:00
hykocx 18e0cb3486 chore: bump version to 1.4.36 2026-04-22 17:52:51 -04:00
hykocx 7c92f34245 feat(admin): pass current page title from server to AdminTop via props 2026-04-22 17:52:48 -04:00
hykocx c41172a397 chore: bump version to 1.4.35 2026-04-22 17:46:57 -04:00
hykocx fa40565686 refactor(admin): migrate page titles from static map to self-registering pages 2026-04-22 17:46:53 -04:00
hykocx 94aaeb241b refactor(admin): extract page titles into a shared constants file 2026-04-22 17:43:23 -04:00
hykocx 51adae4e0f chore: bump version to 1.4.34 2026-04-22 17:39:28 -04:00
hykocx 5feceb09f2 refactor(admin): use registry titles for breadcrumb labels 2026-04-22 17:39:24 -04:00
hykocx aeab10c1d2 chore: bump version to 1.4.33 2026-04-22 17:36:32 -04:00
hykocx 5fec68c1fc fix(admin): add profile breadcrumb and fix badge dark mode styling 2026-04-22 17:36:29 -04:00
hykocx 86bd97f50c chore: bump version to 1.4.32 2026-04-22 17:30:52 -04:00
hykocx e5df0e102b style(ui): replace dark hover bg from neutral-950 to neutral-900 and use RelativeDate component in UsersPage 2026-04-22 17:30:48 -04:00
hykocx 52443591b2 feat(ui): translate Badge component labels to French 2026-04-22 17:26:58 -04:00
hykocx 2757f2edc5 chore: bump version to 1.4.31 2026-04-22 17:24:02 -04:00
hykocx 84f03a2d79 fix(admin): always render breadcrumb container to keep user menu pinned right 2026-04-22 17:23:59 -04:00
hykocx 5a8d1bb0ff chore: bump version to 1.4.30 2026-04-22 17:22:36 -04:00
hykocx 3bd2e4bfba feat(admin): replace app name with dashboard icon in breadcrumb root 2026-04-22 17:22:33 -04:00
hykocx cd91d40091 chore: bump version to 1.4.29 2026-04-22 17:18:36 -04:00
hykocx 794e0866ec chore(deps): upgrade node-cron from v3 to v4 and update cron scheduling options 2026-04-22 17:18:24 -04:00