zed/crates/collab_ui/src
Marshall Bowers c1f1c5e75f
ui: Refine TitleBar component (#9415)
This PR continues the refinements to the `TitleBar` component.

Here are the notable changes:

- `KeyBindingDisplay` and `PlatformStyle` have been unified into a
single `PlatformStyle`.
- This provides us a consistent way for adapting UI to different
platform styles.
- `PlatformTitlebar` has been renamed to `TitleBar`.
  - The `Platform` prefix was irrelevant.
- The Windows window controls have been factored out into a separate
module and have been componentized.

<img width="1283" alt="Screenshot 2024-03-15 at 3 34 38 PM"
src="https://github.com/zed-industries/zed/assets/1486634/07da391f-828b-48bf-8849-58863f4ccce7">

> I'm missing the Segoe Fluent Icons font, so that's why the aren't
rendering properly.

Release Notes:

- N/A
2024-03-15 15:48:07 -04:00
..
chat_panel Add a setting for custom associations between languages and files (#9290) 2024-03-13 10:23:30 -07:00
collab_panel Encode rem values derived from pixels using rems_from_px (#9367) 2024-03-14 16:39:55 -04:00
notifications
channel_view.rs
chat_panel.rs Rework/redesign message replies (#9049) 2024-03-14 20:45:53 -06:00
collab_panel.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
collab_titlebar_item.rs ui: Refine TitleBar component (#9415) 2024-03-15 15:48:07 -04:00
collab_ui.rs Open new windows with a default size and position (#9204) 2024-03-12 21:19:51 -07:00
face_pile.rs Fix flickering (#9012) 2024-03-11 10:45:57 +01:00
notification_panel.rs notification panel: rework time formatting (#8997) 2024-03-12 21:02:04 -06:00
notifications.rs
panel_settings.rs