Add pulsing streaming indicator to chat list rows#124
Open
mcintyre94 wants to merge 3 commits into
Open
Conversation
Adds a ClaudeEffortLevel enum (low/medium/high/max) and surfaces it in the existing model picker as a second Menu section. The pill label shows the effort level only when non-default (e.g. "Sonnet · High") to avoid visual noise. Max effort is hidden unless Opus is selected, and switching away from Opus while on max resets to high. Effort is passed to every claude invocation via --effort. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Shows a slow-pulsing orange dot on chat rows in the switcher sheet and sidebar nav panel while Claude is actively streaming, using the existing ChatSessionManager.isStreaming(chatId:) observable. Takes priority over the blue unread dot when both states apply. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
StreamingDotshared view — an 8×8 orange circle that slowly pulses (1s ease-in-out, 100%→30% opacity) while activeChatSwitcherSheetchat rows show the dot when streaming, falling back to the blue unread dot when notSpriteNavigationPanelsidebar rows get the same treatment on their right-side indicatorChatSessionManager.isStreaming(chatId:)— no model changes needed; SwiftUI re-renders automatically as the@Observablemanager updatesTest plan
🤖 Generated with Claude Code