summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
AgeCommit message (Expand)AuthorFilesLines
2022-10-17Refactor useRecoveryActionHank1-34/+36
2022-10-17Remove unnecessary useMemoHank1-7/+4
2022-10-17Simplify contextHank1-69/+51
2022-10-17Make ExpiredAccountErrorView.tsx a functional componentHank2-192/+270
2022-10-13Use useBoolean hookHank1-26/+21
2022-10-13Use context to share logicHank1-57/+98
2022-10-13Create functional componentHank2-167/+174
2022-10-11Don't use refHank1-4/+4
2022-10-11Make AppRouter a functional componentHank1-82/+51
2022-10-11Move prev isOpen into shared state to fix issue with setter running asynchron...Oskar Nyberg1-12/+15
2022-10-11Remove unnecessary key that was misleadingOskar Nyberg1-1/+1
2022-10-11Remove unused codeHank1-40/+1
2022-10-11Add history.show to dependeny arrayHank1-1/+1
2022-10-11Rewrite useMemo typingsHank1-5/+5
2022-10-11Use connection.status instead of using a seperate useSelectorHank1-11/+10
2022-10-11Make Connect a functional componentHank2-142/+207
2022-10-10Use SelectLanguage componentHank1-2/+2
2022-10-10Make SelectLanguage.tsx a functional componentHank1-77/+74
2022-10-07Update rbush and @types/rbushHank1-5/+5
2022-10-07Upgrade TypeScript and fix resulting compilation errorsOskar Nyberg2-2/+5
2022-10-07Update react and react-domHank5-3/+6
2022-10-05Fix flickering when selecting a selector value while custom is focusedOskar Nyberg1-44/+68
2022-10-05Change straight apostrophes to curly apostrophesHank3-3/+3
2022-10-04Make input controlledOskar Nyberg1-77/+59
2022-10-04Make Input component both controlled and uncontrolled depending on propsOskar Nyberg3-23/+37
2022-10-04Handle edge cases for custom option selectorOskar Nyberg3-72/+102
2022-10-04Remove custom WireGuard port footerOskar Nyberg1-13/+0
2022-10-03Create common component for all view footersOskar Nyberg14-99/+50
2022-10-03Rename Footer to CellFooterOskar Nyberg10-75/+75
2022-10-03Use common definition for button spacingOskar Nyberg11-110/+108
2022-10-03Use common definition for row margin bottomOskar Nyberg9-37/+22
2022-10-03Use common definition for view marginOskar Nyberg17-44/+47
2022-10-03Use common definition for row heightOskar Nyberg11-33/+42
2022-10-03Add test for ensuring country is setOskar Nyberg2-6/+8
2022-10-03Remove unused codeHank1-23/+0
2022-10-03Use rounded corners on Scrollbar backgrodunHank1-0/+1
2022-10-03Use translate3d in getMarkerImageStyleHank1-1/+1
2022-10-03Add will-change to TransitionContainer.tsxHank1-0/+1
2022-10-03Use translate3d for TransitionContainer.tsxHank1-1/+1
2022-10-03Use translate3d and update will-change for Marquee.tsxHank1-2/+2
2022-10-03Don't transition blur when opening ModalHank1-1/+1
2022-09-29Rename interface settings to user interface settingsOskar Nyberg3-20/+24
2022-09-27Use new custom value selector for Wireguard port selectorOskar Nyberg1-5/+30
2022-09-27Add selector that supports custom value entryOskar Nyberg1-4/+134
2022-09-27Make Input a functional component and improve ref handlingOskar Nyberg1-98/+85
2022-09-27Update usages of Selector for updated implementationOskar Nyberg5-110/+92
2022-09-27Update selector to handle automatic valuesOskar Nyberg1-42/+61
2022-09-15Fix notification croppingOskar Nyberg1-2/+2
2022-09-15Simplify notification banner implementationOskar Nyberg2-29/+10
2022-09-14Add overflow hidden to ModalContent to prevent scrollbarOskar Nyberg1-0/+1