Commit Graph

512 Commits

Author SHA1 Message Date
melvinchia3636
947c8bfcbf fix: miscellaneous fixes and improvements 2026-06-25 08:54:13 +08:00
melvinchia3636
aab1c10733 feat(ui): miscellaneous improvements 2026-06-25 08:54:13 +08:00
melvinchia3636
6fae15bebe feat(ui): a lot more work to the new form system 2026-06-25 08:54:13 +08:00
melvinchia3636
1b19eba56d refactor: some more miscellaneous bug fixing and refactoring 2026-06-25 08:54:13 +08:00
melvinchia3636
ee4b38fbc5 feat(server): new API contract DSL should be stable 2026-06-25 08:54:13 +08:00
melvinchia3636
f55e8708c6 chore: some more misc detailwinding 2026-06-25 08:54:13 +08:00
melvinchia3636
77d81c5f19 refactor(client): minor component extraction 2026-06-25 08:54:13 +08:00
melvinchia3636
ce968ca644 feat: client codebase refactoring completed 2026-06-25 08:54:12 +08:00
melvinchia3636
ccb9cea36b feat: refactor client codebase in progress 2026-06-25 08:54:12 +08:00
melvinchia3636
0a82e89f74 feat: refactor client codebase in progress 2026-06-25 08:54:12 +08:00
melvinchia3636
3a10855a2d feat(ui): some more progress and feature increment 2026-06-25 08:54:12 +08:00
melvinchia3636
f75e253e59 feat: refactor client codebase in progress 2026-06-25 08:54:12 +08:00
melvinchia3636
cd2cdbe254 feat: refactor client codebase in progress 2026-06-25 08:54:12 +08:00
melvinchia3636
a2a2da61e1 feat: refactor auth page in progress 2026-06-25 08:54:12 +08:00
melvinchia3636
97dd0182ab refactor(ui): post-tailwind refactoring started 2026-06-25 08:54:12 +08:00
melvinchia3636
7f7ca60cd5 refactor(ui): last mile, more progress 2026-06-25 08:54:12 +08:00
melvinchia3636
348a504e73 refactor(ui): remove console logs and update ColorInput story alert 2026-06-25 08:54:11 +08:00
melvinchia3636
476924fa89 feat(ui): refactor storybook structure 2026-06-25 08:54:11 +08:00
melvinchia3636
c0b2746693 refactor(ui): restructure layout utilities and color management, remove unused files 2026-06-25 08:54:11 +08:00
melvinchia3636
3add646c16 feat(ui): enhance input components with vanilla-extract styles and new features 2026-06-25 08:54:11 +08:00
melvinchia3636
ca45cb281e feat:(ui) introduce Slot and Box primitives, add asChild prop to Flex, and expand design system tokens for spacing, radii, colors, and font sizes. 2026-06-25 08:54:11 +08:00
melvinchia3636
1960999e1b feat(ui): introduce Flex component with a new Vanilla Extract-based design system and responsive utilities. 2026-06-25 08:54:11 +08:00
lukashow
03e9e0d75b feat(dashboard): update layout editing indicators and save button icon 2026-06-25 08:54:11 +08:00
lukashow
8d6bc9981a feat(ui): Add Edit Layout and Save button for better ux 2026-06-25 08:54:11 +08:00
melvinchia3636
4ca16b3d8b chore: some chore 2026-06-25 08:54:11 +08:00
melvinchia3636
a979af1e1a fix(cli): improve error logging and remove actionableError calls 2026-06-25 08:54:10 +08:00
melvinchia3636
ba9dbaa534 build: improve build script 2026-06-25 08:54:10 +08:00
melvinchia3636
279ade4667 fix: update css 2026-06-25 08:54:10 +08:00
melvinchia3636
3f2d594e63 feat(client): move module manager to core module 2026-06-25 08:54:10 +08:00
Melvin Chia
2d6ae5ee90 style(client): update app styles source path to include all subdirectories 2026-01-22 22:52:21 +08:00
Melvin Chia
c08849ebb7 fix(client): update icon for edit mode in CustomFontUploadModal 2026-01-22 22:33:31 +08:00
Melvin Chia
130bdcf9e2 refactor(client): migrate API calls to untyped method, migrate federation provider to shared 2026-01-19 17:28:23 +08:00
Melvin Chia
2be90d2e00 chore: move module manager to its own module 2026-01-19 17:25:59 +08:00
Melvin Chia
ea6cc10131 fix(client): correct type definition for quoteQuery in Quotes component 2026-01-18 21:57:01 +08:00
Melvin Chia
a277852824 refactor: rename forgeAPI calling to match new SDK 2026-01-18 21:22:56 +08:00
Melvin Chia
ea2925b8a4 feat(client): enhance @server alias resolution for module imports 2026-01-18 21:22:22 +08:00
Melvin Chia
b9b1919211 chore(client): fix zod version 2026-01-18 21:22:07 +08:00
Melvin Chia
ac63013774 feat(client,server): update package names to scoped format and improve build scripts 2026-01-12 18:37:06 +08:00
Melvin Chia
1557ed7c96 refactor(client): update build script and improve module item rendering 2026-01-12 16:17:32 +08:00
Melvin Chia
b9cd09ead4 feat(client): add module manager localization and dev mode descriptions 2026-01-11 17:13:46 +08:00
Melvin Chia
e24aa07284 fix(ui): update uninstall modal title to include module name 2026-01-11 16:57:44 +08:00
Melvin Chia
550d072fe6 refactor(client): remove react-dnd and related dependencies from project 2026-01-11 16:47:33 +08:00
Melvin Chia
354944b317 chore(client): add dnd-kit dependencies for drag and drop functionality 2026-01-11 16:46:49 +08:00
Melvin Chia
99bb9a9fb4 fix(client): update rootDir path in vite config for module resolution 2026-01-11 16:46:36 +08:00
Melvin Chia
6319fe1769 refactor(client): remove provider handling from createModuleRoute function 2026-01-11 16:46:15 +08:00
Melvin Chia
3a1ce54c85 fix(client): improve router handling based on auth and module loading states 2026-01-11 16:46:05 +08:00
Melvin Chia
f448470cbd feat(client): add localized MainSidebarTitle component and integrate into SidebarItems 2026-01-11 16:45:55 +08:00
Melvin Chia
1a934493c2 feat(client): implement dev mode loading for federated modules and enhance module config handling 2026-01-11 16:41:47 +08:00
Melvin Chia
e7a6e020c3 feat(client): add module manager and categories management features 2026-01-11 16:41:34 +08:00
Melvin Chia
bbfe62b9c7 chore(client): remove debug log for federated widgets 2026-01-11 16:40:36 +08:00