-
Notifications
You must be signed in to change notification settings - Fork 497
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 bugs when building with Xcode 13. #5422
Conversation
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/Knqizo |
2246d0d
to
542b40b
Compare
@daniellekirkwood / @amshakal Could you take a look at the changes to the context menu on this PR please? I've done what makes sense to me but I think the "Direct Chat/Room" string is probably no clearer than the icon was on its own and the changes to the icons clearly need reviewing. |
I'm comfortable with the change to the context menu on the Home screen, and the icons (as they're similar enough to communicate the same thing but also recognisable Apple icons). What I'd like to discuss further is the content in this menu... My suggestion would be:
|
(this seems to be missing a space before the |
The copy would either be Mute or Unmute dependant on the current setting the user has |
@daniellekirkwood In terms of string length, screenshots below with the longest string on the smallest phone.
|
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 good to me. Will need @amshakal 's review on Monday
506e044
to
b0e63a3
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.
Would like to make the context menu preview provider a bit more generic, otherwise looks good to me 👍
a4200f7
to
2d06a81
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.
👏
Hello, just a few comments:
Thank you! |
Not sure how easy "un-favourite" is to translate so we might have to show 'un-favourite' in english and provide the "remove from favourites" string for other regions to translate? I'd rather us go with "Remove from Favourites" but happy to roll with @amshakal's suggestion. |
These are all from the SF Symbols library. If you don't have it, you can install the symbol browser from here: https://developer.apple.com/sf-symbols/ You can check what will work on iOS 13 by looking for an availability of 1.0 in sidebar. |
|
96731ee
to
4f4f896
Compare
Fixes #4883.
Fixes Navigation bars appear transparent on some modal screens. #4884
Fixes Extra spacing is inserted before the headers in HomeViewController. #4941
Fixes Sometimes space icons are zoomed in #5177
A couple of notes on the context menu:
** Notifications is shown by default and presents the notifications settings screen. Some forks may have this disabled and those will show Mute/Un-mute instead
Last Steps: