added the app name in the document title and fixed the double initial load on records list

This commit is contained in:
Gani Georgiev
2022-07-18 19:44:10 +03:00
parent f8f3ca25ee
commit f56adf26f4
21 changed files with 458 additions and 437 deletions
+5
View File
@@ -0,0 +1,5 @@
import { writable } from "svelte/store";
export const pageTitle = writable('');
export const appName = writable('');