[#17] Management of windows and app trait for macOS#31
Merged
stephanebouget merged 1 commit intoMay 5, 2026
Merged
Conversation
The management of the windows for macOS did not work. Several things made the windows disappear: change of spaces / workspaces, management of focus, etc. When run of the app, the browser took the prioirity over the app and displayed the PAT view instead of the app. In addition, the management of a new run with defined token did not display the windows. Here are the fixes with this commit: - consider the app as a try app, i.e. not linked to a space / workspace - management of focus hidding or not the windows was changed - when swipe between spaces, the window is still here - when use of Mission Control, the window is stil here - when outside click, window is still here - if PAT defined at start, display the alerts window In few words, for macOS, app acts like a tray app. This is relevant with its dimensions. Maybe this commit can solve stephanebouget#18 and stephanebouget#27 Closes stephanebouget#17 Assisted-by: Claude Sonnet 4.6 (OpenCode, LLMProxy) Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
73af11a to
2713e02
Compare
Owner
|
Indeed, I made a patch so that under Windows the window closes when clicking outside but it is not multi OS compatible. |
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.
Description
Here are the fixes with this commit:
Fixes #17
Type of change
Checklist: