diff --git a/packages/web/public/index.html b/packages/web/public/index.html index 5d2c9c418..2830d44ad 100644 --- a/packages/web/public/index.html +++ b/packages/web/public/index.html @@ -1,46 +1,116 @@ + + + - - - + DbGate + + - DbGate - - + + - - + + + + + + + - - - - - - - + - + - + #starting_dbgate_zero { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + display: flex; + align-items: center; + justify-content: space-around; + } - -
- Loading DbGate App ... -
- + .inner-flex { + display: flex; + align-items: center; + flex-direction: column; + } + + - \ No newline at end of file + +
+
+
+
+
+
+
+
+
Loading DbGate App
+
+
+ + diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index 8edbf3d54..67c6b22cb 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -18,6 +18,7 @@ import { getConfig, getSettings, getUsedApps } from './utility/metadataLoaders'; import AppTitleProvider from './utility/AppTitleProvider.svelte'; import getElectron from './utility/getElectron'; + import AppStartInfo from './widgets/AppStartInfo.svelte'; let loadedApi = false; let loadedPlugins = false; @@ -80,13 +81,12 @@ {:else} - {/if} {:else} - + {/if} diff --git a/packages/web/src/main.ts b/packages/web/src/main.ts index c78c46975..2a72600c5 100644 --- a/packages/web/src/main.ts +++ b/packages/web/src/main.ts @@ -11,4 +11,6 @@ const app = new App({ props: {}, }); +// const app = null; + export default app; diff --git a/packages/web/src/widgets/AppStartInfo.svelte b/packages/web/src/widgets/AppStartInfo.svelte new file mode 100644 index 000000000..7f46b0542 --- /dev/null +++ b/packages/web/src/widgets/AppStartInfo.svelte @@ -0,0 +1,90 @@ + + +
+
+
+
+
+
+
+
+
{message}
+
+
+ +