summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Make locations expand correctly on filter changeOskar Nyberg5-15/+38
2022-11-24Improve code documentationOskar Nyberg9-14/+44
2022-11-24Move relay list logic to RelayListContext and scroll logic to ScrollPositionC...Oskar Nyberg6-360/+391
2022-11-24Add search field to select location viewOskar Nyberg9-176/+272
2022-11-24Move relay filtering to filter-relays.tsOskar Nyberg6-83/+86
2022-11-24Refactor SelectLocation and its subcomponentsOskar Nyberg23-1503/+1267
2022-11-24Move select location components to new directory and split components upOskar Nyberg13-741/+818
2022-11-24Move search bar to it's own fileOskar Nyberg3-104/+117
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-07Save expanded state for sections in location state and restore on navigationOskar Nyberg5-10/+26
2022-11-07Add view state to history location stateOskar Nyberg6-116/+34
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-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 Nyberg3-19/+13