ZIm/crates/ui2/src
Marshall Bowers ceede28fab
Ensure the outer ListItem element has a unique ID (#3644)
This PR fixes an issue where the outer `ListItem` element was using a
static ID instead of the one provided to the component.

Now that active states are fixed, this meant that any time there were
sibling list items they would share active states if one of them was
clicked.

Release Notes:

- N/A
2023-12-13 21:14:21 -05:00
..
components Ensure the outer ListItem element has a unique ID (#3644) 2023-12-13 21:14:21 -05:00
styles WIP update picker style 2023-12-06 11:01:22 -05:00
utils ui2: Unsuppress and fix warnings (#3423) 2023-11-28 14:44:19 -05:00
clickable.rs Add Disableable trait (#3439) 2023-11-29 13:01:26 -05:00
components.rs Extract TabBar component (#3613) 2023-12-12 15:50:05 -05:00
disableable.rs Add Disableable trait (#3439) 2023-11-29 13:01:26 -05:00
fixed.rs Add Disableable trait (#3439) 2023-11-29 13:01:26 -05:00
prelude.rs Add .visible_on_hover helper method (#3639) 2023-12-13 19:12:20 -05:00
selectable.rs Implement Selectable for buttons (#3451) 2023-11-29 18:46:41 -05:00
styled_ext.rs Rework ListItem and ListHeader to use slot-based APIs (#3635) 2023-12-13 16:08:31 -05:00
styles.rs TextColor -> Color 2023-11-21 01:05:29 -05:00
ui2.rs Add .visible_on_hover helper method (#3639) 2023-12-13 19:12:20 -05:00
utils.rs Checkpoint - impl format_distance 2023-11-02 10:11:25 -04:00
visible_on_hover.rs Implement VisibleOnHover for IconButton (#3642) 2023-12-13 20:42:27 -05:00