Skip to content

Allow typing time in current time field#1675

Merged
Arnei merged 1 commit intoopencast:developfrom
Arnei:time-display-as-input-field
Apr 15, 2026
Merged

Allow typing time in current time field#1675
Arnei merged 1 commit intoopencast:developfrom
Arnei:time-display-as-input-field

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Feb 2, 2026

Fix #67

This patch lets users change the current time by typing. They can do so by clicking on the current time which will then turn into an input field (focusing and pressing enter also works). They can then change the time by typing.

The changed time is only applied on blur or pressing "Enter". Any inputs that do not fit the syntax are ignored.

Bildschirmfoto vom 2026-02-02 11-13-47

@Arnei Arnei added the type:feature A new feature or feature request label Feb 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 2, 2026

This pull request is deployed at test.editor.opencast.org/1675/2026-04-14_08-14-32/ .
It might take a few minutes for it to become available.

@Arnei Arnei force-pushed the time-display-as-input-field branch from c9950a8 to a0084eb Compare February 2, 2026 10:25
@github-actions github-actions bot added the status:conflicts Conflicts with another pull request or issue label Feb 27, 2026
@github-actions
Copy link
Copy Markdown

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@Arnei Arnei force-pushed the time-display-as-input-field branch from a0084eb to 84b1dce Compare March 2, 2026 11:11
@github-actions github-actions bot removed the status:conflicts Conflicts with another pull request or issue label Mar 2, 2026
@github-actions
Copy link
Copy Markdown

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@github-actions github-actions bot added the status:conflicts Conflicts with another pull request or issue label Apr 13, 2026
This patch lets users change the current time by typing.
They can do so by clicking on the current time which will then turn
into an input field (focusing and pressing enter also works).
They can then change the time by typing.

The changed time is only applied on blur or pressing "Enter".
Any inputs that do not fit the syntax are ignored.
@Arnei Arnei force-pushed the time-display-as-input-field branch from 84b1dce to 0c43779 Compare April 14, 2026 08:14
@github-actions github-actions bot removed the status:conflicts Conflicts with another pull request or issue label Apr 14, 2026
@ferishili ferishili self-assigned this Apr 14, 2026
@ferishili ferishili self-requested a review April 14, 2026 13:18
Copy link
Copy Markdown
Contributor

@ferishili ferishili left a comment

Choose a reason for hiding this comment

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

Thanks @Arnei!
This works fine as described!

@Arnei Arnei merged commit d3ffef4 into opencast:develop Apr 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature A new feature or feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Turn the time display into an input field

2 participants