fix(tauri): restore desktop menu controls and fullscreen shortcut#5
Open
pascalandr wants to merge 8 commits intopr/tauri-folder-picker-linksfrom
Open
fix(tauri): restore desktop menu controls and fullscreen shortcut#5pascalandr wants to merge 8 commits intopr/tauri-folder-picker-linksfrom
pascalandr wants to merge 8 commits intopr/tauri-folder-picker-linksfrom
Conversation
Rebuild the missing legacy view/window menu behavior in Tauri by adding real zoom actions, a true devtools toggle, fullscreen shortcuts, and a close entry for non-macOS windows.
Use predefined Tauri close/minimize/maximize menu roles on macOS and Windows so the File/Window menus behave more like the legacy Electron app while keeping Linux fallbacks for unsupported roles.
Register F11 only while the main window is focused and hide the menu bar while fullscreen is active on Windows/Linux so fullscreen behaves like a real desktop fullscreen mode.
Bind zoom in/out to Ctrl + Numpad +/- and show the intended Ctrl++ / Ctrl+- labels in the desktop menu without depending on the main keyboard +/- layout.
pascalandr
added a commit
that referenced
this pull request
Apr 23, 2026
## Summary - support Windows validation and launch of OpenCode binaries stored under WSL UNC paths like \\wsl.localhost\... - harden the existing manual directory browser so absolute, UNC, and WSL paths can be pasted and navigated reliably - harden WSL env/path propagation, UNC workspace handling, runtime shutdown, and add targeted tests Partially addresses #5. ## Testing - node --test --import tsx src/workspaces/__tests__/spawn.test.ts - npm run typecheck --workspace @neuralnomads/codenomad - npm run typecheck --workspace @codenomad/ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing