From 2719522e0747710718d6bb061d68f057cdd92c9a Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:23:47 -0500 Subject: [PATCH] [-] Remove unused rating page --- AquaNet/src/App.svelte | 2 - AquaNet/src/pages/MaimaiRating.svelte | 212 -------------------------- 2 files changed, 214 deletions(-) delete mode 100644 AquaNet/src/pages/MaimaiRating.svelte diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte index 57a734c0..f8bb5afd 100644 --- a/AquaNet/src/App.svelte +++ b/AquaNet/src/App.svelte @@ -1,7 +1,6 @@ - -
- - {#if parsedRatings} - {#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section} -

{section.title}

-
- {#each section.data as rating} -
- - -
- {rating.music.name} - - - { - rounding.value ? - roundFloor(rating.achievement, 'mai2', 1) : - (rating.achievement / 10000).toFixed(4) - }% - - - - {rating.calc.toFixed(1)} -
- -
{rating.music.note.lv}
-
- {/each} -
- {/each} - {/if} - - -
- -