-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mute/unmute tab #2019
Mute/unmute tab #2019
Conversation
883d50a
to
5db2281
Compare
647cd61
to
1b885a7
Compare
a029857
to
63559d0
Compare
d48f854
to
ef85df2
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.
@jotaemepereira terribly sorry for taking so long to review this for you. The code looks very good, only with minor nitpicks. I've also added a comment regarding pinned tab view height, so maybe it's worth double checking, but otherwise since this has passed the Design Review, it should be good to go.
Thanks a lot for your work on this! (and for patience 🙏 )
@@ -21,8 +21,8 @@ import SwiftUIExtensions | |||
|
|||
struct PinnedTabView: View { | |||
enum Const { | |||
static let dimension: CGFloat = 32 | |||
static let cornerRadius: CGFloat = 6 | |||
static let dimension: CGFloat = 34 |
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.
Oh actually it's still pending Design Review, so maybe this comment is legit after all.
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.
Yes. This was fixed in the latest version I’ve just pushed. I’m going to ask Bryan for a final review.
befff3f
to
bb2f083
Compare
WIP: When tabs are getting smaller, there is a constraint that is failing.
e4f6c70
to
0daa429
Compare
Task/Issue URL: https://app.asana.com/0/1177771139624306/1206259162307448/f
Description:
Adds the mute/unmute tab functionality
Steps to test