Commit Graph

330 Commits

Author SHA1 Message Date
hykocx 072ed33ca3 chore: bump version to 1.4.17 2026-04-22 16:04:06 -04:00
hykocx f8ef884b63 style(ui): update color palette to use darker sh 2026-04-22 16:04:03 -04:00
hykocx 32d6fca3ce chore: bump version to 1.4.16 2026-04-22 15:57:12 -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 4b0de4c724 chore: bump version to 1.4.15 2026-04-22 15:51:04 -04:00
hykocx 0c860d9fe5 feat(admin): replace single page name with dynamic breadcrumb navigation in AdminTop 2026-04-22 15:51:01 -04:00
hykocx cc5c556396 chore: bump version to 1.4.14 2026-04-22 15:38:43 -04:00
hykocx 118f399208 refactor(admin): move back button and action to a flex container on the right side of AdminHeader 2026-04-22 15:38:39 -04:00
hykocx 868e07b394 chore: bump version to 1.4.13 2026-04-22 15:36:52 -04:00
hykocx fe4ca228cc refactor(admin): simplify AdminHeader component by removing inline logic 2026-04-22 15:36:48 -04:00
hykocx e70499fa36 chore: bump version to 1.4.12 2026-04-22 15:28:03 -04:00
hykocx 43fd0fb14f style(ui): reduce badge border opacity to 30% in light mode 2026-04-22 15:27:59 -04:00
hykocx 4bff03bfe6 chore: bump version to 1.4.11 2026-04-22 15:27:36 -04:00
hykocx 3ead956571 style(Badge): update light mode border colors from 200 to 800 shade for all variants 2026-04-22 15:27:32 -04:00
hykocx 8e8db997d6 chore: bump version to 1.4.10 2026-04-22 15:26:55 -04:00
hykocx 4ec1a238f9 style(ui): update Badge variant colors to use consistent opacity-based backgrounds 2026-04-22 15:26:52 -04:00
hykocx 7633b151de chore: bump version to 1.4.9 2026-04-22 15:24:25 -04:00
hykocx 834385fd56 style(Badge): update dark mode color shades from 500 to 600 variants 2026-04-22 15:24:21 -04:00
hykocx ab41ba9df5 chore: bump version to 1.4.8 2026-04-22 15:14:10 -04:00
hykocx 18270540cc refactor(admin): replace inline avatar logic with shared UserAvatar component 2026-04-22 15:14:07 -04:00
hykocx 92265f450e chore: bump version to 1.4.7 2026-04-22 15:08:49 -04:00
hykocx 1613bd5275 feat(admin): add dynamic role color support for user badges 2026-04-22 15:08:46 -04:00
hykocx 13410a6dd9 chore: bump version to 1.4.6 2026-04-22 15:02:13 -04:00
hykocx 96c8352dcf refactor(ui): move system badge to dedicated column and update Badge styles 2026-04-22 15:02:10 -04:00
hykocx e00ec4bddb chore: bump version to 1.4.5 2026-04-22 14:55:23 -04:00
hykocx 7ca818da5a fix(ui): fix missing space between rounded-lg and transition-all in Button class 2026-04-22 14:55:19 -04:00
hykocx 7c85e54b26 chore: bump version to 1.4.4 2026-04-22 14:46:33 -04:00
hykocx c3eeb3ca73 style(ui): update border radius and spacing across shared components 2026-04-22 14:46:30 -04:00
hykocx b21f0e6b67 chore: bump version to 1.4.3 2026-04-22 14:41:57 -04:00
hykocx f5c8dc842d refactor(auth): make COOKIE_NAME a private module-level constant 2026-04-22 14:41:53 -04:00
hykocx fd98f87e5a chore: bump version to 1.4.2 2026-04-22 14:40:17 -04:00
hykocx d64423c1ad docs(tsup): update build config comments and fix jsx import extensions 2026-04-22 14:40:09 -04:00
hykocx 0106bc4ea0 feat(core)!: introduce runtime extension registry and flat module conventions
BREAKING CHANGE: sup config now derives entries from package.json#exports and a server/client glob instead of manual lists; module structure follows flat + barrel convention with .server.js/.client.js runtime suffixes
2026-04-22 14:13:30 -04:00
hykocx 61388f04a6 refactor: reorganize feature modules with consistent naming conventions and flattened structure 2026-04-22 14:12:15 -04:00
hykocx 256df9102c chore: bump version to 1.3.47 2026-04-22 13:28:33 -04:00
hykocx 40fc8a21e4 chore(config): replace auth dashboard entry with admin dashboard widget entries in tsup config 2026-04-22 13:28:29 -04:00
hykocx c89f1cbbe9 chore: bump version to 1.3.46 2026-04-22 13:27:08 -04:00
hykocx 12f66a2115 feat(admin): add core users widget and reorganize dashboard widget registration 2026-04-22 13:27:04 -04:00
hykocx 692f639cb5 chore: bump version to 1.3.45 2026-04-22 13:03:10 -04:00
hykocx cdcd704d84 style(admin): refine header user menu typography and layout 2026-04-22 13:03:07 -04:00
hykocx 7cabdff799 chore: bump version to 1.3.44 2026-04-22 12:58:32 -04:00
hykocx e00d6b3c42 refactor(admin): replace inline SVGs with icon components and fix icon imports 2026-04-22 12:58:28 -04:00
hykocx 17065292b8 chore: bump version to 1.3.43 2026-04-22 12:50:24 -04:00
hykocx c08c0a622f style(admin): update dropdown menu layout and remove user info section 2026-04-22 12:50:20 -04:00
hykocx 7bd5aedb3b style(admin): update user avatar and name styling in AdminHeader 2026-04-22 12:46:29 -04:00
hykocx 83672e9325 style(admin): standardize subtitle text size and color across admin pages 2026-04-22 12:43:20 -04:00
hykocx dade434bd7 chore: bump version to 1.3.42 2026-04-22 12:38:29 -04:00
hykocx 8752ce168e style(ui): update sidebar width to 230px and refactor StatCard layout 2026-04-22 12:38:26 -04:00
hykocx 0eeeb9542f chore: bump version to 1.3.41 2026-04-22 12:33:57 -04:00
hykocx f45322736f style(admin): move font-normal from base to inactive class in AdminSidebar 2026-04-22 12:33:54 -04:00