edouardparis a9cfe45c0a fix ui: wrong usage of widget state
In a previous PR #1096, we made usage
of the widget state instead of the component state to
set the collapsed value when the widget is created.
But the widget is reset at each refresh of the interface,
instead the component state does not change.

This commit makes the distinction between the two by
having the widget state as an initial state and the component
one as a capture of the user clicks.
2024-06-06 13:36:03 +02:00
..
2024-06-06 13:36:03 +02:00
2023-05-10 09:51:07 +02:00
2024-05-03 12:27:12 +02:00
2023-03-27 19:01:30 +02:00

liana_ui

UI components used across the liana GUI iced application.

An wasm compatible example of the design system can be found in ./examples/design-system