Skip to content
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

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

Pururun
Copy link
Contributor

@Pururun Pururun commented Aug 5, 2024


This change is Reviewable

@Pururun Pururun requested review from Rawa and albin-mullvad August 5, 2024 07:58
Copy link

linear bot commented Aug 5, 2024

@Pururun Pururun force-pushed the improve-expand-animation-for-filterscreen-droid-1212 branch from cd6745f to e8ed459 Compare August 5, 2024 07:59
@Pururun Pururun added the Android Issues related to Android label Aug 5, 2024
@Pururun Pururun force-pushed the improve-expand-animation-for-filterscreen-droid-1212 branch 2 times, most recently from 17a8988 to 8f2f7a7 Compare August 5, 2024 08:21
Copy link
Contributor

@Rawa Rawa left a 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.

Copy link
Contributor Author

@Pururun Pururun left a 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.

@Pururun Pururun force-pushed the improve-expand-animation-for-filterscreen-droid-1212 branch from 8f2f7a7 to a6a2dad Compare August 6, 2024 07:54
@Pururun Pururun requested a review from Rawa August 6, 2024 08:10
Copy link
Contributor

@Rawa Rawa left a 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: :shipit: complete! all files reviewed, all discussions resolved

@Pururun Pururun force-pushed the improve-expand-animation-for-filterscreen-droid-1212 branch from a6a2dad to 89e7f23 Compare August 6, 2024 08:58
@Rawa Rawa force-pushed the improve-expand-animation-for-filterscreen-droid-1212 branch from 89e7f23 to 46added Compare August 7, 2024 08:42
@Rawa Rawa merged commit 95fec4f into main Aug 7, 2024
24 checks passed
@Rawa Rawa deleted the improve-expand-animation-for-filterscreen-droid-1212 branch August 7, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Issues related to Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants