8 Commits

Author SHA1 Message Date
cede975848 fix: menu.ui is now a Menu widget, not a plain JSON list 2026-05-05 22:00:48 +08:00
b599120ab2 feat: add menu.ui as module entry point with CRUD and UI/DSpy menu items 2026-05-05 21:33:58 +08:00
b848c22945 fix: replace backgroundColor with bgcolor (bricks framework valid property) 2026-05-05 19:50:15 +08:00
bbd2dd4919 fix: flatten style to options, fix Button/Text widget properties
- Flatten nested style objects directly into options
- Text/Title use 'text', Button uses 'label'
- All paths use {{entire_url()}}
2026-05-05 19:36:12 +08:00
94f258a345 fix: Text widgets use 'text' not 'label', Button widgets use 'label' not 'text'
Per bricks-framework spec:
- Text/Title: use 'text' for non-i18n, 'otext'+'i18n:true' for i18n
- Button: use 'label' for button text
2026-05-05 19:28:24 +08:00
9ebfeb6dda feat: add wwwroot/index.ui as module entry point
Integrate all module .ui and .dspy files into a single navigation page
using {{entire_url()}} for all path references.
2026-05-05 19:04:03 +08:00
a72637b2a3 sync: local modifications to contract_management
- Updated core modules: __init__, ai_config, ai_core, attachment, contract, enhanced_contract
- Updated mysql.ddl.sql
- Updated UI files: contract_detail, contract_edit, contract_list
- Added new files: api/*.dspy, contract_list.dspy
2026-04-28 18:49:46 +08:00
e3e1be8568 bugfix 2026-04-15 15:03:57 +08:00