summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Add custom DNS settingOskar Nyberg3-6/+195
2020-11-16Add RowInput componentOskar Nyberg1-2/+141
2020-11-16Add CellList componentOskar Nyberg1-0/+81
2020-11-16Add IPC and RPC calls for updating dns optionsOskar Nyberg4-0/+24
2020-11-16Add custom DNS to frontend RPC and to Redux storeOskar Nyberg6-2/+50
2020-11-16Forward ref into switchOskar Nyberg3-5/+16
2020-11-16Prevent cell icon hover effect if button is disabledOskar Nyberg1-1/+4
2020-11-16Only use hover effect in CellButton if the onClick prop is providedOskar Nyberg1-16/+21
2020-11-16Move Cell components to dedicated directoryOskar Nyberg23-247/+251
2020-11-13Update notification messagesOskar Nyberg15-213/+175
2020-11-13Allow no severity indicator in in-app notificationsOskar Nyberg1-2/+2
2020-11-13Fix race condition in updateLocationOskar Nyberg1-5/+5
2020-11-13Save scroll position before unmountOskar Nyberg1-9/+2
2020-11-10Add notification when there's no valid WireGuard keyOskar Nyberg3-1/+47
2020-11-02Add keyboard navigation componentOskar Nyberg2-28/+58
2020-11-02Make modal receive key event first and stop propagationOskar Nyberg1-2/+5
2020-11-02Use location changes to determine previous locationOskar Nyberg1-6/+9
2020-11-02Add list of added/removed locations to LocationListener argumentsOskar Nyberg1-9/+25
2020-11-02Replace connected-react-router with use of withRouter()Oskar Nyberg11-90/+64
2020-10-30Use history.resetWith to navigate between launch/connect/loginOskar Nyberg1-6/+6
2020-10-30Add custom history implementationOskar Nyberg3-5/+117
2020-10-30Set account history button type to "button" to prevent submitting twiceOskar Nyberg1-1/+1
2020-10-29Disallow ts-comments other than ts-ignore and remove one ts-ignoreOskar Nyberg1-2/+3
2020-10-29Enable ESLint find-dom-node rule and remove last usages of findDOMNodeOskar Nyberg4-15/+17
2020-10-29Add ESLint member ordering ruleOskar Nyberg6-173/+173
2020-10-29Add ESLint rule to force single quotesOskar Nyberg2-2/+2
2020-10-29Add ESLint naming convention ruleOskar Nyberg10-37/+37
2020-10-28Fix scroll to selected language in language selectorOskar Nyberg1-1/+1
2020-10-27Show app version in settings when failing to connect to daemonOskar Nyberg1-0/+6
2020-10-27Enable alwaysOnTop on Windows to ensure app is placed above other appsOskar Nyberg1-0/+4
2020-10-20Correctly position translator hintsOskar Nyberg2-12/+18
2020-10-19Fix warning about unregocnized DOM element prop in AppButtonOskar Nyberg1-3/+2
2020-10-19Add our own ZoomableGroup implementation to fix pan/zoom on map loadOskar Nyberg1-11/+30
2020-10-16Switch to AppButton button in notification banner action buttonOskar Nyberg3-29/+38
2020-10-16Fix warnings from TypeScript eslint plugin after upgradeOskar Nyberg4-12/+10
2020-10-13Fix marker size when disconnected and add transitionOskar Nyberg1-16/+15
2020-10-13Move CSS property with url-value to inline stylesOskar Nyberg1-4/+5
2020-10-13Reuse button components for multiple renders in TunnelControlOskar Nyberg1-65/+77
2020-10-13Remember scroll position when navigating backOskar Nyberg4-5/+98
2020-09-29Switch roles of NotificationArea and SecuredLabel to statusOskar Nyberg2-2/+2
2020-09-29Make notification live-area politeOskar Nyberg1-1/+1
2020-09-29Restore focus when closing modalOskar Nyberg1-3/+34
2020-09-29Add focus fallback to Connect viewOskar Nyberg4-6/+23
2020-09-29Switch to onTransitionEnd in TransitionContainerOskar Nyberg1-26/+25
2020-09-29Reset focus on navigationOskar Nyberg3-26/+100
2020-09-25Reload duration since key was generated every minute and when the app is openedOskar Nyberg7-5/+71
2020-09-25Refactor CountryRow, CityRow and LocationRow into one componentOskar Nyberg7-362/+220
2020-09-24Add labels to extLink icons and use them as descriptions for buttonsOskar Nyberg6-63/+184
2020-09-24Make BlockingButton use a context instead of cloning childrenOskar Nyberg2-79/+82
2020-09-24Add alert role to text in Launch and ErrorBoundaryOskar Nyberg2-2/+2