summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
AgeCommit message (Expand)AuthorFilesLines
2022-11-07Add view state to history location stateOskar Nyberg2-19/+10
2022-11-04Make DNS content blockers a collapsible sectionOskar Nyberg2-84/+89
2022-11-04Create expandable section componentOskar Nyberg4-41/+87
2022-10-21Switch to html formatting in translated stringsOskar Nyberg6-24/+22
2022-10-20Remove unnecessary PromiseHank1-3/+1
2022-10-20Make Content a separate component, add contextHank1-127/+133
2022-10-20Move collectLog to custom hookHank1-50/+46
2022-10-20Call sendReport directlyHank1-11/+2
2022-10-20Update dependency arraysHank1-2/+2
2022-10-20Convert ProblemReport to functional componentHank2-369/+394
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