summaryrefslogtreecommitdiff
path: root/modules/notifications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-153-19/+19
| | | | Config file at `~/.config/caelestia/shell.json`
* notifs: match expand anim to container2 * r + 2 * t2025-06-111-1/+4
|
* notifs: actually fix y pos during remove anim2 * r + 2 * t2025-06-061-2/+8
|
* notifs: lock notif object until anim finish2 * r + 2 * t2025-06-062-28/+33
| | | | Also fix notif y position during remove anim
* drawers: fix interaction areas2 * r + 2 * t2025-06-052-3/+3
| | | | Outer corners shouldn't be part of interaction area
* notifs: fix being able to scroll2 * r + 2 * t2025-06-041-1/+4
|
* notifs: add remove animation2 * r + 2 * t2025-06-041-10/+55
|
* feat: clear notifs shortcut2 * r + 2 * t2025-06-041-2/+2
|
* notifs: fix opening anim when spam notifs2 * r + 2 * t2025-05-292-57/+36
| | | | No open/close state, just animate height
* drawers: change anim durations2 * r + 2 * t2025-05-282-2/+2
|
* drawers: better show/hide anims2 * r + 2 * t2025-05-282-26/+9
| | | | Use m3 expressive curves
* notifs: rounded clippingrect2 * r + 2 * t2025-05-271-53/+59
|
* notifs: change rounding when full height2 * r + 2 * t2025-05-261-4/+14
|
* notifs: better height2 * r + 2 * t2025-05-262-5/+25
| | | | | Get blocked by other panels from the right side (osd and session) Limit max height to screen height
* internal: use implicit size for wrappers2 * r + 2 * t2025-05-241-2/+2
|
* 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
|
* session: move to drawers2 * r + 2 * t2025-05-131-1/+0
|
* notifs: move to drawers2 * r + 2 * t2025-05-133-156/+65
|
* notifs: better sliding2 * r + 2 * t2025-05-132-10/+18
| | | | | Wrap with clippingrect so x doesnt reset when element is added/removed Also clippingrect rounds the ends when sliding
* notifs: fix crash2 * r + 2 * t2025-05-121-11/+0
|
* 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-112-1/+1
|
* 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: option to have expire timeout2 * r + 2 * t2025-05-101-3/+0
| | | | Also remove scrollbar and reduce expand drag threshold
* notifs: close on middle button2 * r + 2 * t2025-05-101-3/+9
|
* feat: expandable notifs2 * r + 2 * t2025-05-102-30/+136
|
* launcher: fix interrupted transitions2 * r + 2 * t2025-05-101-2/+4
|
* notifs: slide to remove2 * r + 2 * t2025-05-101-0/+45
|
* notifs: minor fixes2 * r + 2 * t2025-05-101-2/+3
|
* notifs: fix first notif open anim2 * r + 2 * t2025-05-101-2/+1
|
* notifs: actual list2 * r + 2 * t2025-05-103-8/+71
|
* feat: basic notifications2 * r + 2 * t2025-05-104-13/+202
| | | | | Also fix pixel issue with notif area background Add more log rules to run script
* launcher: fix flatten anim2 * r + 2 * t2025-05-081-1/+1
|
* feat: notification popup area2 * r + 2 * t2025-05-084-0/+224