You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add three-dot menu for session management
Replaces delete button and click-to-edit with a three-dot menu button
that appears on hover. The menu provides options to rename or delete
sessions. Menu closes when clicking outside or after selecting an option.
Changes:
- Added three-dot menu button that appears on hover
- Menu contains "Rename" and "Delete" options
- Removed direct click-to-edit on session name
- Removed standalone delete button
- Added click-outside handler to close menus
- Delete option highlights red on hover for clarity
Co-Authored-By: Claude <[email protected]>
* Fix vertical three-dot menu button styling
Adjusts the hover state to properly fit the vertical menu button instead
of appearing as a wide rectangle. The button now has a more natural
pill-shaped hover background that wraps around the vertical dots.
Changes:
- Reduced font size from 16px to 14px for more compact appearance
- Adjusted padding to 6px vertical, 3px horizontal (was 2px/4px)
- Reduced letter-spacing from -4px to -2px for better dot spacing
- Adjusted line-height to 0.8 to keep dots closer together
- Increased border-radius to 6px for pill-shaped hover effect
- Removed fixed width to allow natural content sizing
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments