From 8b5538e0a55a83b1ff190cd5ad689827777e73a7 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 14 Sep 2022 19:17:41 +1000 Subject: Use Pinia to store user settings, palette colors, etc Move uiOpts and lytOpts to store.ts Add 'const's to *.ts --- src/App.vue | 244 +++++++++++++++++++++++------------------------------------- 1 file changed, 95 insertions(+), 149 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 01f41a2..9e8bd8f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@