gpui-component/crates/ui/src/resizable
Jason Lee 9f2cd84b23
color: Add mix method and merge ColorExt to Colorize. (#561)
- Add `mix` method to mix two color.
- Export `ui::theme::*` to crate root, before `use
ui:theme::ActiveTheme` to `use ui::ActiveTheme`.

## Break Changes

- Moved `ui::theme::Colorize` to `ui::Colorize`.
- Merged `ColorExt` to `Colorize`.
- Renamed `to_hex_string` to `to_hex`, `parse_hex_string` to
`parse_hex`.
2025-01-21 18:31:01 +08:00
..
mod.rs dock: Add left, bottom, right fixed dock and support toggle. (#291) 2024-10-02 17:42:52 +08:00
panel.rs panel: Fix panel to unexpected size chagnes when moved some panel. (#506) 2024-12-20 19:15:31 +08:00
resize_handle.rs color: Add mix method and merge ColorExt to Colorize. (#561) 2025-01-21 18:31:01 +08:00