Commit Graph

349 Commits

Author SHA1 Message Date
hykocx 0e9f70094d style(ui): replace dark mode opacity-based colors with explicit hex values 2026-04-22 17:10:53 -04:00
hykocx bc63618190 chore: bump version to 1.4.26 2026-04-22 17:00:04 -04:00
hykocx bf33754e74 style(ColorPicker): increase custom swatch column width from w-14 to w-18 2026-04-22 17:00:00 -04:00
hykocx 43751ed0b5 chore: bump version to 1.4.25 2026-04-22 16:59:05 -04:00
hykocx 2c781d4223 style(ColorPicker): update preset color palette and improve layout responsiveness 2026-04-22 16:59:01 -04:00
hykocx ccb35c6420 chore: bump version to 1.4.24 2026-04-22 16:38:03 -04:00
hykocx 60b3022a23 feat(ui): expand color picker preset grid from 9×2 to 10×3 with updated colors 2026-04-22 16:37:59 -04:00
hykocx 102d7acd40 chore: bump version to 1.4.23 2026-04-22 16:34:18 -04:00
hykocx 2c02890216 refactor(ColorPicker): redesign layout with big custom swatch and extracted Checkmark component 2026-04-22 16:34:10 -04:00
hykocx dbadd30837 chore: bump version to 1.4.22 2026-04-22 16:30:46 -04:00
hykocx 866da94f06 feat(ui): add ColorPicker component and replace native color input in RoleEditModal 2026-04-22 16:30:41 -04:00
hykocx 3035d70d59 chore: bump version to 1.4.21 2026-04-22 16:25:20 -04:00
hykocx db39e7b36a style(ui): adjust font sizes and fix switch toggle alignment 2026-04-22 16:25:17 -04:00
hykocx 681de18d93 chore: bump version to 1.4.20 2026-04-22 16:20:47 -04:00
hykocx 71fe05bd2b feat(users): add description field to permission definitions 2026-04-22 16:20:43 -04:00
hykocx da5a1c6587 chore: bump version to 1.4.19 2026-04-22 16:15:46 -04:00
hykocx f54b2640ad refactor(admin): replace parameterized routes with modal-based editing for users and roles 2026-04-22 16:15:43 -04:00
hykocx 16edecdc56 chore: bump version to 1.4.18 2026-04-22 16:07:50 -04:00
hykocx 1bdabd8417 style(ui): update semantic color variants to use opacity-based tailwind classes 2026-04-22 16:07:46 -04:00
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