ZIm/crates/workspace/src
Danilo Leal 4fb540d6d2
dock: Add divider between panels on the right side, too (#35003)
A while ago, we added a divider in the left side of the status bar
between the icon buttons that open panels vs. those that open something
else (tabs, popover menus, etc.). There isn't a super good reason why we
wouldn't do the same in the right side, even more so given that (at
least by default) we usually have more buttons on that side; buttons
that _don't_ open panels (regardless of being docked to the bottom or
right). So, this PR does this!

<img width="700" height="314" alt="CleanShot 2025-07-24 at 1  59 10@2x"
src="https://github.com/user-attachments/assets/5f8bd4bc-a983-4000-a8f9-05a36b9e4b81"
/>

Release Notes:

- N/A
2025-07-24 09:39:10 -03:00
..
persistence Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
dock.rs dock: Add divider between panels on the right side, too (#35003) 2025-07-24 09:39:10 -03:00
history_manager.rs History manager (#26369) 2025-04-11 21:34:51 +00:00
item.rs Don't autosave unmodified buffers (#32626) 2025-06-12 22:12:14 +00:00
modal_layer.rs editor: Hide mouse context menu when modal is opened (#29127) 2025-04-21 20:13:26 +05:30
notifications.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
pane.rs workspace: Clean up empty panes left over from file opening failures (#34908) 2025-07-22 16:52:17 +00:00
pane_group.rs Resizable columns (#34794) 2025-07-23 15:44:45 +00:00
persistence.rs workspace: Fix last removed folder from workspace used to reopen on Zed startup (#34925) 2025-07-23 06:46:24 +05:30
searchable.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
shared_screen.rs Add searchable global tab switcher (#28047) 2025-04-28 09:21:27 +00:00
status_bar.rs Refine status bar design (#34324) 2025-07-12 11:48:19 -03:00
tasks.rs debugger: Debug sessions rerun build tasks by default when restarting (#33724) 2025-07-01 15:43:58 -04:00
theme_preview.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
toast_layer.rs Move workspace::toast_layer::RunAction to zed_actions::toast::RunAction (#32222) 2025-06-06 06:23:09 +00:00
toolbar.rs Fix toolbar spacing regressions (#29964) 2025-05-05 22:28:35 -03:00
workspace.rs vim: Add :norm support (#33232) 2025-07-23 23:06:05 -06:00
workspace_settings.rs workspace: Add setting to make dock resize apply to all panels (#30551) 2025-06-04 17:40:35 +00:00