zed/crates/ui2/src
Nate Butler 42a3da4ba3
Update pickers (#3529)
[[PR Description]]

- Update the size of all pickers
- Additional styling fixes for File Finder and Outline palettes
- Extend the ui prelude to include common imports

Release Notes:

- N/A
2023-12-07 00:24:46 -05:00
..
components Merge branch 'main' into feedback-2 2023-12-06 23:16:54 -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 Add indicator component 2023-12-05 12:41:54 -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 Merge branch 'main' into update-pickers 2023-12-06 23:21:42 -05:00
selectable.rs Implement Selectable for buttons (#3451) 2023-11-29 18:46:41 -05:00
styled_ext.rs Merge branch 'main' into update-pickers 2023-12-06 23:21:42 -05:00
styles.rs TextColor -> Color 2023-11-21 01:05:29 -05:00
ui2.rs Implement Selectable for ListItem and ListHeader 2023-11-30 13:26:12 -05:00
utils.rs