mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-06-02 12:54:34 +00:00
Migrate to tailwind + reka ui
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<template>
|
||||
<label v-t="'actions.sort_by'" for="ddlSortBy" />
|
||||
<select id="ddlSortBy" v-model="selectedSort" class="select flex-grow">
|
||||
<select
|
||||
id="ddlSortBy"
|
||||
v-model="selectedSort"
|
||||
class="h-8 grow rounded-md bg-gray-300 px-2.5 text-gray-600 dark:bg-dark-400 dark:text-gray-400"
|
||||
>
|
||||
<option v-for="(value, key) in options" :key="key" v-t="`actions.${key}`" :value="value" />
|
||||
</select>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user