enso/lib/rust/ensogl/component
Paweł Grabarz 4cbd5f45a1
Prevent incorrect application of list widget on incompatible expressions (#6771)
Refactored the logic behind selecting appropriate widgets for span tree nodes. Now the bulk of it is moved into widget methods. When a given widget type is reporting to be not compatible with the expression, it will not be used even if the configuration was overriden using an method argument annotation. In that case, the usual logic for automatically selecting the appropriate widget will kick in.

![image](https://github.com/enso-org/enso/assets/919491/6316e21e-c509-4cc4-a3a6-c482798894d0)
2023-05-24 12:30:40 +00:00
..
button Refactoring mouse events. (#6078) 2023-03-28 04:41:25 +02:00
drop-down Layer/Rectangle improvements (#6247) 2023-04-19 09:06:20 -07:00
drop-down-menu Execution environment integration fixes. (#6434) 2023-04-27 17:30:26 +00:00
drop-manager Fix wrong placement of nodes created from dropped files. (#5906) 2023-03-17 20:52:13 +00:00
dynamic-assets Improving Performance Monitor (#5895) 2023-03-21 09:17:54 +01:00
file-browser Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
flame-graph remove content_origin property from layout (#6155) 2023-04-01 11:48:01 +00:00
grid-view remove content_origin property from layout (#6155) 2023-04-01 11:48:01 +00:00
gui Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
label remove content_origin property from layout (#6155) 2023-04-01 11:48:01 +00:00
list-editor Prevent incorrect application of list widget on incompatible expressions (#6771) 2023-05-24 12:30:40 +00:00
list-view A drop-down that allows changing the execution mode. (#6130) 2023-04-18 10:26:17 +00:00
scroll-area Finishing Vector Editor (#6470) 2023-05-02 11:24:20 +02:00
scrollbar Refactoring mouse events. (#6078) 2023-03-28 04:41:25 +02:00
selector remove content_origin property from layout (#6155) 2023-04-01 11:48:01 +00:00
sequence-diagram remove content_origin property from layout (#6155) 2023-04-01 11:48:01 +00:00
shadow Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
slider Proper handling of multiple list views. (#6461) 2023-05-01 18:11:05 +02:00
spinner Force newDashboard default on the CI-built packages. (#6680) 2023-05-15 04:03:09 +02:00
src Implement loading spinner for visualisations. (#6512) 2023-05-12 04:41:55 +00:00
text Finishing Vector Editor (#6470) 2023-05-02 11:24:20 +02:00
toggle-button Add dashboard button (#6474) 2023-05-23 14:23:23 +00:00
tooltip Make tooltips more visually pleasing (#6097) 2023-03-30 08:51:31 +00:00
Cargo.toml Implement loading spinner for visualisations. (#6512) 2023-05-12 04:41:55 +00:00