enso/lib/rust/ensogl/component
Adam Obuchowicz 148d32e4c3
Component Browser with Grid View (#3766)
This PR introduced an overhauled Component List Panel implementation, making use of the efficient EnsoGL grid view component. Also, it delivers a couple of new features:
* A part of the new design: there are no more section headers in grid, instead groups are "glued" together. The local scope section is under "popular" (old "favorites").
* The keyboard management inside grid works.
* there is a mouse hover highlight
* selecting the lowest entry in section when jumping with navigation bar.
* accepting input as-is with cmd/ctrl + Enter.

https://user-images.githubusercontent.com/3919101/194561890-fffb9b41-2f0d-4357-8d9a-5038a6bcb023.mp4


### Important Notes

**What is not implemented:**
* [Focus management between panels.](https://www.pivotaltracker.com/story/show/180872763) The grid is always focused. To accept the current input, use ctrl+Enter shortcut.
* [Proper handling of selection when having empty space on the right and pressing right arrow.](https://www.pivotaltracker.com/story/show/183487880)
* When entering a module, its name is not added to the input as described in the design doc. Will be a part of [this User Story](https://www.pivotaltracker.com/story/show/181058321).

**Known issues**
* [the selection, especially in the local scope section, has sometimes an undesirable offset](https://www.pivotaltracker.com/story/show/183487730). The cause is known, but not so easy to fix.
* The inserted nodes are often producing errors. The Browser's inherits the outdated understanding of the language from old Node Searcher, and it does not include new form of imports, static methods etc. Those all will be fixed as a part of [this User Story](https://www.pivotaltracker.com/story/show/181058321).
* The performance is improved, but still not ideal, due to problems in [text areas](https://www.pivotaltracker.com/story/show/183406745).
* To scroll the documentation panel, you must first click on it.
2022-10-14 12:42:59 +02:00
..
button Build script merge (#3743) 2022-10-10 23:38:48 +02:00
drop-down-menu Build script merge (#3743) 2022-10-10 23:38:48 +02:00
drop-manager Build script merge (#3743) 2022-10-10 23:38:48 +02:00
file-browser Build script merge (#3743) 2022-10-10 23:38:48 +02:00
flame-graph Build script merge (#3743) 2022-10-10 23:38:48 +02:00
grid-view Component Browser with Grid View (#3766) 2022-10-14 12:42:59 +02:00
gui Build script merge (#3743) 2022-10-10 23:38:48 +02:00
label Build script merge (#3743) 2022-10-10 23:38:48 +02:00
list-view Build script merge (#3743) 2022-10-10 23:38:48 +02:00
scroll-area Build script merge (#3743) 2022-10-10 23:38:48 +02:00
scrollbar Build script merge (#3743) 2022-10-10 23:38:48 +02:00
selector Build script merge (#3743) 2022-10-10 23:38:48 +02:00
sequence-diagram Build script merge (#3743) 2022-10-10 23:38:48 +02:00
shadow Build script merge (#3743) 2022-10-10 23:38:48 +02:00
src Build script merge (#3743) 2022-10-10 23:38:48 +02:00
text Build script merge (#3743) 2022-10-10 23:38:48 +02:00
toggle-button Build script merge (#3743) 2022-10-10 23:38:48 +02:00
tooltip Build script merge (#3743) 2022-10-10 23:38:48 +02:00
Cargo.toml Grid View with Scrolling (#3588) 2022-07-19 08:39:23 +00:00