summaryrefslogtreecommitdiff
path: root/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin: saveItem ensure parent dir2 * r + 2 * t2025-08-271-3/+1
| | | | Also const everything and format
* internal: async save item2 * r + 2 * t2025-08-261-3/+3
| | | | Fixes #180
* internal: cleanup2 * r + 2 * t2025-08-241-4/+0
|
* internal: use Anim component2 * r + 2 * t2025-08-2411-63/+21
|
* internal: add canim component2 * r + 2 * t2025-08-2410-54/+20
|
* internal: add anim component2 * r + 2 * t2025-08-243-12/+8
| | | | No inlining
* popouts/network: better rescan loading2 * r + 2 * t2025-08-231-0/+6
|
* internal: scale rounding properly2 * r + 2 * t2025-08-172-3/+3
|
* internal: better loading indicator2 * r + 2 * t2025-08-142-65/+193
| | | | Abstract circular progress into own component
* internal: better colourisation2 * r + 2 * t2025-08-142-1/+86
|
* picker: fix clients for special ws2 * r + 2 * t2025-08-091-2/+0
| | | | Also focus on first window if none focused on init
* internal: fix more colours2 * r + 2 * t2025-08-081-1/+1
|
* internal: colour fixes2 * r + 2 * t2025-08-081-1/+1
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-0811-18/+20
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: fix transparent transitions2 * r + 2 * t2025-08-073-3/+3
|
* internal: position slider handle correctly2 * r + 2 * t2025-08-051-19/+17
| | | | Also better labels for audio popout
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-053-1/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: use device scaling for image caching (#348)Davi Ribeiro2025-08-051-3/+8
| | | | | | | | | * internal: fixes image caching (#275) * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor widgets folder2 * r + 2 * t2025-08-0430-0/+1906
Split into subdirs and rename to components