From 2582e5828e392c3f8366b2198f0a0b300d55f75e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 1 Jan 2024 17:05:05 -0800 Subject: feat(schedule): add crunchyroll schedule --- src/lib/Tools/Schedule/Crunchyroll.svelte | 59 +++++++++++++++++++------------ 1 file changed, 36 insertions(+), 23 deletions(-) (limited to 'src/lib/Tools/Schedule/Crunchyroll.svelte') diff --git a/src/lib/Tools/Schedule/Crunchyroll.svelte b/src/lib/Tools/Schedule/Crunchyroll.svelte index 8162beed..19fcc9b3 100644 --- a/src/lib/Tools/Schedule/Crunchyroll.svelte +++ b/src/lib/Tools/Schedule/Crunchyroll.svelte @@ -27,28 +27,41 @@ }; -{#each Object.values(days) as day} - {@const date = new Date(day[0].year, day[0].month - 1, day[0].day)} - - {date.toLocaleString('default', { month: 'long' })} - {ordinalSuffix(day[0].day)}, {day[0].year} - -{/each} - -Coming soon - -Continuing from previous season - +

+

  • + Coming soon + +
  • +

    + +

    +

  • + Continuing from previous season + +
  • +

    + -- cgit v1.2.3