mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
Refactor: Remove rating input, display max rating
Co-authored-by: jxxghp <jxxghp@qq.com>
This commit is contained in:
@@ -228,18 +228,7 @@ async function fetchData({ done }: { done: any }) {
|
||||
style="width: 200px;"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<VTextField
|
||||
variant="outlined"
|
||||
width="5rem"
|
||||
v-model="filterParams.max_rating"
|
||||
density="compact"
|
||||
type="number"
|
||||
hide-details
|
||||
single-line
|
||||
min="0"
|
||||
max="10"
|
||||
step="0.1"
|
||||
/>
|
||||
<span class="ml-2 text-body-2">- 10</span>
|
||||
</template>
|
||||
</VSlider>
|
||||
</div>
|
||||
|
||||
@@ -247,18 +247,7 @@ function removeData(id: number) {
|
||||
style="width: 200px;"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<VTextField
|
||||
variant="outlined"
|
||||
width="5rem"
|
||||
v-model="filterParams.max_rating"
|
||||
density="compact"
|
||||
type="number"
|
||||
hide-details
|
||||
single-line
|
||||
min="0"
|
||||
max="10"
|
||||
step="0.1"
|
||||
/>
|
||||
<span class="ml-2 text-body-2">- 10</span>
|
||||
</template>
|
||||
</VSlider>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user