added overflow for tasks and overflow shadow to all overflows. also

minimum drag distance is now 10px
This commit is contained in:
2025-06-16 19:51:31 +02:00
parent 9fa86627b6
commit c6f5789ad3
9 changed files with 124 additions and 59 deletions

View File

@@ -71,6 +71,7 @@ function submit() {
}
emit('submnitted', {
id: props.input.id,
title: form.data.title,
description: form.data.description,
from: DateTime.fromISO(form.data.from),