Skip to content

Refactor dropdown components and fix width in metadata modals#1445

Merged
gregorydlogan merged 2 commits intoopencast:r/18.xfrom
JulianKniephoff:series-selection-width-2
Sep 25, 2025
Merged

Refactor dropdown components and fix width in metadata modals#1445
gregorydlogan merged 2 commits intoopencast:r/18.xfrom
JulianKniephoff:series-selection-width-2

Conversation

@JulianKniephoff
Copy link
Member

This is a follow-up to #1444 where we fixed dropdown width for r/17.x. Due to the refactoring in #1375, we need to apply the same fix for r/18.x.

@JulianKniephoff JulianKniephoff added type:enhancement New feature or request type:accessibility This would help impaired users type:usability Improves the UX type:visual-clarity Improves UI readability and removed type:enhancement New feature or request labels Sep 23, 2025
@github-actions
Copy link
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1445

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1445

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

This is a follow-up to opencast#1444 where we fixed dropdown width for r/17.x.
Due to the refactoring in opencast#1375, we need to apply the same fix for r/18.x.
@JulianKniephoff JulianKniephoff changed the title Refactor dropdown components and fix width in metadata forms Refactor dropdown components and fix width in metadata modals Sep 24, 2025
@gregorydlogan gregorydlogan merged commit 6ca5dd7 into opencast:r/18.x Sep 25, 2025
6 checks passed
@gregorydlogan gregorydlogan self-assigned this Sep 25, 2025
@JulianKniephoff JulianKniephoff deleted the series-selection-width-2 branch September 29, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:accessibility This would help impaired users type:usability Improves the UX type:visual-clarity Improves UI readability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants