2 * r + 2 * t
|
c4539d6960
|
refactor: icons follow builders pattern
Also add icon size() shorthand
And builder scale()
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
6573a62fc5
|
refactor: use Font.Xxx enum for weights
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
3e1a993cfc
|
fix: font builder usage
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
fee0167908
|
fix: use font alias on IconButton callers
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
acd492b3ea
|
refactor: migrate MaterialIcon font to fontStyle
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
9de9e7ec98
|
refactor: migrate rest of the stuff to new font api
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
be357343ff
|
refactor: migrate notifications + sidebar to new font API
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
52272c062d
|
feat: use M3 spacing tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
57db6e246c
|
feat: use M3 padding tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
711587d193
|
refactor: migrate to new rounding tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
d675478e91
|
refactor: use new anim type prop
|
2026-04-15 18:32:19 +10:00 |
|
2 * r + 2 * t
|
71dd7b4db8
|
chore: format QML imports
|
2026-04-11 22:17:24 +10:00 |
|
2 * r + 2 * t
|
d99fefdd34
|
fix: use correct anim tokens in QML
|
2026-04-11 21:41:31 +10:00 |
|
2 * r + 2 * t
|
3a37d77d1f
|
feat: replace qml config module with c++ module
|
2026-04-11 21:18:56 +10:00 |
|
2 * r + 2 * t
|
a40b1c2c77
|
fix: use bound component context
|
2026-04-03 22:37:35 +11:00 |
|
2 * r + 2 * t
|
5b153fde8f
|
fix: batch clear all notifs to prevent blocking
|
2026-04-03 20:47:13 +11:00 |
|
2 * r + 2 * t
|
b83ac6e50a
|
feat: use curve for notif clear all anim
Speeds up clearing large numbers of notifications
|
2026-04-03 20:25:04 +11:00 |
|
2 * r + 2 * t
|
736eda6715
|
feat: c++ resizable list view component
Partially fixes notif dock lag
|
2026-04-03 02:13:47 +11:00 |
|
八奈見 レイ
|
36aac876cc
|
feat: add option to change notif dock placeholder (#1190)
* config: added option to change NotifDock Pictures
* NotifDock: change config option `notifDockPic` to `noNotifsPic` and similar for lockscreen too
* lockscreenNoNotifsPic -> lockNoNotifsPic
* fix lint
---------
Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
|
2026-03-31 16:29:16 +11:00 |
|
2 * r + 2 * t
|
d0f2df9bae
|
chore: fix all import formats
|
2026-03-22 06:02:19 +11:00 |
|
2 * r + 2 * t
|
8090f21499
|
chore: fix sidebar linter warnings
|
2026-03-21 16:38:48 +11:00 |
|
2 * r + 2 * t
|
a3b3c88f02
|
fix: template string unused import false positives
|
2026-03-20 22:38:09 +11:00 |
|
2 * r + 2 * t
|
789c3fb6da
|
feat: async sidebar
|
2026-03-20 01:24:13 +11:00 |
|
2 * r + 2 * t
|
4f7f21a86d
|
internal: no async loaders
Fixes reload issue and all stuff not loading issues
|
2026-01-16 01:40:38 +11:00 |
|
2 * r + 2 * t
|
9523fdf0eb
|
sidebar/notifs: add link support
|
2025-09-21 14:24:35 +10:00 |
|
2 * r + 2 * t
|
1a1145f2f4
|
sidebar/notifs: better count anim
|
2025-09-20 20:54:34 +10:00 |
|
2 * r + 2 * t
|
5f1ffb32f4
|
sidebar/notifs: fix interactions outside container
|
2025-09-20 16:21:42 +10:00 |
|
2 * r + 2 * t
|
89d46c1b2f
|
sidebar/notifs: better anims + misc fixes
|
2025-09-20 15:47:44 +10:00 |
|
2 * r + 2 * t
|
c6b91f1299
|
sidebar/notifs: sort groups by latest notif
|
2025-09-20 00:06:08 +10:00 |
|
2 * r + 2 * t
|
ccc398b2a0
|
internal: better scroll bar
|
2025-09-19 23:56:17 +10:00 |
|
2 * r + 2 * t
|
7efc0d54ea
|
sidebar/notifs: fix clear all button & expand bugs
Disable expand on drag on notifs when expanded (fixes drag expansion bugs and feels better)
Also add scrollbar
|
2025-09-19 22:59:45 +10:00 |
|
2 * r + 2 * t
|
eab211b289
|
sidebar/notifs: fix count updating
|
2025-09-19 22:47:15 +10:00 |
|
2 * r + 2 * t
|
9dfb195913
|
sidebar/notifs: add actions (#648)
* add actions (not done, transfer between machines)
* notifs: fix persistence
* notifs: persist actions (appearance only)
* sidebar/notifs: add actions
* sidebar/notifs: add copy action
Also actions fill width
* sidebar/notifs: better actions
Fade at edges when scrollable
* sidebar/notifs: fix urgency colours & icon
* sidebar/notifs: remove unnecessary clipping
* sidebar/notifs: fix artifacts with actions
|
2025-09-19 22:43:50 +10:00 |
|
2 * r + 2 * t
|
1e35caa6f7
|
sidebar/notifs: add mouse actions
|
2025-09-19 00:08:56 +10:00 |
|
2 * r + 2 * t
|
ef5936d0ab
|
notifs: persistent notifs + better sidebar notifs
|
2025-09-18 23:39:23 +10:00 |
|
2 * r + 2 * t
|
b5b536ac8f
|
sidebar: add notifs
|
2025-09-18 20:37:00 +10:00 |
|