summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2021-12-03Prevent WireGuard key from being obscured in clipboard labelOskar Nyberg1-1/+5
2021-12-03Update account token styles in new account viewOskar Nyberg2-4/+7
2021-12-03Update appearance of account number labelOskar Nyberg2-34/+82
2021-11-26Add logging when quitting and crashingOskar Nyberg1-0/+14
2021-11-23Revert "Increase line height with 1px on big text to fit "g""Oskar Nyberg1-1/+1
2021-11-23Increase location line height to 36pxOskar Nyberg1-0/+1
2021-11-23Implement tests for list diffOskar Nyberg1-2/+2
2021-11-23Use list component in split tunneling settingsOskar Nyberg2-38/+32
2021-11-23Use list component in CustomDnsSettingsOskar Nyberg1-8/+20
2021-11-23Add component for rendering listsOskar Nyberg1-0/+148
2021-11-23Make sure accordion onTransitionEnd is from correct transitionOskar Nyberg1-5/+7
2021-11-23Prevent duplicate custom DNS addressesOskar Nyberg1-21/+29
2021-11-22Move platform version checks to it's own fileOskar Nyberg3-8/+26
2021-11-22Add support for passing --quit-without-disconnectOskar Nyberg1-22/+35
2021-11-17Rename recoverFromBootstrapErrorOskar Nyberg1-9/+8
2021-11-17Catch uncaught promise rejection when failing to connect to daemonOskar Nyberg1-1/+3
2021-11-17Disconnect only when connectedOskar Nyberg1-1/+3
2021-11-16Store locations in english and translate for renderingOskar Nyberg3-32/+12
2021-11-16Use setContentSize instead of setSizeOskar Nyberg2-41/+40
2021-11-16Check content height on resizeOskar Nyberg2-4/+10
2021-11-15Replace window controller instead of windowOskar Nyberg2-20/+14
2021-11-15Increase line height with 1px on big text to fit "g"Oskar Nyberg1-1/+1
2021-11-04Add sans-serif as fallback fontOskar Nyberg1-1/+1
2021-11-02Add blur to transparent buttonsOskar Nyberg2-3/+12
2021-11-02Wrap daemon event stream cancel call in setImmediateOskar Nyberg1-1/+4
2021-11-02Add margin on Windows 11Oskar Nyberg1-5/+11
2021-11-01Refactor error views and use svg logo textOskar Nyberg3-87/+57
2021-11-01Use real logo text in header barOskar Nyberg1-16/+5
2021-10-27Handle listeners better when switching between pinned/unpinned windowOskar Nyberg2-10/+17
2021-10-27Update position of app when dragged on macOSOskar Nyberg2-35/+42
2021-10-27Check tray prosition multiple times after screen resizeOskar Nyberg2-2/+15
2021-10-27Hide features that require daemon connection while not connectedOskar Nyberg5-2/+25
2021-10-27Make text in logo more similar to real logoOskar Nyberg1-2/+5
2021-10-26Set window color to #FFF on WindowsOskar Nyberg1-1/+4
2021-10-18Update scrollbar opacityOskar Nyberg1-2/+2
2021-10-12Prevent split tunnel app name overflowOskar Nyberg3-3/+18
2021-10-12Detect tray color and use appropriate icon colorOskar Nyberg2-24/+129
2021-10-12Add missing dispose call for trayIconControllerOskar Nyberg1-0/+2
2021-10-12Set filter button wrapper to flex display to prevent extra heightOskar Nyberg1-0/+1
2021-10-06Switch to connecting state when receiving reconnect disconnecting eventOskar Nyberg1-2/+9
2021-10-05Prevent app from showing when dragging icon on macOSOskar Nyberg1-11/+15
2021-10-05Make sure time since key was generated is positiveOskar Nyberg2-2/+3
2021-10-01Allow writing to clipboardOskar Nyberg1-1/+5
2021-09-30Wait with switch onChange until after transitionOskar Nyberg1-2/+13
2021-09-30Fix size of TransitionContainer to make settings pages scrollableOskar Nyberg1-0/+2
2021-09-30Update @types/node to latestOskar Nyberg2-2/+2
2021-09-30Replace uuid module with node 16.5's crypto.randomUUID()Oskar Nyberg1-2/+2
2021-09-30Deny window open requestsOskar Nyberg1-6/+6
2021-09-30Remove workaround for "Uncaught error" prefixOskar Nyberg1-28/+1
2021-09-30Add workaround for blurry map during transitionsOskar Nyberg1-1/+3