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

[Release PR] Remove waitlist button state #2620

Merged

Conversation

samsymons
Copy link
Collaborator

Task/Issue URL: https://app.asana.com/0/1199230911884351/1207061569597820/f
Tech Design URL:
CC:

Description:

This PR removes the waitlist available NetP icon to make sure it never shows to users again.

We don't need this asset at all any more so let's just remove it and no longer show the custom state. We'll come back later and properly clean up the waitlist UI code, this PR just does the bare minimum to fix the issue.

Steps to test this PR:

  1. Run NetP in normal conditions, check that the button always looks good
  2. Enter a waitlist invite code via the Debug menu and then try to toggle NetP again, make sure the button doesn't appear in the badged state

Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

@samsymons samsymons requested a review from quanganhdo April 12, 2024 16:19
if NetworkProtectionKeychainTokenStore().isFeatureActivated {
return .image(for: icon)!
}

return .image(for: icon)!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sus, but it's going away anyway 🤷‍♂️

@samsymons samsymons merged commit 899bcb5 into release/1.83.0 Apr 12, 2024
17 checks passed
@samsymons samsymons deleted the sam/release-pr-remove-waitlist-button-state branch April 12, 2024 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants