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.
app specific configuration. This is eazier to implement.
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.
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:
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