ZIm/crates/ui/src
Jakub Čermák 584a70ca5e
Refactor Git panel styling & status colors for consistency (#26951)
Closes #26847

Release Notes:

- Updated Git panel background to use panel_background instead of
ElevationIndex::Surface.bg(cx) for consistency with other panels.
- Removed redundant GitStatusColors struct from status.rs and refactored
to use existing theme colors.
- Adjusted Color enum mappings in color.rs to reference
version_control_* colors instead of status() for better alignment with
the theme system.
- Cleaned up unused or redundant code.
2025-03-19 10:26:36 -04:00
..
components Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
styles Refactor Git panel styling & status colors for consistency (#26951) 2025-03-19 10:26:36 -04:00
tests ui crate docs & spring cleaning (#18768) 2024-10-05 23:28:34 -04:00
traits Revert "ui: Color cleanup (#26673)" (#26681) 2025-03-13 15:40:57 +00:00
utils Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00
components.rs Add StatusToast & the ToastLayer (#26232) 2025-03-06 20:37:54 +00:00
prelude.rs Add StatusToast & the ToastLayer (#26232) 2025-03-06 20:37:54 +00:00
styles.rs Add StatusToast & the ToastLayer (#26232) 2025-03-06 20:37:54 +00:00
tests.rs ui crate docs & spring cleaning (#18768) 2024-10-05 23:28:34 -04:00
traits.rs component: Add component and component_preview crates to power UI components (#24456) 2025-02-09 13:25:03 -05:00
ui.rs ui: More component previews, UI component cleanup (#25302) 2025-02-21 09:20:53 -05:00
utils.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00