summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/Switch.tsx
AgeCommit message (Expand)AuthorFilesLines
2024-11-14Move gui directory to desktop/packages/mullvad-vpnOskar1-72/+0
2024-05-28Add lint exception for some aria and testid propsOskar Nyberg1-2/+0
2024-01-31Adapt Electron frontend to new access method settings formatMarkus Pettersson1-0/+2
2024-01-29Decrease size of switchOskar Nyberg1-10/+10
2023-10-30Adjust codebase to breaking changes in styled components v6Oskar Nyberg1-6/+6
2022-04-05Fix import orderingOskar Nyberg1-0/+1
2022-01-24Remove Switch drag function and onChange delayOskar Nyberg1-136/+10
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