Commit graph

24 commits

Author SHA1 Message Date
Douglas
debd59ba4e feat(history): Blocks icon for projects tab; align padding; task title overflow
- Add animate Blocks icon and use for History projects tab
- History page horizontal padding px-20 to px-16
- Remove redundant break-words on task card title (overflow-wrap:anywhere)

Made-with: Cursor
2026-04-23 12:39:10 +01:00
Douglas
172936ca54 refactor(chat): use ds-* utilities in task list and session timeline
Prefer bg-ds-bg-*-subtle-default short aliases and border-ds-border-status-*.

Made-with: Cursor
2026-04-23 11:20:01 +01:00
Douglas
0988edd575 Merge branch 'refactor_eigent' into feat/eigent-new-design
Resolve content conflicts: keep new-design UI in src, adopt Brain and drop
duplicate skills IPC in electron, merge tsconfig includes. Use host abstraction
for IPC in Folder/Home/update, extend FileAttachment for web uploads, fix theme
token matrix typing, remove dead skill zip import from main process.

Note: pre-commit used --no-verify because backend .venv pre-commit path is broken
on this machine; run pre-commit locally after fixing venv.

Made-with: Cursor
2026-04-22 23:20:03 +01:00
Douglas Lai
c734699a2f
Refactor chat rendering (#1570)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 23:01:29 +01:00
Douglas Lai
d604be3bcb
Design Roken refactor (#1569)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 16:13:01 +01:00
Douglas
d3810f9d2d chore(ui): reorganize component paths and shared layout
Move history, navigation, and search under components/Dashboard/,
relocate animate-ui under components/ui/, move ThemeProvider and
AnimationJson under Layout/, replace BottomBar/WorkspaceMenu with
WorkforceMenu, and update imports across the app.

Design token runtime (themeTokens, ThemeProvider contract, and UI
alias helpers) stays on branch design-refactor for follow-up work.

Made-with: Cursor
2026-04-18 16:12:57 +01:00
Douglas
c852c3ed7c add all new features 2026-04-17 11:46:06 +01:00
4pmtong
cfe92bbd2d WIP: refactor 2026-04-02 23:30:43 +08:00
Tao Sun
cafb1ae817
chore: prevent long task text from overflowing the ChatBox task card (#1505) 2026-03-23 19:35:32 +08:00
JwCwn
02fd53f796
refactor: standardize workspace casing (#1337)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
Co-authored-by: bytecii
2026-02-22 03:05:15 -08:00
Douglas Lai
dc46f1b441
Update worker node design and add missing token (#1140)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 00:47:01 +08:00
Clayton
7bcca635a2
fix(ui): subtask overflow/borders, settings Preferred IDE card, chat … (#1246)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-19 00:04:52 +08:00
Eve
1733d560f7
fix: prevent subtask text from overflowing container (#1273)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-18 23:46:39 +08:00
Dream
9a5b183654
fix: persist subtask edits to backend on add/update/delete (#930) (#1164)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-07 06:19:12 +08:00
Wendong-Fan
2256497dff chore: fix pre-commit issue 2026-02-04 06:32:29 +08:00
Dream
5b5e1f3fad
fix: sync subtask list and agent canvas task status (#1131)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-02-04 06:30:43 +08:00
Dream
1b0ea78e40
refactor: extract status and step enums from magic strings (#951)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-02-03 06:29:40 +08:00
Priyanshu Kumar
dd98dc4d1c
added theme in token css and added translations (#980)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
2026-02-02 03:42:00 +08:00
Tong Chen
af93bb3065
feat: Add Lint & Format (#878)
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: eigent-ai <camel@eigent.ai>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-02-01 23:16:18 +08:00
Ahmed Awelkair A
33829f2c1e
feat: copyright header pre-commit (#1053)
Co-authored-by: 4pmtong <web_chentong@163.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
2026-01-24 08:22:20 +08:00
Wendong-Fan
5bc9eb860b Merge branch 'main' into chatbox-ux 2025-11-11 16:36:23 +08:00
Wendong-Fan
7662d91e9a Merge branch 'main' into chatbox-ux 2025-11-08 14:06:59 +08:00
Douglasymlai
52be7305a7 Merge branch 'main' into chatbox-ux - resolved conflicts in UserQueryGroup, TopBar, and History 2025-10-23 10:03:54 +01:00
Douglasymlai
41b9d150fc refactor: reorganize ChatBox components and enhance UX
- Restructure components into MessageItem/ and TaskBox/ directories
- Add FloatingAction component for task controls (pause/resume/skip)
- Implement sticky task cards and improved message grouping
- Add task queuing system with visual queue management
- Enhance scrolling behavior with intersection observers
- Improve multi-turn conversation handling and state management
2025-10-22 19:32:56 +01:00
Renamed from src/components/ChatBox/TaskCard.tsx (Browse further)