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

Use searchable series select in series block edit UI #729

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

LukasKalbertodt
Copy link
Member

This replaces the previous bad UI that just listed all series in a single select. Series were added to the index some time ago.

Fixes #373
Well, there are still some possible improvements listed there but I think it's fair to close it. The event part of this was done previously already.

This is required for user realms as in those, non-moderators need to be able to edit realm content, which is impossible with the allSeries API we had before.

This replaces the previous bad UI that just listed all series in a
single select. Series were added to the index some time ago.
@LukasKalbertodt LukasKalbertodt added the changelog:user User facing changes label Mar 1, 2023
@github-actions github-actions bot temporarily deployed to test-deployment-pr729 March 1, 2023 19:16 Destroyed
Copy link
Member

@owi92 owi92 left a comment

Choose a reason for hiding this comment

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

I found nothing wrong with the code, but I noticed the wave plugin complaining about two errors with the new select field. It appears to be missing a form label and the contrast between the "select option..." placeholder and its background is not high enough.
This wasn't introduced with this PR but with #705, at least that's my guess.
I am creating a separate issue for this as I wouldn't say it needs to be fixed in this PR.

@owi92 owi92 merged commit 979205d into elan-ev:master Mar 3, 2023
@LukasKalbertodt LukasKalbertodt deleted the edit-series-block-use-search branch March 6, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:user User facing changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make event and series select in content edit UI (more) usable
2 participants