Conversation
Add title attributes (hover tooltips) to interactive elements in the input status bar, sidebar footer, and dashboard expanded toolbar: - ExpandedSessionView: send button, Chat/Plan/Autopilot mode buttons, Log label, message count, skills/agents/prompts triggers, token usage, and context window usage - SessionSidebar: Submit Issue and Launch Copilot footer buttons - Dashboard: expanded toolbar Send All button Add 14 regression tests in BottomBarTooltipTests.cs that validate all these elements have title attributes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Problem
Buttons and labels at the bottom of the window (input status bar, sidebar footer, dashboard toolbar) lacked title attributes, so users got no hover tooltips / information bubbles when hovering over them.
Changes
Added
titleattributes to all interactive elements missing them:ExpandedSessionView (input status bar)
Send messageView session event logTotal messages in this sessionView available ...Token usage: ↑ input tokens sent, ↓ output tokens receivedContext window usage — current tokens / maximum tokensSessionSidebar (footer)
Submit bug report as a GitHub issueLaunch a Copilot session to fix the bug or build the featureDashboard (expanded toolbar)
Send message to all sessions in this groupTests
Added
BottomBarTooltipTests.cswith 14 regression tests that read the.razorfiles and verify all these elements havetitleattributes.All 1300 existing tests continue to pass (1 pre-existing locale-related failure unrelated to this change).