enso/lib/rust/ensogl/component
Stijn ("stain") Seghers b977b5ac01
Add tooltips to the action bar (#6035)
Implements #5933: adding tooltips to the buttons next to nodes.

To make the UI consistent, I've added tooltips to the `ToggleButton` class directly, since whenever you have an icon button, it seems helpful to have a tooltip.

`ToggleButton` is only used for the profiling button in the top-right corner and the buttons next to nodes. The output context switch button [isn't implemented yet](https://github.com/enso-org/enso/issues/5929), but once it is, adding a tooltip should be one-liner.

![Recording 2023-03-22 at 17 21 58](https://user-images.githubusercontent.com/607786/226972920-81033b37-001f-49eb-9fc6-453120f01760.gif)
2023-03-27 17:02:06 +00:00
..
button Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
drop-down support custom widget entry labels (#5705) 2023-03-17 10:06:32 +00:00
drop-down-menu Auto Layouts (#3937) 2022-12-19 02:16:54 +01: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 Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
grid-view Cached Shape Parameter (#5685) 2023-02-23 11:18:48 +00:00
gui Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
label Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
list-view Change order of objects to avoid scrollbar over visualisation chooser (#5843) 2023-03-14 13:27:37 +00:00
scroll-area Grid-view based dropdown component (#3985) 2022-12-22 18:19:40 +00:00
scrollbar Grid-view based dropdown component (#3985) 2022-12-22 18:19:40 +00:00
selector Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
sequence-diagram Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00
shadow Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
slider Bump rustc to nightly-2023-01-12 (#4053) 2023-02-02 23:05:25 +00:00
src Grid-view based dropdown component (#3985) 2022-12-22 18:19:40 +00:00
text Cursor aware Component Browser (#5770) 2023-03-22 17:10:37 +00:00
toggle-button Add tooltips to the action bar (#6035) 2023-03-27 17:02:06 +00:00
tooltip Display object refactoring (#3877) 2022-11-25 07:49:52 +01:00
Cargo.toml Precompute MSDFs (#5811) 2023-03-10 12:59:56 +00:00