cleaned up ChangeDataDialogue.svelte
This commit is contained in:
parent
7b503875ca
commit
8d87100373
@ -177,8 +177,7 @@
|
|||||||
10: "Masterpiece",
|
10: "Masterpiece",
|
||||||
}
|
}
|
||||||
|
|
||||||
const hide = (e) => {
|
const hide = () => {
|
||||||
e.preventDefault();
|
|
||||||
anilistModal.set(false)
|
anilistModal.set(false)
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -196,9 +195,6 @@
|
|||||||
},
|
},
|
||||||
score: currentAniListAnime.data.MediaList.score / 2,
|
score: currentAniListAnime.data.MediaList.score / 2,
|
||||||
showScore: false,
|
showScore: false,
|
||||||
scoreFormat: function () {
|
|
||||||
return `(${this.score.toFixed(1)}/${this.countStars})`
|
|
||||||
},
|
|
||||||
name: "",
|
name: "",
|
||||||
starConfig: {
|
starConfig: {
|
||||||
size: 32,
|
size: 32,
|
||||||
@ -562,7 +558,7 @@
|
|||||||
<TableBodyRow>
|
<TableBodyRow>
|
||||||
<TableBodyCell class="overflow-x-auto">{item.id}</TableBodyCell>
|
<TableBodyCell class="overflow-x-auto">{item.id}</TableBodyCell>
|
||||||
<TableBodyCell class="overflow-x-auto">{item.service}</TableBodyCell>
|
<TableBodyCell class="overflow-x-auto">{item.service}</TableBodyCell>
|
||||||
<TableBodyCell class="overflow-x-auto" >{item.progress}</TableBodyCell>
|
<TableBodyCell class="overflow-x-auto">{item.progress}</TableBodyCell>
|
||||||
<TableBodyCell class="overflow-x-auto">{item.status}</TableBodyCell>
|
<TableBodyCell class="overflow-x-auto">{item.status}</TableBodyCell>
|
||||||
<TableBodyCell class="overflow-x-auto">{item.startedAt}</TableBodyCell>
|
<TableBodyCell class="overflow-x-auto">{item.startedAt}</TableBodyCell>
|
||||||
<TableBodyCell class="overflow-x-auto">{item.completedAt}</TableBodyCell>
|
<TableBodyCell class="overflow-x-auto">{item.completedAt}</TableBodyCell>
|
||||||
|
Loading…
Reference in New Issue
Block a user