-
Notifications
You must be signed in to change notification settings - Fork 157
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
Fix #7744, make logout screen nicer #7747
Conversation
Results for oC10Basic https://drone.owncloud.com/owncloud/web/28912/13/1 💥 The oC10Basic tests pipeline failed. The build has been cancelled. |
@pascalwengerter Thanks for working on this! This is actually pretty urgent, we need this merged today. Do you think you can apply Tobis proposal and fix the tests, or should I finish it? |
Ah damn, let me check if I can quickly fit it. You're free to work on it from 13:30 if I haven't pushed anything by then;) |
1cbfb8f
to
add1d1c
Compare
@JammingBen please review, should be fine now |
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.
Nice 😍 oc-width-medium
would be nice, the rest is awesome!
<oc-button | ||
id="exitAnchor" | ||
type="router-link" | ||
class="oc-mt-m oc-width-large" |
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.
class="oc-mt-m oc-width-large" | |
class="oc-mt-m oc-width-medium" |
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 tried medium and it was definitely smaller than the parent (see previous comment above)
|
||
We have updated the message and layout of the logout screen to make it a more pleasant user experience. | ||
|
||
https://github.com/owncloud/web/pull/7748 |
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.
https://github.com/owncloud/web/pull/7748 | |
https://github.com/owncloud/web/pull/7747 |
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.
Hmgrpfff @kulmann can I get a force-merge if the rest of CI is happy and I fix this?
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.
Depends on what else has been changed 😅 noted that the CI was green just now.
<div class="oc-login-card-wrapper oc-height-viewport oc-flex oc-flex-center oc-flex-middle"> | ||
<div class="oc-login-card"> | ||
<img class="oc-login-logo" :src="logoImg" alt="" :aria-hidden="true" /> | ||
<div class="oc-login-card-body oc-width-large"> |
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.
@JammingBen this is already width-large (and was before I changed things) so adding medium to the parent wouldn't make sense?
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.
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 let's go then, just a sec
Also please note that having this merged/published would include one transifex-roundtrip for fresh translations 😇 |
add1d1c
to
db4abbb
Compare
Kudos, SonarCloud Quality Gate passed! |
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.
Nice 🚀 Sorry for the rush!
license/cla
is having issues again though. Might be that you need to push again :/ Edit: Nvm, works now!
added translations in transifex |
Description
See changelog item
Related Issue
Screenshots (if appropriate):
@tbsbdr opted for a primary button (since it's the only one on the screen, and using a different one would add extra effort to make it compatible with bright/dark mode).
Types of changes