notifications: drag right to dismiss

This commit is contained in:
end-4
2025-04-20 10:52:14 +02:00
parent 11ff4bbfaf
commit 74fe9f44dd
2 changed files with 75 additions and 6 deletions
@@ -4,6 +4,7 @@ import "root:/services"
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import Quickshell
Item {
id: root
@@ -25,7 +26,9 @@ Item {
width: parent.width
spacing: 0
Repeater {
model: taskList
model: ScriptModel {
values: taskList
}
delegate: Item {
id: todoItem
property bool pendingDoneToggle: false