enso/lib/rust/ensogl/component
Ilya Bogdanov c602404b1a
Multi Component Group Wrapper (#3473)
[ci no changelog needed]

This PR implements a new helper for the future Component Browser - `component_group::multi::Wrapper`. It propagates FRP events from multiple component groups and ensures that only a single component group is focused at all times.

See the updated component group demo scene (console logs shows propagated FRP events from all component groups):


https://user-images.githubusercontent.com/6566674/172359141-8ea6f1ba-e357-4c1b-852a-adb4d5207e03.mp4


- Fixed a `define_endpoints_2!` macro. FRP endpoints for `focus` events weren't connected properly.
- List View now uses an overlay shape to catch mouse events, it allows much easier implementation of `is_header_selected` in the component group.
2022-06-08 11:06:36 +00:00
..
button Fixing regression - mouse buttons were not distinguished properly. (#3401) 2022-04-15 16:08:30 +02:00
drop-down-menu Fixing regression - mouse buttons were not distinguished properly. (#3401) 2022-04-15 16:08:30 +02:00
drop-manager New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
file-browser Linting codebase 2022-03-10 05:32:33 +01:00
flame-graph Implement multi-process message visualisation. (#3423) 2022-05-03 09:40:27 +00:00
gui New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
label Linting codebase 2022-03-10 05:32:33 +01:00
list-view Multi Component Group Wrapper (#3473) 2022-06-08 11:06:36 +00:00
scroll-area Fully visible group name in partially scrolled Component Group View (#3447) 2022-05-17 13:52:08 +00:00
scrollbar Linting codebase 2022-03-10 05:32:33 +01:00
selector New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
sequence-diagram Component Group Entry with icons and text highlighting. (#3459) 2022-05-24 09:48:19 +02:00
shadow Fully visible group name in partially scrolled Component Group View (#3447) 2022-05-17 13:52:08 +00:00
src Implement multi-process message visualisation. (#3423) 2022-05-03 09:40:27 +00:00
text Profiling workflows (#3475) 2022-06-01 18:01:16 +00:00
toggle-button Fixing regression - mouse buttons were not distinguished properly. (#3401) 2022-04-15 16:08:30 +02:00
tooltip New IDE build script (#3466) 2022-05-23 04:16:04 +02:00
Cargo.toml Implement multi-process message visualisation. (#3423) 2022-05-03 09:40:27 +00:00