zed/crates/ui2/src
Marshall Bowers 9d53287341
Implement Selectable for buttons (#3451)
This PR implements the `Selectable` trait for `ButtonLike`, `Button`,
and `IconButton`.

Release Notes:

- N/A
2023-11-29 18:46:41 -05:00
..
components Implement Selectable for buttons (#3451) 2023-11-29 18:46:41 -05:00
styles Button2 – Part1 (#3420) 2023-11-29 12:23:09 -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 Add new Button and IconButton components (#3448) 2023-11-29 17:41:44 -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 new Button and IconButton components (#3448) 2023-11-29 17:41:44 -05:00
selectable.rs Implement Selectable for buttons (#3451) 2023-11-29 18:46:41 -05:00
slot.rs Move GraphicSlot out of components module (#3444) 2023-11-29 15:29:33 -05:00
styled_ext.rs ui2: Reference theme2 and settings2 crates without the 2 (#3424) 2023-11-28 15:30:29 -05:00
styles.rs TextColor -> Color 2023-11-21 01:05:29 -05:00
ui2.rs Context menu, Dragon Drop, for collab panel (#3441) 2023-11-29 13:40:46 -07:00
utils.rs