Tuesday, February 25, 2025
1 change · saas-18.2
Enhancements to existing features
Gantt schedule items now appear smaller, more consistent, and less visually busy, helping users see more planning information at once. Rounded cards, standardized row spacing, and reduced flicker make the timeline easier to scan and use.
Original PR description
First commit adjusts the height of pills and rows for a more uniform and compact display. The pill height is reduced from 35px to 25px, allowing more information to fit on the screen. Row height is now standardized to 25px per pill (or 25px when empty), with an additional 10px of empty space. This ensures consistent row heights, whether a row contains pills or not. Second commit improves the display of pills with several adjustments: -Rounded pill borders and reduced wrapper padding for a cleaner look. -Removed resize handles since the resize cursor is sufficient. -Eliminated pill highlighting to reduce visual clutter and prevent unnecessary flickering. Part of task-4571228