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

feat(ui): don't force users to update without showing 'Apps' tab #230

Merged

Conversation

edgy-b
Copy link
Contributor

@edgy-b edgy-b commented Feb 8, 2024

  • don't force user update by showing only Update tab without showing Apps tab

@AnonymousWP AnonymousWP requested a review from a team February 8, 2024 17:21
@AnonymousWP AnonymousWP changed the title UI/UX imporvements feat(ui): don't force users to update without showing 'Apps' tab Feb 8, 2024
@adhirajsinghchauhan adhirajsinghchauhan added the enhancement New feature or request label Feb 8, 2024
@adhirajsinghchauhan adhirajsinghchauhan added this to the v1.0.1 release milestone Feb 8, 2024
@adhirajsinghchauhan adhirajsinghchauhan added the UI Related to the UI label Feb 8, 2024
@adhirajsinghchauhan adhirajsinghchauhan merged commit c4b84b8 into Universal-Debloater-Alliance:main Feb 8, 2024
1 of 8 checks passed
@adhirajsinghchauhan
Copy link
Contributor

Note: the clippy check failed, but we'll fix that ourselves later as it's not related to this PR:

error: unnecessary use of `.write(true)` because there is `.append(true)`
  --> src/main.rs:51:9
   |
51 |         .write(true)
   |         ^^^^^^^^^^^^ help: remove `.write(true)`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ineffective_open_options
   = note: `-D clippy::ineffective-open-options` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::ineffective_open_options)]`

@AnonymousWP AnonymousWP removed this from the v1.0.1 release milestone Feb 8, 2024
@AnonymousWP
Copy link
Member

Because we want to track issues for a release, I'm removing this PR (and PRs in general) from the milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI Related to the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants