ZIm/crates/collab_ui/src
Nate Butler 19d6e067af
Toggle & Switch (#21979)
![CleanShot 2024-12-13 at 11 27
39@2x](https://github.com/user-attachments/assets/7c7828c0-c5c7-4dc6-931e-722366d4f15a)

- Adds the Switch component
- Updates `Selected`, `Selectable` -> `ToggleState`, `Toggleable`
- Adds `checkbox` and `switch` functions to align better with other
elements in our layout system.

We decided not to merge Switch and Checkbox. However, in a followup I'll
introduce a Toggle or AnyToggle enum so we can update
`CheckboxWithLabel` -> `ToggleWithLabel` as this component will work
exactly the same with either a Checkbox or a Switch.

Release Notes:

- N/A
2024-12-13 14:23:02 -05:00
..
chat_panel Fix some issues with branch buffers (#18945) 2024-10-09 16:55:25 -07:00
collab_panel Toggle & Switch (#21979) 2024-12-13 14:23:02 -05:00
notifications chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
channel_view.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
chat_panel.rs Dynamic tab bar height (#19076) 2024-11-16 13:48:25 +02:00
collab_panel.rs Toggle & Switch (#21979) 2024-12-13 14:23:02 -05:00
collab_ui.rs collab_ui: Remove dependency on vcs_menu (#21016) 2024-11-21 15:48:35 -05:00
notification_panel.rs Dynamic tab bar height (#19076) 2024-11-16 13:48:25 +02:00
notifications.rs Add stories for collab notifications (#3967) 2024-01-08 21:54:59 -05:00
panel_settings.rs Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00