rough outline of dragging tasks is working

This commit is contained in:
2025-07-06 14:09:27 +02:00
parent 0297fab83b
commit ee19cac4c3
7 changed files with 72 additions and 7 deletions

View File

@@ -89,6 +89,7 @@ function cancel() {
<template>
<UModal v-model:open="open" :title="modalTitle" :description="modalDescription">
<template #body>
scheduled at: {{ props.input.scheduled_at }}
<div class="flex flex-col gap-2">
<UInput type="text" placeholder="Name" v-model="titleField" required />
<UInput type="number" class="grow" placeholder="estimated time in hours" v-model="estimatedTimeField"