enso/app
Ilya Bogdanov 01a5361c65
Fix redundant imports when selecting options from the dropdown widget (#7028)
Fixes #6816.

The code for adding imports for dropdown widgets was unified with CB. The code was moved from the searcher controller to the graph controller.

Also, I changed the signature for a few `lookup_*` methods of the suggestion database, because I have always found it weird that they return `Option` instead of `Result`. They now work nicely with the surrounding code.


https://github.com/enso-org/enso/assets/6566674/49125f8d-096e-4cca-a922-4811ed717a4d
2023-06-21 12:00:15 +00:00
..
gui Fix redundant imports when selecting options from the dropdown widget (#7028) 2023-06-21 12:00:15 +00:00
ide-desktop QoL code improvements for dashboard (#7022) 2023-06-19 01:02:08 +02:00