summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/Switch.tsx
AgeCommit message (Expand)AuthorFilesLines
2021-12-07Add possibility to change switch valueOskar Nyberg1-2/+6
2021-09-30Wait with switch onChange until after transitionOskar Nyberg1-2/+13
2020-11-16Forward ref into switchOskar Nyberg1-1/+9
2020-09-17Add aria-disabled to disabled switchesOskar Nyberg1-0/+1
2020-09-17Connect inputs, labels and descriptions with aria attributesOskar Nyberg1-10/+8
2020-09-11Make Switch act as checkbox when using screenreaderOskar Nyberg1-0/+2
2020-07-13Scale down UI elementsOskar Nyberg1-5/+5
2020-05-25Add disabled functionality to switch, cell input and cell labelOskar Nyberg1-15/+41
2020-05-15Convert Cell to Styled componentsOskar Nyberg1-1/+5
2020-04-28Convert Switch.tsx to styled componentsOskar Nyberg1-162/+80
2019-09-09Use ReactXP abstractions in SwitchAndrej Mihajlov1-95/+174
2019-03-01Move desktop to the rootAndrej Mihajlov1-0/+146