summaryrefslogtreecommitdiff
path: root/components/controls (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-19internal: better scroll bar2 * r + 2 * t1-8/+72
2025-09-15internal: fix splitbutton expand statelayer2 * r + 2 * t1-2/+2
2025-09-15utilities: fix colours2 * r + 2 * t3-7/+15
Fix transparency + some button colours
2025-09-15utilities/toggles: convert to row of icon buttons2 * r + 2 * t1-1/+4
2025-09-15utilities/record: allow pause/resume recording2 * r + 2 * t4-31/+41
2025-09-15utilities/record: select mode2 * r + 2 * t5-6/+355
2025-09-14utilities: add recording delete confirmation2 * r + 2 * t2-3/+69
2025-09-14utilities: add recording control2 * r + 2 * t2-1/+81
2025-09-13internal: use templates2 * r + 2 * t4-4/+7
2025-09-13plugin: managers -> internal2 * r + 2 * t1-1/+1
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t3-157/+111
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-12internal: fix crash2 * r + 2 * t1-22/+31
2025-09-12osd: loader content2 * r + 2 * t1-3/+7
2025-08-24internal: use Anim component2 * r + 2 * t5-27/+10
2025-08-24internal: add canim component2 * r + 2 * t3-20/+4
2025-08-23popouts/network: better rescan loading2 * r + 2 * t1-0/+6
2025-08-17internal: scale rounding properly2 * r + 2 * t2-3/+3
2025-08-14internal: better loading indicator2 * r + 2 * t2-65/+193
Abstract circular progress into own component
2025-08-08internal: fix more colours2 * r + 2 * t1-1/+1
2025-08-08internal: transparency support coming soon™2 * r + 2 * t4-6/+8
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07internal: fix transparent transitions2 * r + 2 * t1-1/+1
2025-08-05internal: position slider handle correctly2 * r + 2 * t1-19/+17
Also better labels for audio popout
2025-08-05bar/popouts: add audio device switcher (#319)Laurens Duin3-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>
2025-08-04internal: refactor widgets folder2 * r + 2 * t7-0/+638
Split into subdirs and rename to components