-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Added AnkiWeb logo to 'AnkiWeb account' screen and 'Logged in' screen. #17204
Conversation
First PR! 🚀 We sincerely appreciate that you have taken the time to propose a change to AnkiDroid! Please have patience with us as we are all volunteers - we will get to this as soon as possible. |
Love the concept! The logos on the left and right should be larger with more margin between the star and the border |
Just a UI suggestion, when not logged in show the link as disconnected? And when logged in show it connected? |
I'd love to see @snowtimeglass' suggestion, with a little more padding between the star and the border of the circle (likely by enlarging the circle, and keeping the star in the same position) |
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.
Moving the above comment on the logo change to be a blocker on merging
Changes
|
@divyansh1576 ping me if this isn't reviewed within 24 hours. I'm not currently at my PC I suspect my feedback will be that the star on the right has been skewed by a scale operation |
Thanks for the detailed review, Sounds good to me . |
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.
Looks great, cheers!
@xenonnn4w Updated! |
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.
If I've approved and you haven't made significant changes, there's no need to ask for reapproval. Still good to go 😁
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.
This is really cool! I like the way it looks
I tested it locally and found a problem with landscape mode where now that there are two logos (instead of just one), only one of the logos was hidden in landscape mode
Hiding the logo in landscape is intentional to preserve screen real estate for the actual interactive parts of the screen so I think it's worth maintaining, and with apologies it was easier for me to just play with the fix and commit it then to describe it, so I did that
Here's a video of the landscape switching in both logged in and logged out states now to show it is working
I'm +1 on it
ankilogo_with_landscape_logo_vis_fix.webm
(Note: there may be a quibble with the padding of "Logged in as..." in landscape in the logged in case but I don't think this PR touched that, should be a follow-on IMHO)
This helps visually explain that AnkiWeb is a connected service, rather than part of AnkiDroid * When not logged in, the link icon is disconnected * The dot color gradient matches the star on the left & right side Fixes 16300
previously the two logos were assigned to the same variable, so toggling visibility on landscape mode hid one of the logos (the login one) but did not hide the other one (logged in one) now we maintain reference to both logos and toggle visibility of both in landscape mode
ba02d37
to
9798e7b
Compare
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.
Squashed & changed commit message.
Good to go
Purpose / Description
To change the Ankidroid logo to AnkiWeb logo on Login page and My Accounts screen .
Fixes
How Has This Been Tested?
Tested on Android physical device. ( API - 34)
Screenshot
Checklist
Please, go through these checks before submitting the PR.