kin: KIN-065 UI-тоггл autocommit_enabled на странице проекта

This commit is contained in:
Gros Frumos 2026-03-16 07:15:58 +02:00
parent a48892d456
commit 0032b3056a
3 changed files with 10 additions and 1 deletions

View file

@ -28,6 +28,10 @@ const resolvingAction = ref(false)
const showReject = ref(false)
const rejectReason = ref('')
// Revise modal
const showRevise = ref(false)
const reviseComment = ref('')
// Auto/Review mode (per-task, persisted in DB; falls back to localStorage per project)
const autoMode = ref(false)