diff --git a/src/App.svelte b/src/App.svelte index ce27260..4eccb26 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -12,16 +12,20 @@ import LicenseDialog from '@/components/LicenseDialog.svelte'; import GoToDialog from '@/components/GoToDialog.svelte'; import FindDialog from '@/components/FindDialog.svelte'; + import Loading from '@/components/Loading.svelte'; -{#await Notpad.init() then} +{#await Notpad.init()} + + +{:then}
- + diff --git a/src/lib/components/DownloadButton.svelte b/src/lib/components/DownloadButton.svelte index 2f63c5c..8f10972 100644 --- a/src/lib/components/DownloadButton.svelte +++ b/src/lib/components/DownloadButton.svelte @@ -26,7 +26,10 @@ .flatMap((release) => release.assets) .sort((a, b) => a.name.localeCompare(b.name))} -
+
Download diff --git a/src/lib/components/Loading.svelte b/src/lib/components/Loading.svelte new file mode 100644 index 0000000..e4313d0 --- /dev/null +++ b/src/lib/components/Loading.svelte @@ -0,0 +1,14 @@ + + +
+ icon +