enso/app/gui/view
Adam Obuchowicz 2e39d7595f
Fix CB discarding changes if pressed Ctrl + Enter too quickly (#6875)
Now, quick typing in component browser and pressing "enter" should not cut off the last part typed. Fixes #6733

https://github.com/enso-org/enso/assets/3919101/3979ed5a-ba4e-4e25-93e6-672e731b7bd8

On this occasion, also fixed "go-to-dashboard" button and "Unsupported engine version" being over the full-screen visualization. Fixes #6722

# Important Notes
I did a significant refactoring of Project View:
1. The huge `frp::extend` block was split into multiple `init` methods.
2. Remaining of the "Old searcher" were removed.
3. The "Edited" event from node's input is emitted only when in edit mode (it's consistent with other API terminology, and makes FRP for showing CB much simpler.

The code was _mostly_ moved around, but the check is advised anyway, as there were small changes here and there.
2023-06-01 07:55:13 +00:00
..
component-browser Improve UX of Component Browser (#6812) 2023-05-30 10:41:00 +00:00
documentation Force newDashboard default on the CI-built packages. (#6680) 2023-05-15 04:03:09 +02:00
examples Improve UX of Component Browser (#6812) 2023-05-30 10:41:00 +00:00
execution-environment-selector Fix layer ordering between dropdown and breadcrumbs backgrounds. (#6483) 2023-05-02 16:32:21 +00:00
execution-mode-selector/src Ability to change the execution environment between design and live. (#6341) 2023-04-25 20:28:15 +00:00
graph-editor Fix CB discarding changes if pressed Ctrl + Enter too quickly (#6875) 2023-06-01 07:55:13 +00:00
src Fix CB discarding changes if pressed Ctrl + Enter too quickly (#6875) 2023-06-01 07:55:13 +00:00
welcome-screen Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
Cargo.toml Ability to change the execution environment between design and live. (#6341) 2023-04-25 20:28:15 +00:00