mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Added song length for remote playlists - Import/Export local playlists (related to #46) - Added a few missing weblate strings (related to #91) - Do not hide range thumb (bad accessability on coarse pointers)
This commit is contained in:
parent
4d2368ce37
commit
a6f0b18879
7 changed files with 130 additions and 42 deletions
|
@ -119,10 +119,10 @@ onMounted(() => {
|
|||
class="input"
|
||||
:value="getStore('page') || 'home'"
|
||||
@change="setStore('page', $event.target.value)">
|
||||
<option value="home">Home</option>
|
||||
<option value="explore">Explore</option>
|
||||
<option value="charts">Charts</option>
|
||||
<option value="library">Library</option>
|
||||
<option value="home">{{ t('pref.home') }}</option>
|
||||
<option value="explore">{{ t('pref.explore') }}</option>
|
||||
<option value="charts">{{ t('pref.charts') }}</option>
|
||||
<option value="library">{{ t('pref.library') }}</option>
|
||||
</select>
|
||||
|
||||
<h2>{{ t('pref.player') }}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue