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
Mini (and input) widget placement fails at the transitions between the containers in each bar:
Screen.Recording.2025-03-25.at.1.23.48.am.mov
Steps to reproduce
Open Edit Mode
Drag a mini-widget or input widget to a container boundary in the top or bottom bar
Move it around - it does not "enter" the container until right up against an existing widget
Primary pain point(s)
It's unintuitive and can be frustrating that parts of the bar just don't allow widgets, for no discernible reason.
Ideally when dragging a widget to enter the bar, the containers should be considered to expand equally into the space between each other (which is currently created using <div class="grow"> elements), so if a widget is in the left half of the space it gets considered as part of the container to its left, and vice versa for the right side.
Bug description
Mini (and input) widget placement fails at the transitions between the containers in each bar:
Screen.Recording.2025-03-25.at.1.23.48.am.mov
Steps to reproduce
Primary pain point(s)
It's unintuitive and can be frustrating that parts of the bar just don't allow widgets, for no discernible reason.
Ideally when dragging a widget to enter the bar, the containers should be considered to expand equally into the space between each other (which is currently created using
<div class="grow">
elements), so if a widget is in the left half of the space it gets considered as part of the container to its left, and vice versa for the right side.Additional context
Discovered in this PR review
Prerequisites
The text was updated successfully, but these errors were encountered: