summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Create tray icon after tunnel state is knownOskar Nyberg2-6/+33
2020-03-26Format account number when displaying itOskar Nyberg5-13/+44
2020-03-26Add beta program toggle in preferencesOskar Nyberg6-0/+42
2020-03-26Prevent expiry notification from showing if account has expiredOskar Nyberg1-0/+1
2020-03-26Keep old viewport bounding boxes until animation is doneOskar Nyberg1-17/+32
2020-03-26Render ModalAlert in portalOskar Nyberg2-23/+37
2020-03-19Switch to new logo in desktop appOskar Nyberg3-6/+9
2020-03-17Change message shown when reconnecting with new wireguard keyOskar Nyberg2-7/+43
2020-03-11Improve error message shown when there's too many wireguard keysOskar Nyberg1-8/+11
2020-03-11Use beta program flag in the GUIDavid Lönnhager10-12/+35
2020-03-10Add WireGuard MTU setting to guiOskar Nyberg5-200/+311
2020-03-10Add wireguard mtu callOskar Nyberg6-0/+46
2020-03-06Change content of os notification when entering non-blocking error stateOskar Nyberg1-1/+1
2020-03-06Improve error notification when in the non-blocking error stateOskar Nyberg3-20/+50
2020-03-06Set header background to red when in the non-blocking error stateOskar Nyberg1-12/+2
2020-03-04Workaround the exception thrown when accessing BrowserWindow.webContents on a...Andrej Mihajlov1-3/+5
2020-02-21Remove unnecessary eslint pluginsOskar Nyberg1-1/+1
2020-02-21Fix linter problems caused by @typescript-eslint/no-floating-promisesOskar Nyberg13-31/+52
2020-02-21Fix linter problems caused by require-awaitOskar Nyberg5-6/+6
2020-02-19Fix linter problems caused by @typescript-eslint/no-explicit-anyOskar Nyberg10-22/+40
2020-02-19Fix linter problems caused by no-case-declarationsOskar Nyberg2-6/+10
2020-02-19Fix linter problems caused by no-fallthroughOskar Nyberg2-19/+11
2020-02-19Fix linter problems caused by no-unreachableOskar Nyberg1-1/+0
2020-02-19Fix linter problems caused by prettier/prettierOskar Nyberg1-1/+1
2020-02-19Fix linter problems caused by react/prop-typesOskar Nyberg3-13/+55
2020-02-19Fix linter problems caused by prettier/prettierOskar Nyberg13-72/+13
2020-02-19Fix linter problems caused by @typescript-eslint/no-inferrable-typesOskar Nyberg2-6/+6
2020-02-19Fix linter problems caused by @typescript-eslint/no-var-requiresOskar Nyberg1-0/+2
2020-02-19Install and configure eslintOskar Nyberg3-2/+5
2020-02-18Clean up timout and animation on unmountOskar Nyberg1-4/+24
2020-02-18Remove export on BaseButtonOskar Nyberg1-1/+1
2020-02-18Increase location line heightOskar Nyberg1-3/+3
2020-02-18Display long location names on one lineOskar Nyberg2-3/+69
2020-02-13Add finnish and danish options to language pickerOskar Nyberg1-0/+2
2020-02-12Change color of buttons in wireguard viewOskar Nyberg1-6/+6
2020-02-12Add dialog iconOskar Nyberg2-1/+34
2020-02-12Add outdated version dialog when navigating to problem reportOskar Nyberg5-111/+147
2020-02-11Swap high and low zoom levels to make high indicate more zoomOskar Nyberg2-4/+5
2020-02-11Make map more zoomed outOskar Nyberg1-2/+3
2020-02-11Remove country and city labels from mapOskar Nyberg3-82/+5
2020-02-11Add account expiry warning notificationOskar Nyberg9-8/+62
2020-02-10Improve appearance of reconnect buttonOskar Nyberg4-32/+65
2020-02-06Enable monochrome icons setting for all platformsOskar Nyberg4-43/+28
2020-02-06Add support for .ico filesOskar Nyberg1-12/+13
2020-02-06Add button which tells the daemon to reconnectOskar Nyberg1-5/+31
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg7-0/+24
2020-01-31Increase height of ConnectionPanel rowsOskar Nyberg1-0/+2
2020-01-31Use language code to display selected languageOskar Nyberg4-29/+12
2020-01-31Change default message in ClipboardLabel to the one used in AccountOskar Nyberg3-7/+3
2020-01-31Copy WireGuard key when clickingOskar Nyberg2-2/+10