a0daa285c0
fix: replace backgroundColor with bgcolor (bricks framework valid property)
2026-05-05 19:50:02 +08:00
e7bb5c5cf2
fix: deep-flatten all style objects to options at any nesting level
...
- Flatten style in widget root, options, and nested structures (row_options.fields etc.)
- Remove invalid 'formsubmit' actiontype from login.ui
- All 54 .ui files pass validation
2026-05-05 19:47:31 +08:00
fe5bb67d1c
fix: flatten style to options, remove invalid actiontype, fix Button/Text widget properties
...
- Flatten nested style objects directly into options (bricks doesn't recognize 'style')
- Remove invalid 'formsubmit' actiontype from login.ui binds
- Text/Title use 'text', Button uses 'label'
- All paths use {{entire_url()}}
2026-05-05 19:35:58 +08:00
282c1780ba
fix: Text widgets use 'text' not 'label', Button widgets use 'label' not 'text
...
Per bricks-framework specification:
- Text/Title controls: use 'text' for non-i18n text, 'otext'+'i18n:true' for i18n
- Button controls: use 'label' for button display text
2026-05-05 19:28:38 +08:00
21cbd1b2fb
fix: use {{entire_url()}} for all Menu url paths in index.ui and login.ui
...
- Menu items now use {{entire_url('/module')}} instead of hardcoded paths
- Iframe src also uses {{entire_url()}}
- Register button in login.ui uses {{entire_url('/rbac/user/register.ui')}}
- Removed unnecessary binds for Menu widget (Menu handles click internally)
2026-05-05 16:15:34 +08:00
e7c6ec548d
bugfix
2026-05-05 15:21:05 +08:00
f932bfb088
bugfix
2026-05-03 14:26:27 +08:00
2b921a209d
sync: local modifications to integrated_crm_app
...
- Updated app/integrated_crm_app.py, build.sh, conf/config.json
- Added config.ini, schema.sql, send_email.py, test_db_conn.py
- Added full wwwroot/ with bricks framework, all module frontends, login/main UI
2026-04-28 18:54:07 +08:00
fa8df43a5f
bugfix
2026-04-16 15:07:08 +08:00
7b261b4f48
bugfix
2026-04-16 13:41:15 +08:00