From a57f532c3ef4cc03e3447f59a76052e5b4c47eb8 Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Wed, 6 Nov 2024 18:28:29 +0800 Subject: [PATCH] Added latest v1.13 sideload --- src/Checklist/Checklist.tsx | 105 +++++------------------------------- src/NewHome/NewHome.tsx | 2 +- 2 files changed, 15 insertions(+), 92 deletions(-) diff --git a/src/Checklist/Checklist.tsx b/src/Checklist/Checklist.tsx index 6545b7a..99affae 100644 --- a/src/Checklist/Checklist.tsx +++ b/src/Checklist/Checklist.tsx @@ -1,6 +1,10 @@ import '@mantine/core/styles.css'; import { - MantineProvider + Container, + Divider, + MantineProvider, + Space, + Title } from '@mantine/core'; import { theme } from '../theme'; @@ -11,102 +15,21 @@ export default function Checklist() { return ( = 7 && date.getHours() <= 19 ? "light" : "dark"}> - {/* - + + Checklist - </Badge> + - + + Cores + + + Cytrus - - Cytrus is the Nintendo 3DS emulation core used in Folium - - - - - - - - - Feature List - - - - - - - - - - - - - - - - - - - - Grape - - - Grape is the Nintendo DS emulation core used in Folium - - - - - - - - - Feature List - - - - - - - - - - - - - Mango - - - Mango is the Super Nintendo Entertainment System emulation core used in Folium - - - - - - - - - Feature List - - - - - - */} + ); } \ No newline at end of file diff --git a/src/NewHome/NewHome.tsx b/src/NewHome/NewHome.tsx index b863c30..d054622 100644 --- a/src/NewHome/NewHome.tsx +++ b/src/NewHome/NewHome.tsx @@ -170,7 +170,7 @@ export default function NewHome() { {/**/} - + Changes