summaryrefslogtreecommitdiff
path: root/modules/notifications/Notification.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: use new qs importsSoramane2025-07-161-4/+4
|
* notifs: remove body if emptySoramane2025-07-161-0/+1
|
* notifs: pause expire on pressSoramane2025-07-161-1/+8
|
* notifs: fix interactionsSoramane2025-07-161-290/+290
|
* notifs: use app2unit for linksSoramane2025-07-161-2/+5
| | | | also make links only reactive when expanded
* notifs: add close buttonSoramane2025-07-161-35/+48
| | | | Closes #220
* internal: use layer.effect2 * r + 2 * t2025-07-021-12/+5
| | | | Also use clipping rect for wallpaper item
* icons: use variable axes2 * r + 2 * t2025-06-261-3/+0
|
* internal: move notif icon guessing to utils2 * r + 2 * t2025-06-251-28/+2
|
* notifs: dismiss notif on swipe2 * r + 2 * t2025-06-231-2/+2
| | | | Fixes #141
* input: ripple anim for all buttons2 * r + 2 * t2025-06-191-2/+4
| | | | | Also fix up colours for some statelayers Fix urgent notif action colours
* notifs: fix material icon offset2 * r + 2 * t2025-06-181-0/+5
|
* dashboard: send notif when pfp changed2 * r + 2 * t2025-06-181-3/+5
|
* notifs: make links work2 * r + 2 * t2025-06-181-1/+6
|
* launcher: notify on scheme mode change error2 * r + 2 * t2025-06-171-0/+2
|
* feat: user config file2 * r + 2 * t2025-06-151-11/+11
| | | | Config file at `~/.config/caelestia/shell.json`
* notifs: match expand anim to container2 * r + 2 * t2025-06-111-1/+4
|
* notifs: lock notif object until anim finish2 * r + 2 * t2025-06-061-26/+31
| | | | Also fix notif y position during remove anim
* feat: clear notifs shortcut2 * r + 2 * t2025-06-041-2/+2
|
* notifs: better height2 * r + 2 * t2025-05-261-1/+2
| | | | | Get blocked by other panels from the right side (osd and session) Limit max height to screen height
* internal: fix binding loops2 * r + 2 * t2025-05-241-1/+1
|
* notifs: fix null errors2 * r + 2 * t2025-05-231-25/+25
|
* refactor: use implicit size instead of actual size2 * r + 2 * t2025-05-171-2/+2
|
* notifs: better sliding2 * r + 2 * t2025-05-131-1/+3
| | | | | Wrap with clippingrect so x doesnt reset when element is added/removed Also clippingrect rounds the ends when sliding
* notifs: properly fix multiline summaries2 * r + 2 * t2025-05-121-0/+5
|
* notifs: show multiline summary on expand2 * r + 2 * t2025-05-121-8/+17
| | | | Also fix action binding loop
* notifs: disable listview interactivity2 * r + 2 * t2025-05-111-1/+0
|
* notif: allow markdown in body2 * r + 2 * t2025-05-101-0/+2
|
* notifs: optional action on click2 * r + 2 * t2025-05-101-1/+1
|
* notifs: add guess2 * r + 2 * t2025-05-101-1/+1
|
* notifs: all notifs have icon2 * r + 2 * t2025-05-101-7/+52
| | | | Guess icon or default
* notifs: colour by urgency2 * r + 2 * t2025-05-101-3/+3
|
* notifs: notif actions2 * r + 2 * t2025-05-101-8/+79
|
* notifs: invoke action on click if only single action2 * r + 2 * t2025-05-101-0/+5
|
* notifs: close on middle button2 * r + 2 * t2025-05-101-3/+9
|
* feat: expandable notifs2 * r + 2 * t2025-05-101-29/+135
|
* notifs: slide to remove2 * r + 2 * t2025-05-101-0/+45
|
* feat: basic notifications2 * r + 2 * t2025-05-101-0/+188
Also fix pixel issue with notif area background Add more log rules to run script