[+] Import player data, tested with maimai

This commit is contained in:
Clansty
2024-08-01 08:41:11 +08:00
parent 7c4f887ef4
commit a71c2bd8ec
5 changed files with 177 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
import StatusOverlays from "../components/StatusOverlays.svelte";
import ActionCard from "../components/ActionCard.svelte";
import { t } from "../libs/i18n";
import ImportDataAction from "./Home/ImportDataAction.svelte";
USER.ensureLoggedIn();
@@ -54,6 +55,8 @@
<h3>{t('home.setup')}</h3>
<span>{t('home.setup-description')}</span>
</ActionCard>
<ImportDataAction/>
</div>
{:else if tab === 1}
<div out:fade={FADE_OUT} in:fade={FADE_IN}>