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

expand rounds when they become nonempty #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dgulotta
Copy link

Empty (or completed) rounds are automatically hidden. Currently, the round stays hidden even if puzzles are later added to it. This patch will un-hide a previously empty (or completed) round when a new puzzle is added to it.

@dgulotta dgulotta changed the title expand when they become nonempty expand rounds when they become nonempty Jan 22, 2025
@sparkyb
Copy link

sparkyb commented Jan 25, 2025

There's also a bug that when a new round is created it starts collapsed. I'm guessing that was an artifact of the empty round being "all solved" and then not expanding when the first puzzle is added to it, so I assume this will fix it?

@dgulotta
Copy link
Author

Yes, it should fix that as well.

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