From f2dcff7b71a0f375e4fe4d2dfcfa8e7cbff4f291 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Wed, 18 Mar 2026 18:51:26 -0500 Subject: [PATCH] Load in improvements --- src/AppContainer.tsx | 11 ++++- src/ItemExtractor.tsx | 2 +- src/components/CloudLoadModal.tsx | 68 +++++++++++++++++-------------- 3 files changed, 48 insertions(+), 33 deletions(-) diff --git a/src/AppContainer.tsx b/src/AppContainer.tsx index 9c0b4ea..a4bd07c 100644 --- a/src/AppContainer.tsx +++ b/src/AppContainer.tsx @@ -2,6 +2,7 @@ import type { Component } from 'solid-js'; import { A, useLocation, useNavigate } from '@solidjs/router'; import { Show } from 'solid-js'; import { authStore } from './store/authStore'; +import { appStore } from './store/appStore'; interface AppContainerProps { children?: any; @@ -25,7 +26,15 @@ const AppContainer: Component = (props) => {
- EstiMaker +
)}