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

Fix: add back expand/collapse sub series in selected series page #3288

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

mikiher
Copy link
Contributor

@mikiher mikiher commented Aug 15, 2024

Fixes #3287

When I implemented #3117, I missed implementing expand/collapse subseries menu items in selected series pages (the states variables have similar and confusing names so I missed the semantic difference). This fixes it.

@mikiher mikiher marked this pull request as ready for review August 15, 2024 07:35
@advplyr
Copy link
Owner

advplyr commented Aug 15, 2024

Thanks, I missed it also.

When I saw the issue get opened I was tempted to remove this feature for good since writing queries for this is going to be difficult and messy. Currently we are loading the entire series then doing the grouping but that isn't going to work well when someone has thousands of books in a series.

I've been working on moving off the old data model so hopefully it gets easier to work with.

@advplyr advplyr merged commit 1c27486 into advplyr:master Aug 15, 2024
5 checks passed
@mikiher mikiher deleted the fix-collapse-subseries branch August 17, 2024 02:39
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]: Subseries no longer able to collapse with new Collapse/Expand Series control in Web UI
2 participants