From a792c6575ed653224fe5bc0738f2c5f647d311e0 Mon Sep 17 00:00:00 2001 From: Timothy Lee Date: Mon, 22 Dec 2025 10:42:31 +0000 Subject: [PATCH 1/8] Added translation using Weblate (Chinese (Traditional Han script)) --- materialious/src/lib/i18n/locales/zh_Hant.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 materialious/src/lib/i18n/locales/zh_Hant.json diff --git a/materialious/src/lib/i18n/locales/zh_Hant.json b/materialious/src/lib/i18n/locales/zh_Hant.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/materialious/src/lib/i18n/locales/zh_Hant.json @@ -0,0 +1 @@ +{} From b9cad4422a797d9984752d59dbadbb91856dc028 Mon Sep 17 00:00:00 2001 From: Lenny Angst Date: Mon, 22 Dec 2025 14:26:02 +0100 Subject: [PATCH 2/8] Make progress bar move smoother Add a transition to the progress slider to make it move smoother in between slider steps while playing the video. The steps were especially noticeable when playing shorter videos. --- materialious/src/lib/components/Player.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/components/Player.svelte b/materialious/src/lib/components/Player.svelte index b03a256b..4af70801 100644 --- a/materialious/src/lib/components/Player.svelte +++ b/materialious/src/lib/components/Player.svelte @@ -974,7 +974,7 @@ {#if !hideControls}
-
{/if} {#if !hideControls} -

+

{#if data.video.liveNow} {$_('thumbnail.live')} {:else} @@ -966,7 +966,7 @@ {#if playerIsBuffering} {:else if !playerCurrentPlaybackState} - {/if} @@ -999,7 +999,7 @@