summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/ContractDetail.tsx2
-rw-r--r--frontend/src/components/ContractList.tsx2
2 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/ContractDetail.tsx b/frontend/src/components/ContractDetail.tsx
index 72527ce..135c313 100644
--- a/frontend/src/components/ContractDetail.tsx
+++ b/frontend/src/components/ContractDetail.tsx
@@ -28,6 +28,8 @@ interface Contract {
contract_type: string
phase: string
status: string
+ localOnly?: boolean
+ autoMergeLocal?: boolean
version: number
created_at: string
}
diff --git a/frontend/src/components/ContractList.tsx b/frontend/src/components/ContractList.tsx
index 77012db..d6b332c 100644
--- a/frontend/src/components/ContractList.tsx
+++ b/frontend/src/components/ContractList.tsx
@@ -8,6 +8,8 @@ interface ContractSummary {
contract_type: string
phase: string
status: string
+ localOnly?: boolean
+ autoMergeLocal?: boolean
file_count: number
task_count: number
repository_count: number