fix(dashboard): compact live working indicator - #1593
Merged
Conversation
Remove the mobile "Junior is working…" label and tighten padding around the three-dot typing indicator so more transcript stays visible. Co-Authored-By: Pierre Massat <pierre.massat@sentry.io>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
phacops
marked this pull request as ready for review
August 16, 2026 01:25
Dashboard visual evidenceMode: path-selected Triggered by:
Conversations · desktopConversations · mobileConversation detail · desktopConversation detail · mobileFull-page screenshots from the mock dashboard. Not a pixel-diff gate. |
Reduce space between the last event, typing dots, and composer/queue so more of the conversation stays visible while Junior is working. Co-Authored-By: PDPM <pierre.massat@sentry.io>
phacops
approved these changes
Aug 16, 2026
phacops
enabled auto-merge (squash)
August 16, 2026 02:44
phacops
approved these changes
Aug 16, 2026
…-working-indicator # Conflicts: # packages/junior-dashboard/src/client/conversations/ConversationPage.tsx Co-Authored-By: PDPM <pierre.massat@sentry.io>
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.




The mobile footer repeats the live state that the three-dot typing indicator already shows. It also takes space away from the transcript.
This change removes the
Junior is working…footer label. It keeps the accessible three-dot typing indicator and reduces the space between the last event, the dots, and the composer or message queue.Changes
Checks
pnpm --filter @sentry/junior-dashboard exec vitest run tests/telemetry-components.test.tsxRequested by PDPM.
--
View Junior Session in Sentry