summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Move search bar to it's own fileOskar Nyberg3-104/+117
2022-11-23Fix race condition when updating IPC target when recreating windowOskar Nyberg2-6/+17
2022-11-23Add quit button to context menuOskar Nyberg2-16/+30
2022-11-23Change text of quit buttonOskar Nyberg1-1/+4
2022-11-22Fix double header row in filter viewOskar Nyberg1-3/+1
2022-11-07Add developer tools viewOskar Nyberg4-0/+110
2022-11-07Improve renderer log forwardingOskar Nyberg3-12/+32
2022-11-07Save expanded state for sections in location state and restore on navigationOskar Nyberg6-11/+27
2022-11-07Add view state to history location stateOskar Nyberg9-126/+41
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-21Replace markdown formatter with HTML formatterOskar Nyberg2-19/+18
2022-10-20Remove withHistoryHank1-14/+1
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 componentHank3-408/+394
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