summaryrefslogtreecommitdiff
path: root/modules/notifications/Content.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+2
| | | | Split into subdirs and rename to components
* internal: use new qs importsSoramane2025-07-161-3/+3
|
* internal: scroll fix part 22 * r + 2 * t2025-07-101-1/+1
| | | | Closes #202
* notifs: fix shrink height2 * r + 2 * t2025-07-091-2/+2
| | | | Fix height when osd/session blocks
* internal: pass around visibilities2 * r + 2 * t2025-07-091-4/+3
| | | | | Instead of singleton Also for panels
* notifs: add indicators for offscreen notifs2 * r + 2 * t2025-07-091-0/+42
|
* feat: user config file2 * r + 2 * t2025-06-151-5/+5
| | | | Config file at `~/.config/caelestia/shell.json`
* 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-061-2/+2
| | | | Also fix notif y position during remove anim
* notifs: fix being able to scroll2 * r + 2 * t2025-06-041-1/+4
|
* notifs: add remove animation2 * r + 2 * t2025-06-041-10/+55
|
* notifs: fix opening anim when spam notifs2 * r + 2 * t2025-05-291-34/+35
| | | | No open/close state, just animate height
* drawers: change anim durations2 * r + 2 * t2025-05-281-1/+1
|
* drawers: better show/hide anims2 * r + 2 * t2025-05-281-1/+1
| | | | Use m3 expressive curves
* notifs: rounded clippingrect2 * r + 2 * t2025-05-271-53/+59
|
* notifs: better height2 * r + 2 * t2025-05-261-4/+23
| | | | | Get blocked by other panels from the right side (osd and session) Limit max height to screen height
* notifs: better sliding2 * r + 2 * t2025-05-131-9/+15
| | | | | 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: disable listview interactivity2 * r + 2 * t2025-05-111-0/+1
|
* notifs: option to have expire timeout2 * r + 2 * t2025-05-101-3/+0
| | | | Also remove scrollbar and reduce expand drag threshold
* feat: expandable notifs2 * r + 2 * t2025-05-101-1/+1
|
* launcher: fix interrupted transitions2 * r + 2 * t2025-05-101-2/+4
|
* 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-101-6/+69
|
* feat: basic notifications2 * r + 2 * t2025-05-101-5/+7
| | | | | Also fix pixel issue with notif area background Add more log rules to run script
* feat: notification popup area2 * r + 2 * t2025-05-081-0/+22