From 9dfb195913a0062a7d493d0128ebd50d86b5e493 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:43:50 +1000 Subject: sidebar/notifs: add actions (#648) * add actions (not done, transfer between machines) * notifs: fix persistence * notifs: persist actions (appearance only) * sidebar/notifs: add actions * sidebar/notifs: add copy action Also actions fill width * sidebar/notifs: better actions Fade at edges when scrollable * sidebar/notifs: fix urgency colours & icon * sidebar/notifs: remove unnecessary clipping * sidebar/notifs: fix artifacts with actions --- modules/sidebar/NotifDock.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/sidebar/NotifDock.qml') diff --git a/modules/sidebar/NotifDock.qml b/modules/sidebar/NotifDock.qml index 7ddee30..c34229e 100644 --- a/modules/sidebar/NotifDock.qml +++ b/modules/sidebar/NotifDock.qml @@ -92,7 +92,6 @@ Item { anchors.fill: parent spacing: Appearance.spacing.small - clip: true model: ScriptModel { values: [...new Set(Notifs.list.filter(n => !n.closed).map(n => n.appName))].reverse() -- cgit v1.2.3-freya