-
Notifications
You must be signed in to change notification settings - Fork 349
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
Animate expand in filter screen #6562
Animate expand in filter screen #6562
Conversation
cd6745f
to
e8ed459
Compare
17a8988
to
8f2f7a7
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.
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @Pururun)
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/FilterScreen.kt
line 260 at r1 (raw file):
modifier = Modifier.fillMaxWidth() .clickable(enabled = false, onClick = onApplyClick)
Why do we have this clickable modifier if it is always disabled? Should be removed.
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/FilterScreen.kt
line 288 at r1 (raw file):
const val OWNERSHIP_ALL = "ownership-all" const val PROVIDERS_TITLE = "providers-title" const val PROVIDERS_ALL = "providers_all"
We should align so they all us -
or _
, could be worth looking into what has been used previously.
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.
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @Rawa)
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/FilterScreen.kt
line 260 at r1 (raw file):
Previously, Rawa (David Göransson) wrote…
Why do we have this clickable modifier if it is always disabled? Should be removed.
Seems like it was a left over of something, removed.
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/FilterScreen.kt
line 288 at r1 (raw file):
Previously, Rawa (David Göransson) wrote…
We should align so they all us
-
or_
, could be worth looking into what has been used previously.
In select location at least we use _
so I will use that.
8f2f7a7
to
a6a2dad
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.
Reviewed 2 of 3 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved
a6a2dad
to
89e7f23
Compare
89e7f23
to
46added
Compare
This change is