From 0bb36660ec4bceeb4bd9b18cf47a30ba8eded427 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 22 Apr 2026 08:10:30 +0530 Subject: Rename ui-lib to lib, split Begin into smaller components, add Credits, bump version to 1.0 from package.json --- lib/components/InitialLoadScreen.svelte | 56 +++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lib/components/InitialLoadScreen.svelte (limited to 'lib/components/InitialLoadScreen.svelte') diff --git a/lib/components/InitialLoadScreen.svelte b/lib/components/InitialLoadScreen.svelte new file mode 100644 index 0000000..3800715 --- /dev/null +++ b/lib/components/InitialLoadScreen.svelte @@ -0,0 +1,56 @@ + + +
+
+ +
+ +
+ +
+ +

{progress.currentMessage}

+

This will happen once. It will not happen again.

+
+ + -- cgit v1.2.3