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

Show available creator filter options after filter is applied #17040

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

Conversation

krauselukas
Copy link
Contributor

Before after filtering by a creator, the rest of the available creators disappeared from the filter dropdown and only the selected one's remained in the list.
This happend because the list of creators in the filter dropdown was basedon the requests where the creator filter was already applied. We have to set the available creators before applying the filter it self in order to keep the list complete.

Before:
image

After:
image

@krauselukas krauselukas added the Frontend Things related to the OBS RoR app label Oct 30, 2024
@krauselukas
Copy link
Contributor Author

Before after filtering by a creator, the rest of the available
creators disappeared from the filter dropdown and only the selected
one's remained in the list.
This happend because the list of creators in the filter dropdown
was basedon the requests where the creator filter was already applied.
We have to set the available creators before applying the filter it
self in order to keep the list complete.
@krauselukas krauselukas force-pushed the request_index/consistent_filter_behaviour branch from a69c96a to 5938a54 Compare October 30, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants