gpui-component/crates/app
Jason Lee 23f9352295
button: Rename ButtonStyle to ButtonVariant. (#460)
This is a breaking changes, we need refactor exist code by this:

- `ButtonStyled` -> `ButtonVariants`
- `.style` -> `.with_variant`
- `ButtonStyle` -> `ButtonVariant`
- `ButtonCustomStyle` -> `ButtonCustomVariant`
2024-12-03 19:22:28 +08:00
..
src button: Rename ButtonStyle to ButtonVariant. (#460) 2024-12-03 19:22:28 +08:00
Cargo.toml dock: Add add_panel method to add panel to DockArea. (#440) 2024-11-27 11:27:04 +08:00