diff --git a/ui-svelte/src/App.svelte b/ui-svelte/src/App.svelte index 2e0d2620..4ba3b478 100644 --- a/ui-svelte/src/App.svelte +++ b/ui-svelte/src/App.svelte @@ -1,13 +1,15 @@ -
-
+ + + +
+ + +

{sectionTitle}

+
-
-
- -
-
- -
-
-
+
+
+ +
+
+ +
+
+ + diff --git a/ui-svelte/src/components/AppSidebar.svelte b/ui-svelte/src/components/AppSidebar.svelte new file mode 100644 index 00000000..3e9f56db --- /dev/null +++ b/ui-svelte/src/components/AppSidebar.svelte @@ -0,0 +1,145 @@ + + + + +
+
+ ll +
+

+ {$appTitle} +

+
+
+ + + + + + + + {#snippet child({ props })} + + + Playground + + {/snippet} + + + + + + {#snippet child({ props })} + + + Models + + {/snippet} + + + + + + {#snippet child({ props })} + + + Activity + + {/snippet} + + + + + + {#snippet child({ props })} + + + Logs + + {/snippet} + + + + {#if $performanceEnabled} + + + {#snippet child({ props })} + + + Performance + + {/snippet} + + + {/if} + + + + + + +
+
+ +
+ +
+
+ +
diff --git a/ui-svelte/src/components/Header.svelte b/ui-svelte/src/components/Header.svelte deleted file mode 100644 index 00a76b4d..00000000 --- a/ui-svelte/src/components/Header.svelte +++ /dev/null @@ -1,144 +0,0 @@ - - -
- {#if $screenWidth !== "xs" && $screenWidth !== "sm"} -

- {$appTitle} -

- {/if} - - - - Playground - - - Models - - - Activity - - - Logs - - {#if $performanceEnabled} - - Performance - - {/if} - - - -
- -