No reference files
@@ -315,9 +296,9 @@
Design Information
-
-
+
No camera notes
-
+
No lighting notes
-
+
No animation notes
@@ -351,13 +332,16 @@
diff --git a/frontend/src/components/shot/ShotsTableView.vue b/frontend/src/components/shot/ShotsTableView.vue
index 0bc49eb..4522f56 100644
--- a/frontend/src/components/shot/ShotsTableView.vue
+++ b/frontend/src/components/shot/ShotsTableView.vue
@@ -144,7 +144,7 @@
-
diff --git a/frontend/src/components/shot/columns.ts b/frontend/src/components/shot/columns.ts
index 44795ab..882451a 100644
--- a/frontend/src/components/shot/columns.ts
+++ b/frontend/src/components/shot/columns.ts
@@ -275,10 +275,9 @@ export const createShotColumns = (
default: () =>
h(
Button,
- {
- variant: 'ghost',
- size: 'sm',
- class: 'h-8 w-8 p-0',
+ {
+ variant: 'ghost',
+ size: 'icon-sm',
onMouseDown: (e: Event) => {
e.stopPropagation()
},
diff --git a/frontend/src/components/task/TaskBrowser.vue b/frontend/src/components/task/TaskBrowser.vue
index c9e30bb..0d185da 100644
--- a/frontend/src/components/task/TaskBrowser.vue
+++ b/frontend/src/components/task/TaskBrowser.vue
@@ -54,41 +54,19 @@
/>
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
import { ref, computed, watch, onMounted, onUnmounted } from 'vue'
import type { VisibilityState } from '@tanstack/vue-table'
-import { Sheet, SheetContent } from '@/components/ui/sheet'
+import DetailPanelOverlay from '@/components/shared/DetailPanelOverlay.vue'
import { useToast } from '@/components/ui/toast/use-toast'
import TaskTableToolbar from './TaskTableToolbar.vue'
import TaskDetailPanel from './TaskDetailPanel.vue'
diff --git a/frontend/src/components/task/TaskBulkActionsMenu.vue b/frontend/src/components/task/TaskBulkActionsMenu.vue
index 2b25c7e..373bdb0 100644
--- a/frontend/src/components/task/TaskBulkActionsMenu.vue
+++ b/frontend/src/components/task/TaskBulkActionsMenu.vue
@@ -88,26 +88,31 @@
-
-
-
- Assign To
-
-
- No members available
-
-
+
+
+
+ Assign To
+
+
+
+
+
+ No members available
+
+
{{ member.user_first_name }} {{ member.user_last_name }}
-
-
-
+
+
+
diff --git a/frontend/src/components/task/TaskDetailPanel.vue b/frontend/src/components/task/TaskDetailPanel.vue
index a943694..408355c 100644
--- a/frontend/src/components/task/TaskDetailPanel.vue
+++ b/frontend/src/components/task/TaskDetailPanel.vue
@@ -1,29 +1,21 @@
-
-
-
-
-
Loading task details...
-
-
+
+
+
-
-
-
-
-
{{ task.name }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -270,11 +262,14 @@
+
+
+
+
+
+
+
diff --git a/frontend/src/components/ui/command/index.ts b/frontend/src/components/ui/command/index.ts
index af18933..596d188 100644
--- a/frontend/src/components/ui/command/index.ts
+++ b/frontend/src/components/ui/command/index.ts
@@ -2,6 +2,7 @@ import type { Ref } from "vue"
import { createContext } from "reka-ui"
export { default as Command } from "./Command.vue"
+export { default as CheckableCommandItem } from "./CheckableCommandItem.vue"
export { default as CommandDialog } from "./CommandDialog.vue"
export { default as CommandEmpty } from "./CommandEmpty.vue"
export { default as CommandGroup } from "./CommandGroup.vue"
diff --git a/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue b/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue
index 54da916..92e39ff 100644
--- a/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue
+++ b/frontend/src/components/ui/sidebar/SidebarColumnSwitch.vue
@@ -19,24 +19,15 @@
-
-
-
-
-
-
-
-
+ toggleColumn(column.id, value)"
+ >
+
+
@@ -62,24 +53,15 @@
-
-
-
-
-
-
-
-
+ toggleColumn(column.id, value)"
+ >
+
+
@@ -136,14 +118,14 @@