This commit is contained in:
NoCrypt 2024-07-27 17:35:22 +07:00
commit 7d6ac89321
2 changed files with 12 additions and 10 deletions

View file

@ -1111,9 +1111,11 @@
<!-- eslint-disable-next-line svelte/valid-compile -->
<div class='w-full h-full position-absolute toggle-immerse d-none' on:dblclick={toggleFullscreen} on:click|self={toggleImmerse} />
<div class='w-full h-full position-absolute mobile-focus-target d-none' use:click={() => { page = 'player'; toggleFullscreen() }} />
<span class='material-symbols-outlined ctrl h-full align-items-center justify-content-end w-150 mw-full mr-auto' use:click={rewind}> fast_rewind </span>
<!-- eslint-disable-next-line svelte/valid-compile -->
<span class='material-symbols-outlined ctrl h-full align-items-center justify-content-end w-150 mw-full mr-auto' on:click={rewind}> fast_rewind </span>
<span class='material-symbols-outlined ctrl' data-name='playPause' use:click={playPause}> {ended ? 'replay' : paused ? 'play_arrow' : 'pause'} </span>
<span class='material-symbols-outlined ctrl h-full align-items-center w-150 mw-full ml-auto' use:click={forward}> fast_forward </span>
<!-- eslint-disable-next-line svelte/valid-compile -->
<span class='material-symbols-outlined ctrl h-full align-items-center w-150 mw-full ml-auto' on:click={forward}> fast_forward </span>
<div class='position-absolute bufferingDisplay' />
{#if currentSkippable}
<button class='skip btn text-dark position-absolute bottom-0 right-0 mr-20 mb-5 font-weight-bold z-30' use:click={skip}>

View file

@ -5888,8 +5888,8 @@ snapshots:
'@ionic/cli-framework-output@2.2.8':
dependencies:
'@ionic/utils-terminal': 2.3.5
debug: 4.3.4
tslib: 2.6.2
debug: 4.3.5
tslib: 2.6.3
transitivePeerDependencies:
- supports-color
@ -5942,8 +5942,8 @@ snapshots:
'@ionic/utils-stream': 3.1.6
'@ionic/utils-terminal': 2.3.4
cross-spawn: 7.0.3
debug: 4.3.4
tslib: 2.6.2
debug: 4.3.5
tslib: 2.6.3
transitivePeerDependencies:
- supports-color
@ -5964,12 +5964,12 @@ snapshots:
'@ionic/utils-terminal@2.3.5':
dependencies:
'@types/slice-ansi': 4.0.0
debug: 4.3.4
debug: 4.3.5
signal-exit: 3.0.7
slice-ansi: 4.0.0
string-width: 4.2.3
strip-ansi: 6.0.1
tslib: 2.6.2
tslib: 2.6.3
untildify: 4.0.0
wrap-ansi: 7.0.0
transitivePeerDependencies:
@ -9604,13 +9604,13 @@ snapshots:
'@ionic/utils-fs': 3.1.7
'@ionic/utils-terminal': 2.3.5
bplist-parser: 0.3.2
debug: 4.3.4
debug: 4.3.5
elementtree: 0.1.7
ini: 3.0.1
plist: 3.1.0
split2: 4.2.0
through2: 4.0.2
tslib: 2.6.2
tslib: 2.6.3
yauzl: 2.10.0
transitivePeerDependencies:
- supports-color