summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2022-09-29Rename interface settings to user interface settingsOskar Nyberg5-22/+26
2022-09-28Correct translation of the polish language alternativeOskar Nyberg1-1/+1
2022-09-27Use new custom value selector for Wireguard port selectorOskar Nyberg1-5/+30
2022-09-27Add selector that supports custom value entryOskar Nyberg1-4/+134
2022-09-27Make Input a functional component and improve ref handlingOskar Nyberg1-98/+85
2022-09-27Handle WireguardEndpointDataOskar Nyberg7-20/+94
2022-09-27Update usages of Selector for updated implementationOskar Nyberg6-110/+96
2022-09-27Update selector to handle automatic valuesOskar Nyberg1-42/+61
2022-09-20Don't do screenshot matching. Remove global transition setting (#3937)hankolsen1-13/+0
2022-09-20Try 0ms transitionsHank1-1/+1
2022-09-20Simplify expressionHank1-6/+11
2022-09-20Disable transitions globally when running testsHank2-1/+14
2022-09-20Disable map animations during e2e tests. Run tests without waiting for animat...Hank2-1/+2
2022-09-20Add sepearate implementation for main-process for testsOskar Nyberg2-7/+3
2022-09-20Make eslint ignore all javascript files, until we have it configured correctlyHank1-0/+1
2022-09-15Fix notification croppingOskar Nyberg2-2/+9
2022-09-15Simplify notification banner implementationOskar Nyberg2-29/+10
2022-09-14Fix transition when navigating from device revoked to loginOskar Nyberg1-4/+3
2022-09-14Add overflow hidden to ModalContent to prevent scrollbarOskar Nyberg1-0/+1
2022-09-09Add transition when logging outOskar Nyberg5-28/+35
2022-09-09Add component for pausing reduxOskar Nyberg4-17/+55
2022-09-08Move account number row and expiry row to functional componentsOskar Nyberg2-18/+21
2022-09-06Move default settings to its own fileOskar Nyberg2-67/+73
2022-09-06Remove arrow on top of window on macOSOskar Nyberg7-82/+30
2022-09-05Fix logout dialog flickeringOskar Nyberg1-12/+12
2022-09-05Improve appearance for Automatic button in bridge selectorOskar Nyberg2-82/+56
2022-09-05Make LocationRow components allow optional argumentsOskar Nyberg1-36/+51
2022-09-02Show large title in settings when logged inOskar Nyberg1-7/+4
2022-08-29Enable interface settings when logged outOskar Nyberg1-1/+5
2022-08-29Replace the remaining mentions of Always require VPNOskar Nyberg3-7/+11
2022-08-26Fix login not focused when submitted after failureOskar Nyberg1-2/+1
2022-08-26Simplify app quit procedureOskar Nyberg3-63/+49
2022-08-23Improve log-out-device stringOskar Nyberg1-1/+1
2022-08-23Improve device-offline messageOskar Nyberg1-1/+1
2022-08-23Remove use of --quit-without-disconnect and limitations due to disconnectingOskar Nyberg1-15/+4
2022-08-23Stay connected when electron app is killedOskar Nyberg1-29/+22
2022-08-22Improve how information is passed between components in main processOskar Nyberg7-143/+205
2022-08-22Move functions within index.tsOskar Nyberg1-31/+27
2022-08-22Move account code to it's own fileOskar Nyberg2-226/+273
2022-08-22Move gui settings to settings.tsOskar Nyberg2-66/+84
2022-08-22Move settings related code to it's own classOskar Nyberg2-146/+198
2022-08-22Move tunnel-state related code to it's own classOskar Nyberg2-86/+131
2022-08-22Move relay related code to it's own classOskar Nyberg2-93/+119
2022-08-22Move problem report code to it's own fileOskar Nyberg2-59/+77
2022-08-22Refactor version related code to it's own classOskar Nyberg2-121/+154
2022-08-22Move tray and window handling to new UserInterface classOskar Nyberg5-765/+778
2022-08-22Move daemon connection state to daemon-rpcOskar Nyberg2-26/+27
2022-08-22Move daemon UDS path to daemon-rpcOskar Nyberg2-6/+6
2022-08-22Curry IpcMainEventChannel functions with WebContents where applicableOskar Nyberg2-6/+48
2022-08-22Compress IPC calls in rendererOskar Nyberg1-116/+46