ZIm/crates/ui2/src
Antonio Scandurra afbc61a344 Prevent default when mousing down on a button that responds to clicks
This ensures that ancestors that track focus don't accidentally steal
it on mouse down, which was preventing the editor from deploying the
code actions menu.
2023-12-19 14:27:19 +01:00
..
components Prevent default when mousing down on a button that responds to clicks 2023-12-19 14:27:19 +01:00
styles WIP 2023-12-14 10:31:45 -07: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