Commit graph

509 commits

Author SHA1 Message Date
2 * r + 2 * t
6de0288b70 dashboard: design layout
Also use clippingrect to round swipeview
2025-05-17 23:02:38 +08:00
2 * r + 2 * t
6e82fbc8b9 refactor: use implicit size instead of actual size 2025-05-17 20:27:30 +08:00
2 * r + 2 * t
6e6db08726 feat: dashboard 2025-05-17 00:44:00 +08:00
2 * r + 2 * t
25e6f17c60 launcher: fallback app icon 2025-05-17 00:21:17 +08:00
2 * r + 2 * t
97406dfe97 interactions: fix mouse position
Didn't account for border thickness
2025-05-15 23:18:19 +08:00
2 * r + 2 * t
9637cf43a6 session: add scrim 2025-05-14 23:27:04 +08:00
2 * r + 2 * t
6b1d5aaf98 dev: fix deprecated window width & height 2025-05-14 20:56:44 +08:00
2 * r + 2 * t
44953ee25f launcher: remove old file 2025-05-13 23:24:38 +08:00
2 * r + 2 * t
f8eb1b69a0 launcher: move to drawers 2025-05-13 23:12:23 +08:00
2 * r + 2 * t
ea4aedd625 session: show/hide on drag 2025-05-13 19:15:02 +10:00
2 * r + 2 * t
3fd429c9f3 session: move to drawers 2025-05-13 19:01:00 +10:00
2 * r + 2 * t
8ea4362ba1 notifs: move to drawers 2025-05-13 18:23:11 +10:00
2 * r + 2 * t
9c3e2fffbd osd: fix show on hover + show on audio/brightness change 2025-05-13 17:43:04 +10:00
2 * r + 2 * t
1656e5c355 osd: show on hover 2025-05-13 17:06:21 +10:00
2 * r + 2 * t
ad7c6ea98e refactor: move to single window 2025-05-13 16:30:53 +10:00
2 * r + 2 * t
c64e602725 notifs: better sliding
Wrap with clippingrect so x doesnt reset when element is added/removed
Also clippingrect rounds the ends when sliding
2025-05-13 14:17:24 +10:00
2 * r + 2 * t
22a99154b7 bar: temp import players so ipc works 2025-05-12 18:58:29 +10:00
2 * r + 2 * t
fede76bbae notifs: fix crash 2025-05-12 18:58:03 +10:00
2 * r + 2 * t
8c35d87a9f notifs: properly fix multiline summaries 2025-05-12 17:57:38 +10:00
2 * r + 2 * t
6f7aff6f34 notifs: show multiline summary on expand
Also fix action binding loop
2025-05-12 17:33:17 +10:00
2 * r + 2 * t
61c5c46b91 brightness: fix for brightnessctl 2025-05-12 13:56:15 +10:00
2 * r + 2 * t
5ca283f43b session: disable show on hover 2025-05-12 13:35:47 +10:00
2 * r + 2 * t
484478b5b3 session: fix activate on key
Return and enter are two different keys???
2025-05-12 00:04:09 +10:00
2 * r + 2 * t
60858f6f02 feat: session menu 2025-05-11 23:55:05 +10:00
2 * r + 2 * t
a2c3417675 osd: fix show on hover 2025-05-11 21:24:14 +10:00
2 * r + 2 * t
925c5176ae notifs: disable listview interactivity 2025-05-11 20:10:10 +10:00
2 * r + 2 * t
dbe4852ed6 feat: mpris shortcuts + ipc 2025-05-11 18:42:45 +10:00
2 * r + 2 * t
69c9eba3f5 notif: allow markdown in body 2025-05-10 23:58:50 +10:00
2 * r + 2 * t
253fb68578 notifs: optional action on click 2025-05-10 23:36:07 +10:00
2 * r + 2 * t
e7c2c2bc6d notifs: add guess 2025-05-10 23:28:10 +10:00
2 * r + 2 * t
bcb0b3df39 notifs: all notifs have icon
Guess icon or default
2025-05-10 23:25:38 +10:00
2 * r + 2 * t
5c807fc549 notifs: colour by urgency 2025-05-10 22:58:48 +10:00
2 * r + 2 * t
901ad989d5 notifs: notif actions 2025-05-10 22:40:23 +10:00
2 * r + 2 * t
0b0657314f notifs: invoke action on click if only single action 2025-05-10 21:43:23 +10:00
2 * r + 2 * t
ae67668fc2 notifs: option to have expire timeout
Also remove scrollbar and reduce expand drag threshold
2025-05-10 21:22:40 +10:00
2 * r + 2 * t
78ce9835ca notifs: close on middle button 2025-05-10 21:12:12 +10:00
2 * r + 2 * t
60254019c8 feat: expandable notifs 2025-05-10 21:04:17 +10:00
2 * r + 2 * t
f0e0569737 launcher: fix interrupted transitions 2025-05-10 20:19:53 +10:00
2 * r + 2 * t
4c892f53e8 notifs: slide to remove 2025-05-10 19:52:35 +10:00
2 * r + 2 * t
dcde23a82b notifs: minor fixes 2025-05-10 19:04:41 +10:00
2 * r + 2 * t
89bb774012 refactor: manually animate rect if needed
No need for animate prop, it's used too little so just manually set it if needed to save memory
2025-05-10 18:49:10 +10:00
2 * r + 2 * t
0bac8f983a notifs: fix first notif open anim 2025-05-10 18:45:07 +10:00
2 * r + 2 * t
8c2bda4cff notifs: actual list 2025-05-10 18:38:00 +10:00
2 * r + 2 * t
6b64c8a918 feat: basic notifications
Also fix pixel issue with notif area background
Add more log rules to run script
2025-05-10 17:31:04 +10:00
2 * r + 2 * t
ed55afbcd8 launcher: better style 2025-05-09 22:24:49 +10:00
2 * r + 2 * t
e45083b2a8 launcher: fix flatten anim 2025-05-08 21:11:08 +10:00
2 * r + 2 * t
8212be0267 osd: fix flatten anim 2025-05-08 21:07:25 +10:00
2 * r + 2 * t
a1ed341639 feat: notification popup area 2025-05-08 20:58:18 +10:00
2 * r + 2 * t
23482ac1f7 refactor: split drawers
Split off interactions into new file
Also fix hover osd
2025-05-08 13:45:08 +10:00
2 * r + 2 * t
ac2ef10d3f refactor: move drawers into separate module 2025-05-08 13:32:27 +10:00