db73d83
Use local overlay position mode and alignment
Click to expand commit body
When we show the context menu, we don't specify an explicit position other than the default one which is equal to the origin in the context of a local overlay position mode. We then rely on `AnchorCorner` and aligning the context menu child view in the stack with `top().right()` for pop-ups that need to appear at the top of the icon/button.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis
and
Antonio Scandurra
created
d2411a6
Merge pull request #2253 from zed-industries/joseph/z-226-add-terminal-popup-menu
Click to expand commit body
Add terminal pop up menu
Petros Amoiridis
created
726c8eb
Use type_id to determine what has the focus
I know @JosephTLyons you had added that, but I am not entirely sure this is how the view should be called. Let's discuss this further if you fill strong about it.
Petros Amoiridis
created
8440a98
Activate terminal button when a terminal is focus
Click to expand commit body
This is code I brought over from https://github.com/zed-industries/zed/pull/2267 by @mikayla-maki after fixing the conflicts.
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis
and
Mikayla Maki
created
bccc34c
Merge branch 'main' into joseph/z-226-add-terminal-popup-menu
Petros Amoiridis
created
e8b3d4e
Encode db-max-connections env var as a string in k8s manifest
30a0846
Merge pull request #2263 from zed-industries/language-status-bar
Click to expand commit body
Language status bar
Mikayla Maki
created
c8de738
Align feedback button styles with other sidebar buttons
Click to expand commit body
Make feedback button reflect whether you're in a feedback buffer
Mikayla Maki
created
87ac409
Merge pull request #2265 from zed-industries/fix-menu-bar-greying-out
Click to expand commit body
Fix too-agressive menu bar greying
Mikayla Maki
created
badfe70
Merge pull request #2267 from zed-industries/fix-terminal-icon-active-state
Click to expand commit body
Activate and deactivate the terminal icon based on focused view
Mikayla Maki
created
11d8394
Fix the terminal icon button to only be active when a terminal is focused
Mikayla Maki
created
c241941
Merge pull request #2257 from zed-industries/check-all-contexts
Click to expand commit body
Fix keyboard shortcuts not showing
Mikayla Maki
created
ece2af1
Fix a corner case in available action resolution
Click to expand commit body
Add tests for new keybinding resolution behavior
co-authored-by: max <max@zed.dev>
Mikayla Maki
and
max
created
adf94a1
Switch from using the key window to the main window mac platform API
Click to expand commit body
When the help menu is open, the help menu's search field is the key window, and this was causing menu item action resolution to fail
co-authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
09d306d
Merge pull request #2266 from zed-industries/avoid-panic
Click to expand commit body
Avoid panic scanning recursive symlink before gitignore is encountered
Julia
created
0a5cf4b
Avoid panic scanning recursive symlink before gitignore is encountered
Julia
created
9398de6
Add feedback for telemetry item when there's no data
Mikayla Maki
created
e45104a
Move feedback to overflow menu and help menu