Commit Graph

324 Commits

Author SHA1 Message Date
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 729109f887 style: optimize mobile layout and heights for history log details 2026-06-09 18:40:59 +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 de9744098c fix(web): align cron config label with other dialog inputs 2026-06-05 20:14:51 +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
duorameng 45752aff0b refactor: extract getLangIcon and editor components to improve structure 2026-06-05 19:08:57 +08:00
duorameng ad3095cc42 style: perfectly align export button with inputs on small screens 2026-06-05 15:56:47 +08:00
duorameng 6740b1d667 style: align header buttons to the right on small screens in repo dialog 2026-06-05 15:47:36 +08:00
duorameng ed2328500e feat: add copy export baihu command button in repo dialog 2026-06-05 14:37:06 +08:00
duorameng d8fc1fd5f4 style: wrap log retention inputs on small screens in dialogs 2026-06-05 14:28:42 +08:00
duorameng 5a5c4c27b5 style: fix log retention input width and add unit labels in task and repo dialogs 2026-06-05 11:59:44 +08:00
duorameng f5e85589f5 fix: remove QL script comment parsing config from regular task dialog 2026-06-05 11:50:18 +08:00
duorameng 2db410d3ec feat: restore task log cleanup strategy ui in task dialog 2026-06-05 11:44:37 +08:00
Matt Van Horn 9a2ca526a7 feat: add zip download for folders in file manager
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 01:27:35 -07:00
duorameng 323a58e041 feat: implement custom WebUI support with dynamic frontend replacement
- Add WebUI service and controller for managing custom frontend packages

- Allow overriding default static assets when custom WebUI is activated

- Add Make commands for packing custom WebUI distributions

- Update UI settings to support uploading, activating and deleting WebUIs

- Document WebUI feature in README and changelog
2026-05-29 11:50:09 +08:00
duorameng 41af3cf9e0 feat: add copy button and optimize layout for terminal builtin commands 2026-05-28 08:33:45 +08:00
duorameng fcacb84661 fix(web): add agent toggle to medium layout and reduce log toolbar padding 2026-05-22 17:18:56 +08:00
duorameng 4076924704 refactor: extract StatusDot common component and unify status indicator styles across history, tasks, and agents pages 2026-05-21 15:36:20 +08:00
duorameng 05e38f08c6 style: move status indicator to the beginning of the row as small dots in history page 2026-05-21 15:12:15 +08:00
duorameng efb1625675 feat: disable popup dialog when clicking command on execution history page 2026-05-21 15:04:09 +08:00
duorameng 3988309f43 style(settings): optimize backup and restore page layout 2026-05-20 10:06:49 +08:00
duorameng a0ec228c23 style(settings): optimize site settings page layout 2026-05-20 09:54:39 +08:00
duorameng 1f3c65f2c9 docs(settings): add agent scheduler configurations note in scheduler settings view 2026-05-20 09:45:04 +08:00
duorameng 2b7a3f8ebc feat(task): support exporting repository sync command with optimized format 2026-05-20 09:30:48 +08:00
duorameng 0e1a95a3f8 feat: implement agent custom scheduler config and queue model #101 2026-05-19 20:23:05 +08:00
duorameng cded935c4d style(logs): translate cleanup categories to Chinese and optimize log detail mobile layout 2026-05-19 09:40:16 +08:00
duorameng a31c4b9f03 feat(deps): implement batch installation, manifest parsing/importing, and responsive mobile UI/UX improvements 2026-05-18 19:25:48 +08:00
duorameng 3a244fad85 chore: update all tab style 2026-05-14 18:44:38 +08:00
duorameng 856cdfc137 feat: add scheduler log display 2026-05-14 17:49:59 +08:00
duorameng da2b003b83 chore: refactor logs structure 2026-05-13 08:57:44 +08:00
duorameng 449c3a7d1f chore: redesign file page icon #90 2026-05-13 08:25:08 +08:00
duorameng 2b0f37b7ea fix: try to fix page size #99 2026-05-12 11:55:03 +08:00
duorameng 3897bfc281 feat: add push message - wxpusher #98 2026-05-11 19:24:04 +08:00
duorameng 0dad9dd541 chore: message page list support sharedworker.js 2026-05-09 09:02:43 +08:00
duorameng 9c174d8db2 chore: history page support sharedworker.js 2026-05-09 08:42:15 +08:00