feat(desktop): working indicator on project sidebar#14955
Open
edemaine wants to merge 1 commit intoanomalyco:devfrom
Open
feat(desktop): working indicator on project sidebar#14955edemaine wants to merge 1 commit intoanomalyco:devfrom
edemaine wants to merge 1 commit intoanomalyco:devfrom
Conversation
|
Should verify if this also closes 12077, because the description seem different, but the explanation seems to be requesting the same thing |
Contributor
Author
|
Agreed! I added a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Fixes #14430 and fixes #12077
Type of change
What does this PR do?
Added a "AI is working" spinner in the bottom-right corner of the project icon in the sidebar list of projects.
This makes it much easier to keep track of multiple long-running tasks at the same time.
Previously, you needed to hover into the sessions for each project to see whether anything was working.
This feature matches the existing "new results" dot in the top-right corner of the project icon. By using a different corner for the spinner, you can see both, in case one session has new results and another is working.
While I was here, I noticed and fixed an inconsistent use of
status.typein the TUI session list, where"retry"wasn't treated as working, whereas it was everywhere else.How did you verify your code works?
bun run dev:desktopand sending test messagesScreenshots / recordings
Checklist
@Hona You said to
@you for future PRs, but no pressure!