melvinchia3636
e9776c3fd6
refactor: extract shared configs & federation packages; rename log/server-utils
...
- Create @lifeforge/configs package with shared client/module Vite configs
and the `@` path alias resolver extracted from client/vite.config.ts
- Create @lifeforge/federation package with module loading, federation
provider, and route utilities moved out of the client app
- Rename packages/lifeforge-log → packages/log
- Rename packages/lifeforge-server-utils → packages/server-utils
- Update all imports, tsconfig references, Dockerfiles, and workspace
scripts to reflect the new package names and locations
2026-06-25 08:53:34 +08:00
melvinchia3636
67440a8443
refactor: extract shared packages and clean up monorepo dependencies
...
- Add new packages: @lifeforge/configs, @lifeforge/federation,
@lifeforge/log, @lifeforge/server-utils with their package.json
- Strip framework-specific deps (react, i18next, react-query, etc.)
from shared/client/ui/server packages — these belong in individual apps
- Update workspace scripts to match renamed package directories
(packages/log → @lifeforge/log, packages/server-utils → @lifeforge/server-utils)
- Add rollup-plugin-visualizer to client devDependencies
2026-06-25 08:53:34 +08:00
melvinchia3636
48c91869af
chore: remove redundant files
2026-06-25 08:53:34 +08:00
melvinchia3636
5307c5cb25
feat: rework on module route registration and forge api proxy client SDK
2026-06-25 08:53:34 +08:00
melvinchia3636
57fbf2a375
chore(tools): remove outdated templates (to be added back in the future)
2026-06-25 08:53:34 +08:00
melvinchia3636
14ce399440
feat(client): move widgets into its dedicated utility widgets module
2026-06-25 08:53:34 +08:00
melvinchia3636
32a78eb98a
fix(ui): fix some noticable issues related to fab and pagination component
2026-06-25 08:53:34 +08:00
melvinchia3636
727160974a
fix(ui): fix bug in bg resolution for card component
2026-06-25 08:53:34 +08:00
melvinchia3636
dbb2410664
chore: remove redundant file
2026-06-25 08:53:34 +08:00
melvinchia3636
2bb7359918
docs(ui): add primitives-first rule, update color tokens to 'primary', bump vite-plugin to 5.2.2
2026-06-25 08:53:34 +08:00
melvinchia3636
fa9cc49e18
chore: add AGENTS.md with opencode instructions
2026-06-25 08:53:34 +08:00
melvinchia3636
d5516d23c5
refactor(ui): replace custom-500 with primary semantic color token, enhance TagChip/Text/Ring components
...
Key changes:
- Replace all color="custom-500", borderColor="custom-500", ringColor="custom-500" with "primary" token across 20+ components/stories
- Export BorderedOwnProps interface from Bordered
- TagChip: add generic <ElementType> support, switch to anyColorToHex from shared, fix style merging
- Text: add layout props (overflow, position) and sprinkles
- Ring: add _ring className to scope focus-outline removal
- ViewModeSelector: fix darkHover color, add height="4em"
- Prose: remove hardcoded max-width: 65ch
- InputFocusContext: simplify with direct InputFocusContext (no .Provider)
- global.css: limit outline removal to non-._ring elements
2026-06-25 08:53:34 +08:00
melvinchia3636
2d932a2c66
refactor(ui): unify input surface styles with surface tokens, standardize input heights, and adjust hover opacity
2026-06-25 08:53:34 +08:00
melvinchia3636
b7acd9c656
fix: fix typescript errors
2026-06-25 08:53:34 +08:00
melvinchia3636
e66743bfdf
chore: remove irrelevant stuff
2026-06-25 08:53:34 +08:00
melvinchia3636
b7e2270e9b
chore: remove Tailwind badge from README, lower FAB z-index, add listbox stopPropagation, add ModalWrapper overflow hidden, darken Bordered border
2026-06-25 08:53:34 +08:00
melvinchia3636
e8e55d6dc1
fix(ui): move Card bg prop after spread to allow overrides
2026-06-25 08:53:34 +08:00
melvinchia3636
6d49eeba11
docs(readme): remove Tailwind CSS badge from MS, ZH-CN, and ZH-TW translations
2026-06-25 08:53:34 +08:00
melvinchia3636
889680e5a7
fix(ui): improve DateInput calendar — add stopPropagation, set month/year width, remove duplicate mobile month selector, fix popper z-index
2026-06-25 08:53:34 +08:00
melvinchia3636
fed85e24ed
chore: minor stuff
2026-06-25 08:53:34 +08:00
melvinchia3636
0b152f36ba
feat(server): add checkModuleAvailability endpoint and contracts
2026-06-25 08:53:34 +08:00
melvinchia3636
0e7ba3e778
fix(ui): add errorMsg to LocationField, add whitespace to form fields
2026-06-25 08:53:33 +08:00
melvinchia3636
cc37403c29
fix(ui): remove position absolute wrapper, classic variant paddingLeft, and clear selection on empty query in ComboboxInput
2026-06-25 08:53:33 +08:00
melvinchia3636
04696693e1
fix(ComboboxInput): fix dropdown positioning and classic variant padding
2026-06-25 08:53:33 +08:00
melvinchia3636
ac789d99ae
feat(client): improve lauout for module required list modal in api key vault
2026-06-25 08:53:33 +08:00
melvinchia3636
8762441dfb
fix(client): fix tiny component layout issue
2026-06-25 08:53:33 +08:00
melvinchia3636
06964c0255
client: fix issue related to api key fetching
2026-06-25 08:53:33 +08:00
melvinchia3636
6168b791e6
chore: remove irrelevant stuff
2026-06-25 08:53:33 +08:00
melvinchia3636
976b97f1e0
fix(ui): misc fixes - surface colors, print styles, WithDivide indent, export vars
2026-06-25 08:53:33 +08:00
melvinchia3636
2d7f942ccd
fix(server): widen AI provider type and use OpenAI message type
2026-06-25 08:53:33 +08:00
melvinchia3636
60b9cb2a12
fix(server): remove body/existenceCheck from query routes and strip propertyNames from contract schemas
2026-06-25 08:53:33 +08:00
melvinchia3636
b87413622b
chore: add @vanilla-extract/css as dependency
2026-06-25 08:53:33 +08:00
melvinchia3636
2c08197139
feat(server): refactor AI provider into pluggable architecture with deepseek, groq, ollama, openai support
2026-06-25 08:53:33 +08:00
melvinchia3636
8907ff6bee
chore: improve instructions
2026-06-25 08:53:33 +08:00
melvinchia3636
f9862648c2
docs(ui): add title to all Storybook stories
2026-06-25 08:53:33 +08:00
melvinchia3636
b26e6b2972
feat(ui): add PrintArea utility component with Storybook stories
2026-06-25 08:53:33 +08:00
melvinchia3636
d76e876f98
fix(ui): reduce WithDivide dark mode opacity from 70% to 50%
2026-06-25 08:53:33 +08:00
melvinchia3636
93f0a106e3
fix(ui): increase ModalHeader bottom margin from sm to md
2026-06-25 08:53:33 +08:00
melvinchia3636
4b66936769
fix(ui): prevent text selection on ContextMenuItem
2026-06-25 08:53:33 +08:00
melvinchia3636
c012928e07
refactor(ui): remove explicit icon size in Tabs and SidebarCancelButton
2026-06-25 08:53:33 +08:00
melvinchia3636
d8b6a1d00d
refactor(ui): add FlexProps support to Widget and remove unused className
2026-06-25 08:53:33 +08:00
melvinchia3636
437b18d41f
fix(server): return nullable string instead of 404 for missing entry
2026-06-25 08:53:33 +08:00
melvinchia3636
460bbacb12
feat(ui): add PrintArea utility component with Storybook stories
2026-06-25 08:53:33 +08:00
melvinchia3636
8f73983ae0
fix: fix type inferencing system
2026-06-25 08:53:33 +08:00
melvinchia3636
04133f23df
feat: add 202 to output status, improve migration guide
2026-06-25 08:53:33 +08:00
melvinchia3636
509b774f97
fix: miscellaneous fixes and improvements
2026-06-25 08:53:33 +08:00
melvinchia3636
3a114ba608
fix(ui): minor layout fix to Location Input component
2026-06-25 08:53:33 +08:00
melvinchia3636
1436da06a6
feat(ui): miscellaneous improvements
2026-06-25 08:53:33 +08:00
melvinchia3636
515a1314c7
feat(ui): a lot more work to the new form system
2026-06-25 08:53:33 +08:00
melvinchia3636
3c1caf258f
fix(server-utils): fml
2026-06-25 08:53:33 +08:00