mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 02:01:47 +03:00
8923aa98da
Fixes #7198 Fixes #7318 https://github.com/enso-org/enso/assets/3919101/4aead1e2-de01-4b6e-aa12-403af0b3c677 This PR changes the way components are kept in the controllers to allow mixing different groups when filtering. On this occasion, the code was greatly simplified: * Instead of identifying entries by section, group and entry ID we have just a single EntryId representing position on the list. This way the view was simplified. * Removed support for headers in Component Grid (but the Grid View still has this feature). * Removed remnants of the old searcher and "actions". Also, this PR fixes #7201. I decided that the top modules will have full path (namespace, library and module name), so they will be displayed as `Standard.Base.Data` instead of just `Data` (so it's clear we're browsing part of the standard library. ### Important Notes The searcher's breadcrumbs controller is in not very nice state, but it will be revised anyway, as the breadcrumbs will be synchronized with documentation panel in the new design. |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |