Spaces:
Running
Running
Update submodules
Browse files
external/RobotHub-InferenceServer
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 79846113d230ff5a2f9175e828207952c8b964f5
|
external/RobotHub-TransportServer
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit b91acfc63cd976d7502cec63d77ba26112fe5010
|
src/lib/components/3d/elements/compute/modal/VideoInputConnectionModal.svelte
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
import { toast } from "svelte-sonner";
|
9 |
import { settings } from "$lib/runes/settings.svelte";
|
10 |
import { videoManager } from "$lib/elements/video/VideoManager.svelte";
|
11 |
-
import type { RemoteCompute } from "$lib/elements/compute
|
12 |
|
13 |
interface Props {
|
14 |
workspaceId: string;
|
|
|
8 |
import { toast } from "svelte-sonner";
|
9 |
import { settings } from "$lib/runes/settings.svelte";
|
10 |
import { videoManager } from "$lib/elements/video/VideoManager.svelte";
|
11 |
+
import type { RemoteCompute } from "$lib/elements/compute//RemoteCompute.svelte";
|
12 |
|
13 |
interface Props {
|
14 |
workspaceId: string;
|
src/lib/components/interface/overlay/SettingsSheet.svelte
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<script lang="ts">
|
|
|
2 |
import * as Sheet from "@/components/ui/sheet";
|
3 |
import { Separator } from "@/components/ui/separator";
|
4 |
import { Switch } from "@/components/ui/switch";
|
|
|
1 |
<script lang="ts">
|
2 |
+
import { settings } from '$lib/settings.svelte.js';
|
3 |
import * as Sheet from "@/components/ui/sheet";
|
4 |
import { Separator } from "@/components/ui/separator";
|
5 |
import { Switch } from "@/components/ui/switch";
|