mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-09 02:50:43 +00:00
- Simplified task detail opening logic by integrating it into the `settingsModalStore` - Updated the visibility condition for the task detail view in `scheduler-task-detail.html` to rely solely on the selected task state rm attributes from components simplify task display logic settings components init scheduler componentize - Removed the inline scheduler settings script from `index.html` and replaced it with a new component structure in `scheduler-settings.html`, `scheduler-task-editor.html`, `scheduler-task-list.html`, and `scheduler-task-detail.html`. - Introduced a dedicated `scheduler-store.js` to manage state and logic for the scheduler, enhancing maintainability and separation of concerns. - Updated the `index.js` to remove the now obsolete `openTaskDetail` function, integrating task detail handling within the new store. - Removed the deprecated `scheduler.js` file, consolidating functionality into the new component architecture. settings modal store rename - Replaced all instances of `$store.settingsModalStore` with `$store.settingsStore` across various settings components. scheduler tab content x-if |
||
|---|---|---|
| .. | ||
| buttons.css | ||
| messages.css | ||
| modals.css | ||
| notification.css | ||
| scheduler-datepicker.css | ||
| scheduler.css | ||
| settings.css | ||
| speech.css | ||
| tables.css | ||
| toast.css | ||