kin: KIN-065 UI-тоггл autocommit_enabled на странице проекта
This commit is contained in:
parent
a48892d456
commit
0032b3056a
3 changed files with 10 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue