yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:48:18 +08:00
63a3d3be59 Remove new-session.js: implement form handling inline using script actiontype, simplify model selection to text input
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:43:16 +08:00
7daf801c99 Fix JavaScript files: use correct bricks.getWidgetById API with proper ID format
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:39:41 +08:00
30eae89807 Fix Form控件结构: ensure all Form controls use options.fields instead of subwidgets
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:34:14 +08:00
eee254da60 Fix new_session.ui: correct Form structure using options.fields instead of subwidgets
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:24:37 +08:00
b30a98f65e Fix new_session.ui: add container ID and correct target reference for create_session button
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:20:07 +08:00
82a58be972 Fix new_session.ui: correct URL reference and implement create_session functionality with proper registerfunction binding
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 16:14:26 +08:00
73b833c1c3 Wrap Menu in VBox with fixed width: set outer VBox to 250px width and Menu to 100% width
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 15:55:55 +08:00
3f449816ed Fix List component constructor: ensure opts.options exists before accessing width/height properties
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 15:52:13 +08:00
fbd94e86a1 Fix settings.js syntax error: remove duplicate line numbers causing Unexpected token 'try'
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 15:49:48 +08:00
3edfa140e9 Fix bricks framework API usage and file structure
yumoqing pushed to main at yumoqing/sage 2026-04-22 15:29:49 +08:00
33d8c3e208 bugfix
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 15:00:01 +08:00
34949ea16c Fix bricks-framework component usage: replace invalid List with custom implementation, replace Input/Checkbox/Select/Textarea with proper UiStr/UiInt/UiCheck/UiCode/UiText components with required name attributes
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 14:48:58 +08:00
bc3e94b64a Fix Jinja2 template errors: use 'item' for List components and correct form field access
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 14:41:50 +08:00
e846804ec8 Fix UI bindings and implement proper .dspy endpoints according to bricks-framework规范
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 14:25:17 +08:00
6c28e4f6a9 fix: resolve Jinja2 template errors and undefined item variables
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 14:16:04 +08:00
c158573a39 fix: replace backgroundColor with bgcolor in all UI files and add missing scripts
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 14:04:00 +08:00
b152e41f69 fix: 清理临时文件
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 14:03:49 +08:00
80781da286 fix: 移除Menu组件的item_cheight设置,使用缺省高度;确认使用bgcolor属性设置背景色
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 13:55:02 +08:00
7624e3be08 fix: 修正index.ui中的控件ID引用,所有target统一使用'app.main-content'从body开始寻找
yumoqing pushed to main at yumoqing/hermes-web-cli 2026-04-22 13:53:39 +08:00
ff3275429d fix: 修正控件ID引用,动态加载的UI文件使用'app.main-content'从body开始寻找目标容器