fix(web): give sidebar un-settle button a tooltip - #7796
Conversation
The Settle button had a tooltip but its reverse state, Un-settle, did not. Wrap it in the same Tooltip pattern.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved at Macroscope's review found this PR approvable — This change adds a tooltip to an existing un-settle button in the sidebar, following an established pattern already used elsewhere in the same file. The button's functionality is unchanged - only visual feedback on hover is added. Notes:
You can add or adjust custom eligibility rules. Learn more. |
## What's Changed * feat(web): double-click chat header title to rename thread by @UtkarshUsername in pingdotgg/t3code#7817 * fix(web): model picker no longer shows a double border by @RakshithBhat03 in pingdotgg/t3code#7772 * fix(web): give sidebar un-settle button a tooltip by @UtkarshUsername in pingdotgg/t3code#7796 * fix(web): render oversized terminal graphemes without crashing by @Lucenx9 in pingdotgg/t3code#7809 **Full Changelog**: pingdotgg/t3code@v0.0.34-nightly.20260821.1153...v0.0.34-nightly.20260821.1154 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.34-nightly.20260821.1154
What Changed
The un-settle button on sidebar threads now shows a tooltip, just like the settle button already does.
Why
The Settle button had a tooltip but its reverse state, Un-settle, did not.
UI Changes
Before:

After:

Checklist
Note
Low Risk
Cosmetic UI-only change with no behavior, data, or security impact.
Overview
Adds a hover/focus tooltip on the slim sidebar un-settle control so it matches other thread actions.
The button still uses the same click handler,
aria-label, and hover styling; it is only wrapped inTooltipwith the copy “Un-settle thread”.Reviewed by Cursor Bugbot for commit c932183. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
[!NOTE]
Add tooltip to un-settle button in
SidebarThreadRowWraps the un-settle action button with a
Tooltipthat shows "Un-settle thread" on hover/focus. The button's click handler,aria-label, and styling are unchanged.Macroscope summarized c932183.