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

filter_menu_problem_solved #258

Merged

Conversation

Kaps61929
Copy link

@Kaps61929 Kaps61929 commented Jan 28, 2024

Description

Earlier, when a sub-project was added, the filter screen was crashing. This issue arose because the ExpansionTile didn't inherently remember whether it was expanded or collapsed. To address this, a PageStorageKey was introduced. Now, with dynamically assigned keys based on the project name, each ExpansionTile retains its unique state, preventing crashes and ensuring a smooth user experience.

Fixes #244

Screenshots

filter_menu_bug_task_warrior.mp4

Checklist

  • Code follows the established coding style guidelines
  • All tests are passing

Copy link
Member

@Pavel401 Pavel401 left a comment

Choose a reason for hiding this comment

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

LGTM

@Pavel401 Pavel401 merged commit 218663d into CCExtractor:main Jan 28, 2024
2 checks passed
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.

Bug : Filter menu display problems
2 participants