-
Notifications
You must be signed in to change notification settings - Fork 168
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
Implement full screen mode #7994
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
Results for e2e-tests oCIS https://drone.owncloud.com/owncloud/web/29971/12/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/29971/tracing/file-alice-2022-11-18-09-07-42.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/29971/tracing/file-brian-2022-11-18-09-08-05.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if full screen
is the correct term for this... might be that the wording needs to be adjusted.
One thing that confused me when flipping though images fast, was, that the loading screen lacks the lightbox styles. i.e. you get thrown out of the (now called) full screen mode for the loading state, and then back into the full screen mode when the image has been loaded. That needs fixing, the lightbox should stay there at all times until the user goes back.
One more thing for making this great: the ESC
key should only clear the full screen mode, but as of now it triggers the closeApp
action instead. Could you look into that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 😎
ff1faa5
to
2320db9
Compare
SonarCloud Quality Gate failed. |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: