Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[regression] remember window positions on restart app #1796

Open
abose opened this issue Aug 9, 2024 · 0 comments
Open

[regression] remember window positions on restart app #1796

abose opened this issue Aug 9, 2024 · 0 comments
Labels
bug Something isn't working Feature Request Feature requests from customers

Comments

@abose
Copy link
Member

abose commented Aug 9, 2024

Describe the problem

Upon opening the program, it does not remember the size and state of the program window upon previous close; the window state being maximized or otherwise, and if not then the window size. This feature would be nice to have.

https://github.com/orgs/phcode-dev/discussions/1794

Describe the solution you'd like

We can have one of the two:

  1. app specific configuration. This is eazier to implement.
  2. project specific workspace configurations? - now sure if this would be complex to the user.

Alternatives considered

We had this feature in the first release based on tauri plugin. but it looks like we have some regression as we used custom tauri protocols?

We had an earlier rust based implementaion that doesnt depend on the tauri plugin, but it had a problem with multi monitor setup. If we are implementing this in our own layer, we should consider multi monitor setups as well.

Additional context

No response

@abose abose added Feature Request Feature requests from customers bug Something isn't working labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Feature Request Feature requests from customers
Projects
None yet
Development

No branches or pull requests

1 participant