Skip to content

[#17] Management of windows and app trait for macOS#30

Closed
pylapp wants to merge 2 commits into
stephanebouget:mainfrom
pylapp:fix/17-app-window-disappear-on-outside-click
Closed

[#17] Management of windows and app trait for macOS#30
pylapp wants to merge 2 commits into
stephanebouget:mainfrom
pylapp:fix/17-app-window-disappear-on-outside-click

Conversation

@pylapp

@pylapp pylapp commented May 4, 2026

Copy link
Copy Markdown
Contributor

Description

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
  • update of deprecated crates

Fixes ##7

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have run tests (npm run test) that prove my fix is effective or that my feature works

pylapp added 2 commits May 4, 2026 14:26
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
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.

Closes stephanebouget#17

Assisted-by: Claude Sonnet 4.6 (OpenCode, LLMProxy)
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
@pylapp pylapp changed the title [#17] Management of winfows and app trait for macOS [#17] Management of windows and app trait for macOS May 4, 2026
@pylapp pylapp closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant