From 9b59ad3e313521ffc1c704261deb55bb5b2f47cb Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 3 Dec 2022 23:10:33 -0500 Subject: [PATCH] Initial big commit that brings over all of the latest development from my sites. This will be refined and released soon, but right now I'm testing how it installs with ljsthw-bandolier's installer. --- commands/templates/client/pages/Home.svelte | 30 ++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/commands/templates/client/pages/Home.svelte b/commands/templates/client/pages/Home.svelte index 9daeafb..4f4bc7e 100644 --- a/commands/templates/client/pages/Home.svelte +++ b/commands/templates/client/pages/Home.svelte @@ -1 +1,29 @@ -test + + + +

Welcome!

+ {#if $user.admin} +

You are logged in as administrator. You can use the admin icon in the top header to access the dashboard. You can also type ctrl-alt-b to access quick links to helpful developer tools in the dashboard. +

+ {:else} +

You are not flagged as an administrator. Use sqlite3 to change your user to have admin=1 in the database, then reload.

+ {/if} + + + + Edit client/pages/Home.svelte to start your + project. Use ctrl-alt-b to view the tools. + + +