feat(workflow) : workflows de statuts par projet (kanban custom) #3

Merged
matthieu merged 26 commits from feat/project-workflows into develop 2026-05-20 07:44:10 +00:00
Showing only changes of commit c1560468e6 - Show all commits
+8 -6
View File
@@ -70,12 +70,14 @@
<input v-model="s.isFinal" type="checkbox" class="h-3 w-3" /> <input v-model="s.isFinal" type="checkbox" class="h-3 w-3" />
{{ $t('archive.statusFinal') }} {{ $t('archive.statusFinal') }}
</label> </label>
<MalioInputText <label class="flex flex-col text-xs text-neutral-700">
v-model.number="s.position" Position
label="Position" <input
input-class="!w-16" v-model.number="s.position"
type="number" type="number"
/> class="mt-1 h-9 w-16 rounded border border-neutral-300 px-2 text-sm"
/>
</label>
</div> </div>
</div> </div>
</div> </div>