-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor/penrose-background #40
Conversation
@@ -59,31 +53,6 @@ function LoginScreen(props) { | |||
} | |||
} | |||
|
|||
function useWindowSize() { |
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.
the useWindowSize
is only being used to measure and for re-creating background when screen size changes (same was in RegisterScreen)
it's now part of the generatePenrose
function
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.
Alright, this looks very good. Please test that also on invitation (but this should look the same I suppose)
}, [size]) | ||
|
||
return null; | ||
} |
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.
@queuing4oranges No new line at the end of the file
generatePenrose
to all relevant screens"can't login" screen and resizing
seacat-auth-penrose-cant-login-screen-sizes.mp4
all screens
seacat-auth-penrose-all-screens.mp4
different browser /testing resizing
seacat-auth-penrose-screen-resizing-vivaldi.mp4