35 Commits

Author SHA1 Message Date
Yufan Dang
68fb2fb8f1
Merge branch 'OpenBMB:main' into main 2026-03-17 09:59:38 +08:00
Shu Yao
75e889decf
Merge pull request #580 from NINE-J/style/sidebar-scroll-behavior
fix: Fix what the navigation hide interaction affects all pages
2026-03-15 14:49:43 +08:00
NINE
b8b399797a fix: Fix what the navigation hide interaction affects all pages 2026-03-15 14:49:26 +09:00
Shu Yao
1c636e5b56
Merge pull request #577 from LaansDole/main
Feat: add persistent chat panel with fullscreen toggle
2026-03-15 13:17:20 +08:00
laansdole
d796015f0d fix: text overflow the panel 2026-03-15 11:57:55 +07:00
laansdole
5525813676 feat(frontend): add persistent chat panel with fullscreen toggle
- Convert chat from tab-based to persistent collapsible overlay panel
- Chat panel visible alongside Graph view as a side overlay
- Toggle button (chevron) to collapse/expand the overlay panel
- 'Chat' in view toggle activates full-screen chat mode filling left panel
- 'Graph' in view toggle shows graph with chat as overlay
- isChatPanelOpen state preserved across mode switches
- Default viewMode is 'chat' (full-screen on load)
- No Spatial features included
2026-03-14 09:36:10 +07:00
NINE
1c8d23544a style: Resolve nested scrollbars & implement auto-hiding navigation for Tutorial UX 2026-03-14 03:04:47 +09:00
Yufan Dang
5883f4915d
Merge branch 'OpenBMB:main' into main 2026-03-11 13:36:31 +08:00
NA-Wen
e5587203ba remove replicated mcp server 2026-03-11 11:58:10 +08:00
NA-Wen
55f565d53f update readme & solve frontend efficiency 2026-03-11 11:35:33 +08:00
NA-Wen
54ad9a57ee fix frontend error 2026-03-11 11:22:18 +08:00
NA-Wen
cf8d7f0f05 fix frontend error 2026-03-11 10:51:00 +08:00
NA-Wen
9381abd96f [feat] add server endpoint 2026-03-11 10:49:52 +08:00
Br1an67
4137ce1ac9 fix: use RichTooltip for help icons in form fields
Replace native HTML title attributes on help icons with the
existing RichTooltip component for consistent cross-browser
tooltip behavior. The native title attribute has inconsistent
behavior across Safari and Edge, causing help tooltips to not
appear when users interact with the question mark icons.

Fixes #538
2026-03-02 01:12:44 +08:00
Shu Yao
8112e229ec perf: reduce workflow graph sync overhead 2026-02-24 00:09:13 +08:00
Shu Yao
d0f9f4966b wip: fix front-end lag issue 2026-02-24 00:05:59 +08:00
Yufan Dang
8d67831531
Merge pull request #530 from rainoeelmae/fix/windows-cross-platform-support
fix: improve Windows compatibility for Makefile and sync tools
2026-02-13 16:55:18 +08:00
laansdole
5e2746600d feat: move enable help tooltips default true to setting 2026-02-10 23:12:07 +07:00
laansdole
8119391cd5 feat: no tooltip shown on custom node 2026-02-10 15:44:57 +07:00
Do Le Long An
1dad0197cd
Merge branch 'OpenBMB:main' into feat/tooltip-enhancement 2026-02-10 15:24:17 +07:00
Petar Zivkovic
4ee154dee3 update: remove production-like settings from Docker to focus on local use 2026-02-09 16:52:02 +01:00
Petar Zivkovic
b3a22b4fbd fix: fix websocket connection issue in BatchRunView 2026-02-09 16:47:24 +01:00
Petar Zivkovic
83a7c36f3b fix: resolve runtime issues in Docker environment 2026-02-09 16:47:20 +01:00
Petar Zivkovic
d60bb77bf0 add: Docker support with multi-stage build and Compose 2026-02-09 16:45:09 +01:00
laansdole
485e33f91f feat: scroll to content in tutorial view 2026-02-08 11:00:51 +07:00
laansdole
53870bd6f0 feat: wrapping nodes with tooltip content 2026-02-08 10:59:22 +07:00
laansdole
b3b7376ef2 feat: add help content to tooltip 2026-02-08 10:56:56 +07:00
laansdole
e8e12f7b2c feat: rich tooltip component 2026-02-08 10:53:59 +07:00
ylo878
1735b9b799 fix: improve Windows compatibility for Makefile and sync tools
This PR provides full cross-platform support (Windows/macOS/Linux) for the development environment.
Key Changes
Makefile: Refactored dev and stop targets using cross-env and kill-port to support PowerShell/CMD.
Compatibility: Replaced Unix-specific grep/awk in the help target with a Python one-liner.
Bug Fix: Added encoding='utf-8' to tools/sync_vuegraphs.py to prevent charmap decode errors on Windows systems.
Dependencies: Added necessary dev-tools to package.json files to ensure a seamless "clone and run" experience.
2026-02-08 03:37:52 +02:00
Shu Yao
b0ccc228b4 fix: websocket disconnect problem
upgrade: allow set not log_output to avoid log every node output
2026-02-05 18:11:06 +08:00
swugi
d01c244097 add: settings modal for batch processing 2026-01-15 00:50:52 +08:00
swugi
5267d7cdc4 add:dashboard/terminal toggle 2026-01-15 00:35:23 +08:00
swugi
6eef2e651c add: batch running function 2026-01-13 23:47:54 +08:00
Shu Yao
5cf51c768f add: context window size usage description 2026-01-10 16:34:36 +08:00
NA-Wen
f0db945ed3 initial commit of chatdev 2.0 2026-01-07 16:24:01 +08:00