summaryrefslogtreecommitdiff
path: root/modules/dashboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* internal: fix transparent transitions2 * r + 2 * t2025-08-071-1/+1
|
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-071-0/+7
| | | | | | | | | | | * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-51/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor widgets folder2 * r + 2 * t2025-08-0411-13/+18
| | | | Split into subdirs and rename to components
* dashboard: display correct temp units2 * r + 2 * t2025-08-041-2/+6
|
* dashboard: fix tab desync2 * r + 2 * t2025-08-041-0/+2
| | | | Fixes #324
* internal: better shadow2 * r + 2 * t2025-08-031-5/+2
|
* dashboard: better no media2 * r + 2 * t2025-08-021-29/+26
| | | | Closes #323
* dashboard: fix player selector icons2 * r + 2 * t2025-08-021-6/+7
|
* dashboard: fix player selector2 * r + 2 * t2025-08-011-19/+50
| | | | Fixes #320
* internal: loader extra clock components2 * r + 2 * t2025-07-311-6/+13
|
* dashboard: fix time spacing2 * r + 2 * t2025-07-311-2/+3
|
* dashboard: fix media player selector2 * r + 2 * t2025-07-311-1/+3
| | | | Disable when only one player
* dashboard: better media player selector2 * r + 2 * t2025-07-311-103/+73
|
* dashboard: better play button2 * r + 2 * t2025-07-311-27/+63
|
* config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin2025-07-311-49/+46
| | | | | | | | | | | | | | | | | | | | | * bar: add 12h clock option * feat: allow custom format config * feat: 12h clock based on locale with config * chore: cleanup * fix: PR comments, add automatic fahrenheit * fix: formatting * dashboard: fix up date time * lock: better 12h clock --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
* media: display hh:mm:ss2 * r + 2 * t2025-07-281-1/+8
| | | | Closes #287
* dashboard: fix uptime2 * r + 2 * t2025-07-271-2/+2
|
* dcontent: add panes2 * r + 2 * t2025-07-261-2/+0
|
* config: allow enable/disable panels2 * r + 2 * t2025-07-261-3/+2
| | | | Closes #240
* filedialog: better icon filtering2 * r + 2 * t2025-07-221-1/+1
| | | | | | Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils
* feat: better file dialog2 * r + 2 * t2025-07-201-6/+6
|
* internal: create service configSoramane2025-07-161-1/+1
|
* internal: use new qs importsSoramane2025-07-1613-42/+42
|
* dashboard: use file uptime2 * r + 2 * t2025-07-121-9/+21
|
* internal: fix scrolling for high res devices2 * r + 2 * t2025-07-091-2/+3
| | | | Implements first part of #202
* dashboard: use shape for media visualiser2 * r + 2 * t2025-07-091-41/+35
| | | | More cpu efficient
* internal: better ripple anim2 * r + 2 * t2025-07-091-20/+17
| | | | | Fade after expansion, also correctly calculate ripple size Also fix ripples triggering on disabled buttons
* paths: decode urls2 * r + 2 * t2025-07-071-1/+1
| | | | Fixes spaces in paths breaking things
* dashboard: fix pfp picker2 * r + 2 * t2025-07-074-16/+22
| | | | Fixes caelestia-dots/caelestia#21
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-1/+1
| | | | | | | | | | | | * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: make weather reload on creation2 * r + 2 * t2025-06-281-4/+1
| | | | Cause loadered
* dashboard: optimise systemusage2 * r + 2 * t2025-06-282-1/+8
| | | | Ref same way as cava
* dashboard: optimise cava2 * r + 2 * t2025-06-281-0/+4
| | | | Use refs to prevent loading at all times
* dashboard: loader panes2 * r + 2 * t2025-06-284-22/+27
|
* internal: use layouts for dashboard2 * r + 2 * t2025-06-282-8/+25
|
* dashboard: loader content2 * r + 2 * t2025-06-283-16/+31
|
* config: allow resolving paths from home2 * r + 2 * t2025-06-282-5/+3
|
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-3/+3
|
* icons: fix grade more icons2 * r + 2 * t2025-06-273-4/+8
| | | | | | Media and pfp fallback icons Also fix dashboard user os icon
* icons: use variable axes2 * r + 2 * t2025-06-261-3/+0
|
* dashboard: fix calendar2 * r + 2 * t2025-06-261-1/+1
| | | | Fixes days in negative utc timezones
* config: make gifs configurable2 * r + 2 * t2025-06-252-2/+2
|
* dashboard: better vertical spacing for media2 * r + 2 * t2025-06-221-0/+2
|
* internal: remove unnecessary2 * r + 2 * t2025-06-191-1/+0
|
* dashboard: fix media eliding2 * r + 2 * t2025-06-191-29/+32
| | | | Also center icons
* input: ripple anim for all buttons2 * r + 2 * t2025-06-191-6/+3
| | | | | Also fix up colours for some statelayers Fix urgent notif action colours
* dashboard: fix tab indicator offset2 * r + 2 * t2025-06-192-2/+2
|
* dashboard: fix blurry media pane2 * r + 2 * t2025-06-191-12/+10
|
* dashboard: send notif when pfp changed2 * r + 2 * t2025-06-181-0/+1
|