diff --git a/src/lib/client/ui/state/EmptyState.svelte b/src/lib/client/ui/state/EmptyState.svelte new file mode 100644 index 0000000..249a48f --- /dev/null +++ b/src/lib/client/ui/state/EmptyState.svelte @@ -0,0 +1,40 @@ + + +
+
+ +
+
+ +
+
+ + +

+ {title} +

+ + +

+ {description} +

+ + + + + {buttonText} + +
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a40cbc6..b66beba 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,6 @@ -
-
- -
-
- -
-
- - -

- No {displayName} instances yet -

- - -

- Get started by adding your first {displayName} instance to begin managing your media library. -

- - - - - Add {displayName} Instance - -
-
+