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

Improve preflight checklist usability #12212

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rubenp02
Copy link
Contributor

Improve preflight checklist usability

Description

  • When performing the preflight checklist, it is often necessary to close it at certain steps to complete some of the checks. However, when it got closed and reopened, its state was lost and all completed checks had to be manually re-checked. This commit wraps the checklist component in a loader, so that once its first opened, it stays loaded and keeps its state.
  • Made it possible to set manual checklist buttons back to the pending state, so that in case of an accidental click, the check can be undone without resetting the entire checklist and having to go through it again.

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

When performing the preflight checklist, it is often necessary to close
it at certain steps to complete some of the checks. However, when it got
closed and reopened, its state was lost and all completed checks had to
be manually re-checked. This commit wraps the checklist component in a
loader, so that once its first opened, it stays loaded and keeps its state.
Made it possible to set manual checklist buttons back to the pending
state, so that in case of an accidental click, the check can be undone
without resetting the entire checklist and having to go through it
again.
@rubenp02 rubenp02 force-pushed the feature/improve-preflight-checklist-usability branch from 87eebaa to 73fabad Compare December 16, 2024 10:57
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.

1 participant