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