summaryrefslogtreecommitdiff
path: root/modules/notifications (unfollow)
Commit message (Collapse)AuthorFilesLines
6 daysremove a lotFreya Murphy2-14/+4
2026-03-15notifs: support int:value hint (#1254)cordlessblues1-0/+37
* add .vscode/settings.json to gitignore * added support for the Int:value hint * fix * more fix * f * comment --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-12notifs: skip markdown parsing for plain text bodies2 * r + 2 * t1-2/+3
2026-03-12notifs: add sourceSize to notification images2 * r + 2 * t1-0/+2
2026-01-16internal: no async loaders2 * r + 2 * t1-4/+0
Fixes reload issue and all stuff not loading issues
2025-12-21feat: add openExpanded notif config option (#993)Sven Fischer1-1/+1
If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
2025-11-12notifs/toasts: reverted all changes to notifications to c0ea060fATMDA6-443/+52
2025-11-12notif/toasts: refactoring colorsATMDA3-41/+8
2025-11-12notifs/toasts: refactoringATMDA3-91/+84
2025-11-12notifs/toasts: reworked notifications and toasts and how they display and ↵ATMDA5-18/+449
work together. see pull request comment.
2025-09-20sidebar/notifs: better anims + misc fixes2 * r + 2 * t1-1/+1
2025-09-18notifs: persistent notifs + better sidebar notifs2 * r + 2 * t2-11/+10
2025-09-18feat: add sidebar2 * r + 2 * t3-19/+32
WIP
2025-08-27internal: move notif icon lower2 * r + 2 * t1-1/+1
2025-08-24internal: use Anim component2 * r + 2 * t2-8/+2
2025-08-24internal: add canim component2 * r + 2 * t1-5/+2
2025-08-24internal: add anim component2 * r + 2 * t1-6/+0
No inlining
2025-08-14notifs: use secondary container2 * r + 2 * t1-3/+3
Instead of tertiary container
2025-08-14internal: better colourisation2 * r + 2 * t1-6/+2
2025-08-09notifs: fix actions colour when transp2 * r + 2 * t1-1/+1
Also more colour adjustments
2025-08-08internal: transparency support coming soon™2 * r + 2 * t1-3/+3
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-04internal: refactor widgets folder2 * r + 2 * t2-34/+36
Split into subdirs and rename to components
2025-07-16internal: use new qs importsSoramane4-10/+10
2025-07-16notifs: remove body if emptySoramane1-0/+1
2025-07-16notifs: pause expire on pressSoramane1-1/+8
2025-07-16notifs: fix interactionsSoramane1-290/+290
2025-07-16notifs: use app2unit for linksSoramane1-2/+5
also make links only reactive when expanded
2025-07-16notifs: add close buttonSoramane1-35/+48
Closes #220
2025-07-10internal: scroll fix part 22 * r + 2 * t1-1/+1
Closes #202
2025-07-09notifs: fix shrink height2 * r + 2 * t1-2/+2
Fix height when osd/session blocks
2025-07-09internal: pass around visibilities2 * r + 2 * t2-4/+10
Instead of singleton Also for panels
2025-07-09notifs: add indicators for offscreen notifs2 * r + 2 * t1-0/+42
2025-07-02internal: use layer.effect2 * r + 2 * t1-12/+5
Also use clipping rect for wallpaper item
2025-06-28config: fix overwrite on startup2 * r + 2 * t1-1/+1
2025-06-26icons: use variable axes2 * r + 2 * t1-3/+0
2025-06-25internal: move notif icon guessing to utils2 * r + 2 * t1-28/+2
2025-06-23notifs: dismiss notif on swipe2 * r + 2 * t1-2/+2
Fixes #141
2025-06-19input: ripple anim for all buttons2 * r + 2 * t1-2/+4
Also fix up colours for some statelayers Fix urgent notif action colours
2025-06-18notifs: fix material icon offset2 * r + 2 * t1-0/+5
2025-06-18dashboard: send notif when pfp changed2 * r + 2 * t1-3/+5
2025-06-18notifs: make links work2 * r + 2 * t1-1/+6
2025-06-17launcher: notify on scheme mode change error2 * r + 2 * t1-0/+2
2025-06-15feat: user config file2 * r + 2 * t3-19/+19
Config file at `~/.config/caelestia/shell.json`
2025-06-11notifs: match expand anim to container2 * r + 2 * t1-1/+4
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