From ebf11faeea3a48fd9de67abfbd01d8625a097524 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Tue, 30 Dec 2025 15:09:26 -0800 Subject: [PATCH] Switch to new desktop types packages --- .../src/components/install/GpuPicker.vue | 8 +++---- .../install/InstallLocationPicker.vue | 6 +++--- .../src/types/desktop/torchTypes.ts | 3 --- apps/desktop-ui/src/views/InstallView.vue | 19 +++++++---------- pnpm-lock.yaml | 21 ++++++++++++------- pnpm-workspace.yaml | 2 +- 6 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 apps/desktop-ui/src/types/desktop/torchTypes.ts diff --git a/apps/desktop-ui/src/components/install/GpuPicker.vue b/apps/desktop-ui/src/components/install/GpuPicker.vue index ca6a9052c..217e99ce5 100644 --- a/apps/desktop-ui/src/components/install/GpuPicker.vue +++ b/apps/desktop-ui/src/components/install/GpuPicker.vue @@ -68,22 +68,22 @@ diff --git a/apps/desktop-ui/src/components/install/InstallLocationPicker.vue b/apps/desktop-ui/src/components/install/InstallLocationPicker.vue index 6e4997160..f962ca56c 100644 --- a/apps/desktop-ui/src/components/install/InstallLocationPicker.vue +++ b/apps/desktop-ui/src/components/install/InstallLocationPicker.vue @@ -105,6 +105,7 @@