Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

126 changes: 0 additions & 126 deletions clients/macos/vellum-assistant/DesignSystem/Tokens/ColorTokens.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import AppKit
import SwiftUI

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import AppKit
import SwiftUI

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

struct SkillInvocationChip: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

struct NavigationToolbar: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

struct DebugPanel: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

struct DirectoryPanel: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

struct DoctorPanel: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

/// A thread tab component that renders a tab with thread-specific styling.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

struct ThreadTabBar: View {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

@MainActor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

@MainActor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

@MainActor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

@MainActor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

@MainActor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SpriteKit
import SwiftUI

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import Foundation
import Speech
import SwiftUI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

@MainActor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import VellumAssistantShared
import SwiftUI

/// Observation mode pitch view — step 4 of the first meeting flow.
Expand Down
Loading