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
The current implementation of the selection panel is comically useless when multiple items are selected, and incurs undue code complexity (e.g. UiLayout::SelectionPanelLimitHeight). For the longest time, our dream has been to come up with some "merged" view of the current selection, but this hardly is actionable as a starting point:
### Related
* Closes#8336
### What
When you have more than one item selected at once, you get a list of all
items. Clicking one will select just that.
<img width="308" alt="multiple-selected-entities"
src="https://github.com/user-attachments/assets/67174eed-373a-486c-a2b1-b97a08136805">
### Implementation
A bit messy, to be honest. I leveraged the existing `ItemTitle` for some
items, and hand-rolled others.
It would be nice with something similar to `DataUi`, but for titles
(with or without breadcrumbs).
But the amount of messy code is low and low-impact, so unless someone
has a good suggestion or strongly objects, I suggestion calling this
"good enough for now".
Context
The current implementation of the selection panel is comically useless when multiple items are selected, and incurs undue code complexity (e.g.
UiLayout::SelectionPanelLimitHeight
). For the longest time, our dream has been to come up with some "merged" view of the current selection, but this hardly is actionable as a starting point:Proposal
This issue is about getting the ball rolling on this front with a two-step, actionable, minimalistic take on the selection panel with multi-selection:
The text was updated successfully, but these errors were encountered: