Skip to content

Always sort asc first for new column#1583

Open
Arnei wants to merge 1 commit intoopencast:r/19.xfrom
Arnei:column-reverse-order-new
Open

Always sort asc first for new column#1583
Arnei wants to merge 1 commit intoopencast:r/19.xfrom
Arnei:column-reverse-order-new

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Apr 23, 2026

When sorting by a different column than before (e.g. by title instead of date), the sorting will now always be ascending first. Then on subsequent clicks on the same column you get descending and none. The goal for this patchis to improve the user experience through more intuitive behaviour.

How to test this

Can be tested as is. You can sort a table by a specific column by clicking on the column head.

When sorting by a different column than before (e.g. by
title instead of date), the sorting will now always be ascending first.
Then on subsequent clicks on the same column you get descending
and none. The goal for this patchis to improve the user experience
through more intuitive behaviour.
@Arnei Arnei added the type:usability Improves the UX label Apr 23, 2026
@github-actions
Copy link
Copy Markdown
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/admin-interface:pr-1583

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/admin-interface:pr-1583

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.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1583/2026-04-23_07-49-15/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:usability Improves the UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant