-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
feat(tauri): implement fullscreen toggle functionality #2503
base: master
Are you sure you want to change the base?
Conversation
Cloudflare Pages deployment
|
Quality Gate passedIssues Measures |
I'm labeling this as blocked because of: #2002 Now that I'm dividing the project more and more in a monorepo (see packages folder), my idea was at some point to have a For this concrete example, I think it would be far easier than the skip intro plugin. This is the overall high-level idea of how I think it would work, do you wanna try to tackle it? |
I understand. It sounds like a significant amount of work for the small change I’m proposing. Perhaps it makes sense to open a new PR to lay the groundwork for adding functionality like this in the future.. On another note, I noticed there hasn’t been an official Tauri build released in over a year. Do you think this is something that will see more support in the future? Personally, I find it loads much faster than the web version since most assets are requested locally. Plus, as this is an alternative client, I imagine most users would prefer running it locally rather than hosting it. |
Added fullscreen toggle feature using Tauri's window API. Permissions for fullscreen have also been updated in the tauri.conf.json file.