-
Notifications
You must be signed in to change notification settings - Fork 305
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
home: Center align the "try another account" message in loading placeholder #1326
home: Center align the "try another account" message in loading placeholder #1326
Conversation
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.
Thanks! Small comments below.
402d967
to
7659479
Compare
Hi @chrisbobbe, I've made the changes. Please review. Apologies for the earlier confusion with closing and reopening the PR! |
Bump on #1326 (comment) ; please pay attention to spacing/linebreaks/indentation. |
f217e16
to
dc49661
Compare
lib/widgets/home.dart
Outdated
Text(textAlign: TextAlign.center, | ||
zulipLocalizations.tryAnotherAccountMessage(account.realmUrl.toString()), | ||
), |
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.
Is this what you're expecting, @chrisbobbe?
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.
Text(textAlign: TextAlign.center,
zulipLocalizations.tryAnotherAccountMessage(account.realmUrl.toString())),
as I said in #1326 (comment)
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.
Fixed now. Sorry for the confusion earlier, GitHub's formatting made it hard to see exactly what was expected.
dc49661
to
21e496b
Compare
Thanks @KYash03 for working on this and Chris for the previous reivews! This looks good to me. |
Thanks for taking care of this! Looks good; merging, with one small fix:
(Note the punctuation in Chris's comment #1326 (comment) above.) |
21e496b
to
4f438d3
Compare
Resolves #1246.
Screenshot