summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-18Simplify selectedEntryLocationHank1-4/+1
2022-10-18Simplify multihopEnabledHank1-7/+5
2022-10-18Remove state and just memoize the valuesHank1-41/+40
2022-10-18Make SelectLocationPage use hooksHank1-84/+135
2022-10-17Update ipc webcontents handling to be less complexOskar Nyberg3-52/+25
2022-10-17Refactor useRecoveryActionHank1-34/+36
2022-10-17Remove unnecessary useMemoHank1-7/+4
2022-10-17Simplify contextHank1-69/+51
2022-10-17Remove unused containerHank1-44/+0
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 componentHank4-201/+176
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 componentHank3-247/+207
2022-10-10Remove unecessary bind(this)Hank1-2/+0
2022-10-10Use SelectLanguage componentHank3-29/+4
2022-10-10Make SelectLanguage.tsx a functional componentHank2-79/+76
2022-10-07Update rbush and @types/rbushHank1-5/+5
2022-10-07Upgrade TypeScript and fix resulting compilation errorsOskar Nyberg5-23/+19
2022-10-07Update react and react-domHank6-5/+9
2022-10-07Update eslint related packagesHank2-6/+0
2022-10-06Simplify command line argument checkingOskar Nyberg3-7/+22
2022-10-06Add command line option for forwarding renderer log to main console loggerOskar Nyberg2-1/+6
2022-10-06Add command line option to not open devtoolsOskar Nyberg3-7/+11
2022-10-05Fix flickering when selecting a selector value while custom is focusedOskar Nyberg1-44/+68
2022-10-05Update formatTimeLeft to also display "less than a day left"Hank1-0/+4
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-03Prevent React from looking for devtools when running in CIOskar Nyberg1-0/+4
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