summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/lib
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Refactor custom DNS and make editableOskar Nyberg1-1/+11
2021-08-19Move parts of advanced settings into openvpn and wireguard settingsOskar Nyberg1-1/+3
2021-08-17Implement filter by provider viewOskar Nyberg1-0/+1
2021-07-23Replace consumePromise with void operatorOskar Nyberg1-8/+5
2021-07-22Specify possible routes in enumOskar Nyberg2-2/+31
2021-07-02Add useAsyncEffect hookOskar Nyberg1-0/+21
2021-07-01Removed now unused transition rules and helper methodsOskar Nyberg1-42/+0
2021-07-01Add hook and HOC for our history implementationOskar Nyberg1-0/+18
2021-07-01Replace history methods with new ones more aligned with our needsOskar Nyberg1-51/+96
2021-06-28Improve navigation and transitions for out of time viewOskar Nyberg1-3/+9
2021-03-16Fix not setting account when not connected to daemonOskar Nyberg1-0/+7
2021-02-12Replace ip dependency with our own implementationOskar Nyberg1-0/+278
2021-01-26Split ipc initialization to prevent usage of ipcMain in rendererOskar Nyberg2-2/+6
2021-01-26Pass parsed translations over IPC to rendererOskar Nyberg1-0/+22
2021-01-15Implement logging functionalityOskar Nyberg1-0/+10
2020-12-10Move problem report ipc calls to ipc-event-channelOskar Nyberg1-53/+0
2020-11-16Forward ref into switchOskar Nyberg1-1/+1
2020-11-02Add list of added/removed locations to LocationListener argumentsOskar Nyberg1-9/+25
2020-10-30Add custom history implementationOskar Nyberg1-0/+112
2020-10-13Remember scroll position when navigating backOskar Nyberg1-1/+13
2020-09-24Make BlockingButton use a context instead of cloning childrenOskar Nyberg1-0/+15
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-81/+0
2020-05-18Add hook for getting redux actions in a functional componentOskar Nyberg1-0/+9
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the la...Andrej Mihajlov1-4/+1
2020-03-26Format account number when displaying itOskar Nyberg1-0/+8
2020-02-11Add account expiry warning notificationOskar Nyberg1-35/+0
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov1-199/+0
2019-09-11Add Constraint<T> and LiftedConstraint<T> helper typesAndrej Mihajlov1-6/+8
2019-08-16Move login to the main processAndrej Mihajlov1-118/+0
2019-07-30Allow setting TunnelProtocol constraint from GUIEmīls Piņķis1-3/+67
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis1-14/+8
2019-04-09Translate the map and relay listAndrej Mihajlov2-7/+7
2019-04-01Fix testsAndrej Mihajlov2-2/+119
2019-03-07Refactor AuthFailureError into parseAuthFailure()Andrej Mihajlov1-60/+50
2019-03-07Refactor codeAndrej Mihajlov1-5/+9
2019-03-01Convert AuthFailure to Error subclass and dynamically query gettext stringsAndrej Mihajlov1-48/+61
2019-03-01Move desktop to the rootAndrej Mihajlov5-0/+338