melvinchia3636
b8ac80b9be
refactor: codebase linting
2026-06-25 08:54:16 +08:00
melvinchia3636
9f5d9f4a7d
style: apply eslint local/padding-react-hooks auto-fix across codebase
...
Automatically fix padding lines around React hook calls per the new
local/padding-react-hooks rule: remove blank lines between consecutive
hooks, add blank lines after hooks before const/expression statements,
and remove trailing blank lines after const/expression blocks.
2026-06-25 08:54:16 +08:00
melvinchia3636
91207e7d48
refactor(localization): extract i18n into @lifeforge/localization package
...
- Create new @lifeforge/localization package with client-i18n-config, I18nInitProvider, and useModuleTranslation hook
- Rename ModuleHeaderStateProvider -> ModuleMetadataProvider and move to @lifeforge/federation
- Move I18nInitProvider from apps/web to @lifeforge/localization with configurable init/fallbacks
- Add module name to ModuleMetadataProvider context for scoped translations
- Wire up @lifeforge/localization and @lifeforge/federation as dependencies in @lifeforge/ui
- Update ModuleHeader to use useModuleTranslation for scoped i18n namespaces
- Register @lifeforge/localization in shared-packages config
- Update docs vite config with federation plugin
2026-06-25 08:54:15 +08:00
melvinchia3636
1df83d76b9
refactor: massive codebase folder restructuring
2026-06-25 08:54:15 +08:00
melvinchia3636
9f97f15971
build: introduce to turborepo
2026-06-25 08:54:15 +08:00
melvinchia3636
a95bab80a3
fix: update locale keys
2026-06-25 08:54:14 +08:00
melvinchia3636
4b5af6c08c
refactor(shared): remove reexport of react-router and nuqs
2026-06-25 08:54:14 +08:00
melvinchia3636
f55e8708c6
chore: some more misc detailwinding
2026-06-25 08:54:13 +08:00
melvinchia3636
cd2cdbe254
feat: refactor client codebase 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
lukashow
cf5d4ff8b6
docs(installation): enhance installation instructions for more directed approach
2026-06-25 08:54:11 +08:00
lukashow
7d6ce68d3d
docs(installation): add editor options for env file configuration
2026-06-25 08:54:11 +08:00
lukashow
f32ad8e14f
feat(docs): Added important section about finishing minimal installation and db initialization
2026-06-25 08:54:11 +08:00
melvinchia3636
cf2df7be0c
docs: add Russian language pack
2026-06-25 08:54:11 +08:00
melvinchia3636
343a3e4436
fix(docs): correct alert type from 'tips' to 'tip'
2026-06-25 08:54:10 +08:00
melvinchia3636
3fad99c44b
feat(docs): enhance introduction section with personal stories and acknowledgments
2026-06-25 08:54:10 +08:00
melvinchia3636
c037f9c101
fix(docs): fix #83
2026-06-25 08:54:10 +08:00
melvinchia3636
887abaaf03
build(docs): remove redundant prebuild script
2026-06-25 08:54:10 +08:00
melvinchia3636
94033d6bf3
feat: migrate locale files to a new @lifeforge/<owner>--lang- package structure and refactor locale validation
2026-06-25 08:54:10 +08:00
melvinchia3636
d351bd7370
docs: update module management guide to highlight the built-in UI Module Manager
2026-06-25 08:54:10 +08:00
melvinchia3636
5d599342c0
docs: revise installation instructions by removing type inference notes and adding a PocketBase usage warning
2026-06-25 08:54:10 +08:00
Melvin Chia
0c0bd32037
fix(docs): remove overflow class from Version component
2026-01-20 15:15:36 +08:00
Melvin Chia
ad9ef97f18
feat(docs): add changelog entries for versions 26w01 to 26w04, summarize architectural changes
2026-01-20 14:36:02 +08:00
Melvin Chia
131dfe156b
chore(docs): simplify dev script and ensure mermaid dependency is included
2026-01-20 11:53:27 +08:00
Melvin Chia
0d20b8961b
feat(docs): wrap App component with ModalProvider
2026-01-20 11:53:17 +08:00
Melvin Chia
9d199d2301
docs: add centralized API key management documentation, update forgeAPI usage in developer guide
2026-01-20 11:52:57 +08:00
Melvin Chia
bcf6f7e9c3
style(ui): adjust image width in MdxComponents for better responsiveness
2026-01-20 11:52:37 +08:00
Melvin Chia
818781cce1
feat(ui): add MermaidChart component for rendering mermaid diagrams
2026-01-20 11:52:30 +08:00
Melvin Chia
0fe4b524bb
feat(docs): extremely outdated, WIP
2026-01-18 21:28:41 +08:00
Melvin Chia
deaf207836
build(docs): update build scripts for improved module handling
2026-01-10 09:20:58 +08:00
Melvin Chia
be86ba9cf4
fix(docs): update zod dependency to version 4.3.5 and add module federation section
2026-01-10 09:20:39 +08:00
Melvin Chia
9ac9c3a0c1
feat(client,server): enhance build scripts
2026-01-06 20:45:36 +08:00
Melvin Chia
a3788d7d6d
docs: enhance modules section in user quick start guide with detailed descriptions and installation instructions
2026-01-06 05:35:23 +08:00
Melvin Chia
3a96cffd8a
docs: add developer guide for using AP, update module user and developer guide for the new module engine
2026-01-06 00:13:52 +08:00
Melvin Chia
271a18c605
refactor: remove venueMapBuilder and mrt-map-builder and flatten tools directory
2026-01-05 13:14:11 +08:00
Melvin Chia
df5449b1e1
feat: very crude implementation
2026-01-05 13:14:11 +08:00
Melvin Chia
7a32051dd0
fix(forgeCLI): update commands to use "bun forge dev" instead of "bun forge dev all"
2026-01-01 23:25:00 +08:00
Melvin Chia
37b6538da5
feat(docs): update changelog with recent enhancements and fixes
2025-12-31 06:46:06 +08:00
Melvin Chia
2cc3937e22
fix(docs): correct PR hash format for Turkish language support
2025-12-30 23:27:13 +08:00
Melvin Chia
2df9175afb
feat(docs): update 25w52
2025-12-30 23:17:54 +08:00
Melvin Chia
11e44d3bdf
feat(docs): add Issue component for linking to GitHub issues
2025-12-30 23:17:12 +08:00
Melvin Chia
56b5e48173
fix(docs): fix syntax
2025-12-30 23:14:16 +08:00
Melvin Chia
bbfb3b0ab4
feat(docs): enhance installation and configuration instructions, update env example component
2025-12-30 23:02:13 +08:00
Melvin Chia
1505e79cd9
feat(docs): add google analytics tracking to documentation page
2025-12-30 22:30:35 +08:00
Melvin Chia
a805501be2
feat(ui): enhance changelog entries to only expand the latest entry
2025-12-30 22:16:43 +08:00
Melvin Chia
ffa1cd78a0
docs: update changelog with recent improvements
2025-12-30 22:08:26 +08:00
Melvin Chia
8ea871963d
feat(docs): changelog page overhaul
2025-12-30 22:07:35 +08:00
Melvin Chia
57be3bb0ab
feat(docs): add documentation for version 25w52 updates
2025-12-30 21:19:07 +08:00
Melvin Chia
3d73e29b1d
feat(docs): add PR component for displaying pull request links
2025-12-30 21:14:31 +08:00
Melvin Chia
e373764f29
fix(docs): update schema sync command in installation guide
2025-12-30 21:14:11 +08:00