linux: Add title bar for rules library (#33025)
Closes #30513 - Abstract away common wrapper component to `platform_title_bar`. - Use it in both zed and rules library. - For rules library, keep traffic like only style for macOS, and add custom title bar for Linux and Windows. Release Notes: - Added way to minimize, maximize, and close the rules library window for Linux.
This commit is contained in:
parent
c8d49408d3
commit
1bd49a77e0
5 changed files with 339 additions and 280 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -13607,6 +13607,7 @@ dependencies = [
|
|||
"serde",
|
||||
"settings",
|
||||
"theme",
|
||||
"title_bar",
|
||||
"ui",
|
||||
"util",
|
||||
"workspace",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue