Uh oh!
There was an error while loading. Please reload this page.
fix(tasks-ui): update in progress to be amber, added status to dropdown menu, fixed scheduled tasks modal - #3597
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Refines task activity/unread indicators in the sidebar: active tasks now render amber dots (including in the collapsed tasks dropdown), while unread-only tasks keep the green dot. Tweaks scheduled task deletion UX by making the confirm button Written by Cursor Bugbot for commit c7034c7. Configure here. |
Greptile SummaryThis PR delivers a set of small, focused UI polish changes for active tasks: active-task indicators are recoloured from green to amber across the sidebar and logs view, the delete-schedule confirmation modal gains a proper Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Task State] --> B{isActive?}
B -- Yes --> C[Amber dot + ping animation\nsidebar & dropdown]
B -- No --> D{isUnread?}
D -- Yes --> E[Green dot\nsidebar & dropdown]
D -- No --> F[No indicator]
A2[Log Status] --> G{status value}
G -- running --> H[Amber badge\nlabel: Running]
G -- pending --> I[Amber badge\nlabel: Pending]
G -- error --> J[Red badge]
G -- cancelled --> K[Orange badge]
G -- info --> L[Gray badge]
Last reviewed commit: c7034c7 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…wn menu, fixed scheduled tasks modal (simstudioai#3597) * fix(tasks-ui): update in progress to be amber, added status to dropdownmenu * fix play button, scheduled tasks modal
Summary
Type of Change
Testing
Tested manually
Checklist