duorameng
c2eee38091
perf(web): optimize API polling frequency and respect page visibility
2026-06-30 11:59:58 +08:00
duorameng
837a53ecd3
style(ui): introduce StatusBadge and use it in LogDetailCard
2026-06-29 22:43:50 +08:00
duorameng
b52af6c4fd
fix(tasks): fix task cancellation process tree leak, emit cancelled events, and refine status badges styling
2026-06-29 22:34:08 +08:00
duorameng
e5fc716b8f
refactor: migrate real-time log viewing from WebSocket to SSE with JSON wrapping
2026-06-29 22:04:11 +08:00
duorameng
37ff186dce
feat(interconnect): display active node name in travel mode & update changelog
...
- Persist active interconnect node name in localStorage via api
- Pass node name on MasterList and NodeSwitcher when traveling
- Display current node name on the 'Return to Master' floating button in App.vue
- Update CHANGELOG.md, README.md and docs with v1.1.17 release notes highlighting interconnect features
2026-06-28 21:01:17 +08:00
duorameng
81e921fa73
feat: implement data import/export and optimize terminal UX
2026-06-28 20:46:00 +08:00
duorameng
6086772068
fix(interconnect): display freshly fetched load metrics in UI when clicking node status refresh
2026-06-26 09:59:09 +08:00
duorameng
2379b11836
fix(environments): restore missing delete button in large screen view of environment variables table
2026-06-26 09:48:58 +08:00
duorameng
79fcf26c88
docs: add open-source license and attribution statements to internal/sdk and internal/tunnel source files
2026-06-26 09:24:08 +08:00
duorameng
bdeda51b22
feat(interconnect): sync environment variables with original structure and IDs, and translate UI badges
2026-06-26 09:23:20 +08:00
duorameng
898cb64085
feat(interconnect): enable sync panel and add demo mode restriction for role selection
2026-06-25 23:50:31 +08:00
duorameng
a227666960
style: make buttons fill the row on small screens in MasterView
2026-06-25 22:22:49 +08:00
duorameng
60eb34e27b
fix: remove unused imports in MasterView to fix tsc build
2026-06-25 21:33:50 +08:00
duorameng
90f06de298
feat: add openconnect
2026-06-25 21:33:50 +08:00
duorameng
734df3d763
feat: update main cli description and add linux deps guide link to ui
2026-06-23 09:43:13 +08:00
duorameng
67b05f4749
docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts
2026-06-22 19:01:19 +08:00
duorameng
d1f80b7986
docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts
2026-06-22 18:53:44 +08:00
duorameng
b3c71a5da2
fix(web): make task execution history page height responsive #134
2026-06-22 18:02:52 +08:00
duorameng
ff90837f24
feat(web): add closable secret usage description #135
2026-06-22 17:14:03 +08:00
duorameng
2ee769b46a
feat(monitor): persist active tab using localStorage #133
2026-06-21 11:42:26 +08:00
duorameng
50daa79c0a
style(ui): optimize monitor chart tooltip unit display on small screens
2026-06-18 10:53:31 +08:00
duorameng
e2c934558c
feat(task): support custom repo sync dir name and fix UI copy ( #132 )
2026-06-18 10:43:49 +08:00
duorameng
2141831075
feat(reposync): support custom directory name for repo sync ( #132 )
2026-06-18 09:59:53 +08:00
duorameng
15f9c47cb4
feat(ui): optimize file tree node hover tooltip with shadcn component
2026-06-18 09:52:48 +08:00
duorameng
562b7a1704
feat(languages): add dismissible hint for mise extension support
2026-06-18 09:16:45 +08:00
duorameng
e7f16c5da8
style(monitor): optimize tabs styling and layout to match system theme
2026-06-18 08:55:09 +08:00
duorameng
b54a7f476a
style(monitor): optimize chart layout for large screens to be more compact and coordinated
2026-06-14 23:07:38 +08:00
duorameng
982d8bab62
chore(monitor): remove unused icon imports in Monitor.vue
2026-06-12 19:58:32 +08:00
duorameng
d5c4680fc5
feat(monitor): enhance monitor dashboard with real-time physical host metrics
2026-06-12 19:44:57 +08:00
duorameng
633d683c0e
feat: implement precise worker status tracking and monitoring UI
2026-06-12 18:48:33 +08:00
duorameng
626d20c9b8
feat: add dependent tasks view for environments ( #126 )
...
Add a dialog in the environment variables list to view which tasks depend on a specific variable/secret.
2026-06-12 09:16:24 +08:00
duorameng
b1509a3afb
feat: unify directory tree select component and support file sorting ( #110 )
2026-06-10 17:33:23 +08:00
duorameng
bf2cc7da0e
feat(editor): implement tree directory selector for file creation #110
2026-06-10 16:57:44 +08:00
duorameng
41c2b71d79
chore: fix security vulnerabilities via npm audit fix
2026-06-09 18:49:21 +08:00
duorameng
729109f887
style: optimize mobile layout and heights for history log details
2026-06-09 18:40:59 +08:00
duorameng
a0a6f087e2
fix: conditional header height for LogDetailCard fullscreen mode
2026-06-09 17:13:27 +08:00
duorameng
8cff03e4ab
style: fix header alignment and code block padding in log details
2026-06-09 17:08:40 +08:00
duorameng
77cec68d4d
style: decrease font size of sequence numbers in lists
2026-06-09 17:00:28 +08:00
duorameng
28779cb70f
refactor: use fallback clipboard for non-https env ( #111 )
2026-06-09 16:15:25 +08:00
duorameng
fc04bd9b0c
style: optimize notify channel dialog labels alignment
2026-06-09 08:37:26 +08:00
duorameng
34413d1eae
style(ui): prevent auto-focus on input when opening edit env dialog
2026-06-08 20:29:26 +08:00
duorameng
7f7d109438
feat(env): add tag support for environment variables and task injection
...
- Add generic DataRelation and DataStorage models for tags
- Update EnvService and EnvController to support tag assignment, querying, and filtering
- Integrate EnvTagsConfig in Env settings for managing environment tags
- Enhance TaskDialog environment selection to support searching and displaying env tags
- Fix missing TaskLangConfig import in RepoDialog
2026-06-08 17:39:24 +08:00
duorameng
e59761fd87
refactor(web): extract components and refactor Agents.vue
...
- Extracted AgentListTab and TokenListTab
- Extracted Dialog components for Agents and Tokens
- Refactored Agents.vue into a lightweight container
2026-06-08 09:53:53 +08:00
duorameng
f034c3d882
refactor(web): extract LineNumberTextarea and refactor Environments.vue
...
- Extracted reusable LineNumberTextarea component
- Refactored Environments.vue by extracting EditEnvDialog and DeleteEnvDialog
- Fixed Sonner toast font inheritance
- Removed fixed placeholder font in LineNumberTextarea
2026-06-08 09:03:55 +08:00
duorameng
39c714c050
refactor(web): split Languages.vue into sub-components
2026-06-08 08:48:53 +08:00
duorameng
d731bb1039
fix(web): prevent favicon flash on initial page load
2026-06-08 08:32:32 +08:00
duorameng
de9744098c
fix(web): align cron config label with other dialog inputs
2026-06-05 20:14:51 +08:00
duorameng
c16b40636b
refactor(web): replace local noto-sans-sc font with domestic CDN
2026-06-05 20:12:02 +08:00
duorameng
d0c6f836ff
refactor(web): extract common config components for task and repo dialogs
2026-06-05 19:58:37 +08:00
duorameng
e0d729e50e
style: optimize layout and grouping of timeout and execution strategies
2026-06-05 19:28:48 +08:00