From ad847116467988188655875dcef954c93c69acb9 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 25 Nov 2024 12:36:29 -0700 Subject: [PATCH] Working on modpack installation page --- fclauncher/frontend/package.json.md5 | 2 +- fclauncher/frontend/src/App.svelte | 5 +++++ fclauncher/frontend/src/Modpacks.svelte | 22 ++++++++++++++++++++++ fclauncher/frontend/src/Navbar.svelte | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 fclauncher/frontend/src/Modpacks.svelte diff --git a/fclauncher/frontend/package.json.md5 b/fclauncher/frontend/package.json.md5 index 20dd88f..b063894 100755 --- a/fclauncher/frontend/package.json.md5 +++ b/fclauncher/frontend/package.json.md5 @@ -1 +1 @@ -48cb20b8d107dab0a7876a449352234a \ No newline at end of file +ad9da3c17151b053a4d2fda8e3578901 \ No newline at end of file diff --git a/fclauncher/frontend/src/App.svelte b/fclauncher/frontend/src/App.svelte index 360865b..94a9a88 100644 --- a/fclauncher/frontend/src/App.svelte +++ b/fclauncher/frontend/src/App.svelte @@ -2,6 +2,7 @@ import logo from './assets/images/fc-logo.png' import Instances from './Instances.svelte' import Loading from './Loading.svelte' + import Modpacks from './Modpacks.svelte' import {CheckPrerequisites} from '../wailsjs/go/main/App.js' import { onMount } from 'svelte' import { loading, testPage, currentPage } from './global' @@ -58,6 +59,10 @@
+ {:else if $currentPage == 3} +
+ +
{/if} diff --git a/fclauncher/frontend/src/Modpacks.svelte b/fclauncher/frontend/src/Modpacks.svelte new file mode 100644 index 0000000..ba6223c --- /dev/null +++ b/fclauncher/frontend/src/Modpacks.svelte @@ -0,0 +1,22 @@ + + +
+ +
\ No newline at end of file diff --git a/fclauncher/frontend/src/Navbar.svelte b/fclauncher/frontend/src/Navbar.svelte index 2fcb506..4352bb0 100644 --- a/fclauncher/frontend/src/Navbar.svelte +++ b/fclauncher/frontend/src/Navbar.svelte @@ -32,7 +32,7 @@ function unextend(){