summaryrefslogtreecommitdiff
path: root/modules/notifications (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-06notifs: actually fix y pos during remove anim2 * r + 2 * t1-2/+8
2025-06-06notifs: lock notif object until anim finish2 * r + 2 * t2-28/+33
Also fix notif y position during remove anim
2025-06-05drawers: fix interaction areas2 * r + 2 * t2-3/+3
Outer corners shouldn't be part of interaction area
2025-06-04notifs: fix being able to scroll2 * r + 2 * t1-1/+4
2025-06-04notifs: add remove animation2 * r + 2 * t1-10/+55
2025-06-04feat: clear notifs shortcut2 * r + 2 * t1-2/+2
2025-05-29notifs: fix opening anim when spam notifs2 * r + 2 * t2-57/+36
No open/close state, just animate height
2025-05-28drawers: change anim durations2 * r + 2 * t2-2/+2
2025-05-28drawers: better show/hide anims2 * r + 2 * t2-26/+9
Use m3 expressive curves
2025-05-27notifs: rounded clippingrect2 * r + 2 * t1-53/+59
2025-05-26notifs: change rounding when full height2 * r + 2 * t1-4/+14
2025-05-26notifs: better height2 * r + 2 * t2-5/+25
Get blocked by other panels from the right side (osd and session) Limit max height to screen height
2025-05-24internal: use implicit size for wrappers2 * r + 2 * t1-2/+2
2025-05-24internal: fix binding loops2 * r + 2 * t1-1/+1
2025-05-23notifs: fix null errors2 * r + 2 * t1-25/+25
2025-05-17refactor: use implicit size instead of actual size2 * r + 2 * t1-2/+2
2025-05-13session: move to drawers2 * r + 2 * t1-1/+0
2025-05-13notifs: move to drawers2 * r + 2 * t3-156/+65
2025-05-13notifs: better sliding2 * r + 2 * t2-10/+18
Wrap with clippingrect so x doesnt reset when element is added/removed Also clippingrect rounds the ends when sliding
2025-05-12notifs: fix crash2 * r + 2 * t1-11/+0
2025-05-12notifs: properly fix multiline summaries2 * r + 2 * t1-0/+5
2025-05-12notifs: show multiline summary on expand2 * r + 2 * t1-8/+17
Also fix action binding loop
2025-05-11notifs: disable listview interactivity2 * r + 2 * t2-1/+1
2025-05-10notif: allow markdown in body2 * r + 2 * t1-0/+2
2025-05-10notifs: optional action on click2 * r + 2 * t1-1/+1
2025-05-10notifs: add guess2 * r + 2 * t1-1/+1
2025-05-10notifs: all notifs have icon2 * r + 2 * t1-7/+52
Guess icon or default
2025-05-10notifs: colour by urgency2 * r + 2 * t1-3/+3
2025-05-10notifs: notif actions2 * r + 2 * t1-8/+79
2025-05-10notifs: invoke action on click if only single action2 * r + 2 * t1-0/+5
2025-05-10notifs: option to have expire timeout2 * r + 2 * t1-3/+0
Also remove scrollbar and reduce expand drag threshold
2025-05-10notifs: close on middle button2 * r + 2 * t1-3/+9
2025-05-10feat: expandable notifs2 * r + 2 * t2-30/+136
2025-05-10launcher: fix interrupted transitions2 * r + 2 * t1-2/+4
2025-05-10notifs: slide to remove2 * r + 2 * t1-0/+45
2025-05-10notifs: minor fixes2 * r + 2 * t1-2/+3
2025-05-10notifs: fix first notif open anim2 * r + 2 * t1-2/+1
2025-05-10notifs: actual list2 * r + 2 * t3-8/+71
2025-05-10feat: basic notifications2 * r + 2 * t4-13/+202
Also fix pixel issue with notif area background Add more log rules to run script
2025-05-08launcher: fix flatten anim2 * r + 2 * t1-1/+1
2025-05-08feat: notification popup area2 * r + 2 * t4-0/+224