Sunday, April 13, 2025
4 changes · saas-18.2
Enhancements to existing features
The Discuss and messaging areas received small visual refinements to make conversations, invitations, notifications, and menus easier to scan. These changes reduce visual clutter and better highlight the most important actions without changing how users work.
The channel invitation menu has been visually simplified so key actions like searching, selecting people, inviting, and sharing links stand out more clearly. Supporting text and invite links are now less prominent, making the menu easier and less tiring to use.
Original PR description
This menu is dense of information and user interaction, and without reducing visibility of some information this feels more exhausting than it should. This commit reduces visibility of textual info text and invite link (smaller, reduced opacity), helping highlighting the most important items: search, suggested / selected items, invite / share link buttons. Before <img width="482" alt="Screenshot 2025-04-07 at 16 30 55" src="https://github.com/user-attachments/assets/8ace7532-eb5e-426d-bc4f-d792d1923567" /> After <img width="481" alt="Screenshot 2025-04-07 at 16 31 56 1" src="https://github.com/user-attachments/assets/54780e64-37fd-4f5f-9dd4-e63fdfce0a1d" />
The messaging menu has been visually refined with better spacing between avatars and message text, tighter item padding, and clearer background contrast for less important items. This makes notifications easier to scan while keeping the change small and low-risk.
Original PR description
- more spacing between avatar and text content - less spacing between items, thanks to slightly reduced vertical padding for each item - non-important items have slight different bg compared to messaging menu
The Discuss interface has been visually refined with softer message borders, slightly smaller author names, closer spacing for grouped messages, and rounder avatars. These small polish changes make conversations feel cleaner and easier to scan without changing how users work.
Original PR description
Message style improvements: - author name is slightly smaller - squashed message are slightly closer to previous message - border around message bubble has opacity reduced Borders: - reduced/removed borders around discuss sidebar/header/panel - header thread action have border replaced by bg color Avatar - avatar are rounder (`.rounded` => `.rounded-3`) NotificationMessage - slightly reduced opacity