summaryrefslogtreecommitdiff
path: root/services/Notifs.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* notifs: clear actually close notifs2 * r + 2 * t2025-10-011-4/+4
|
* config: enable/disable specific toasts2 * r + 2 * t2025-09-231-0/+3
|
* internal: add toasts for gamemode & dnd2 * r + 2 * t2025-09-231-0/+7
|
* notifs: wrap time to days2 * r + 2 * t2025-09-221-5/+10
|
* sidebar/notifs: fix minor bugs2 * r + 2 * t2025-09-201-7/+3
| | | | | Image/app icon/urgency/time not updating until corresponding notif is fully destroyed Weird array mutation shenanigans
* notifs: persist images2 * r + 2 * t2025-09-201-0/+49
|
* notifs: fix persistence sorting order2 * r + 2 * t2025-09-201-1/+1
|
* sidebar/notifs: better anims + misc fixes2 * r + 2 * t2025-09-201-22/+91
|
* notifs: persist time2 * r + 2 * t2025-09-191-4/+5
|
* sidebar/notifs: add actions (#648)2 * r + 2 * t2025-09-191-2/+17
| | | | | | | | | | | | | | | | | | | | | | | * 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
* notifs: persistent notifs + better sidebar notifs2 * r + 2 * t2025-09-181-15/+71
|
* sidebar: add notifs2 * r + 2 * t2025-09-181-1/+1
|
* notifs: fix dnd2 * r + 2 * t2025-09-171-5/+4
|
* utilities/toggles: add dnd2 * r + 2 * t2025-09-151-4/+30
| | | | | Closes #80 Closes #426
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+1
| | | | Split into subdirs and rename to components
* internal: use new qs importsSoramane2025-07-161-2/+2
|
* notifs: fix material icon offset2 * r + 2 * t2025-06-181-1/+1
|
* feat: user config file2 * r + 2 * t2025-06-151-2/+2
| | | | Config file at `~/.config/caelestia/shell.json`
* feat: add ipc commands for stuff2 * r + 2 * t2025-06-081-0/+10
|
* notifs: lock notif object until anim finish2 * r + 2 * t2025-06-061-2/+5
| | | | Also fix notif y position during remove anim
* feat: clear notifs shortcut2 * r + 2 * t2025-06-041-0/+10
|
* notifs: colour by urgency2 * r + 2 * t2025-05-101-0/+1
|
* notifs: invoke action on click if only single action2 * r + 2 * t2025-05-101-0/+1
|
* notifs: option to have expire timeout2 * r + 2 * t2025-05-101-1/+4
| | | | Also remove scrollbar and reduce expand drag threshold
* feat: expandable notifs2 * r + 2 * t2025-05-101-0/+3
|
* notifs: actual list2 * r + 2 * t2025-05-101-0/+1
|
* feat: basic notifications2 * r + 2 * t2025-05-101-0/+76
Also fix pixel issue with notif area background Add more log rules to run script