summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Save scroll position before unmountOskar Nyberg1-9/+2
2020-11-10Add notification when there's no valid WireGuard keyOskar Nyberg1-1/+9
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 Nyberg5-14/+14
2020-10-29Add ESLint rule to force single quotesOskar Nyberg2-2/+2
2020-10-29Add ESLint naming convention ruleOskar Nyberg7-32/+34
2020-10-28Fix scroll to selected language in language selectorOskar Nyberg1-1/+1
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 Nyberg2-5/+5
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 Nyberg5-5/+51
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
2020-09-24Add aria-label on select location button when disconnectedOskar Nyberg1-1/+7
2020-09-24Change which elements are considered headingsOskar Nyberg6-11/+20
2020-09-24Fix try again button in problem report viewOskar Nyberg1-1/+5
2020-09-24Remove secure connection label and make 'Thanks!' greenOskar Nyberg2-14/+7
2020-09-21Wrap language selector in AriaInputGroupOskar Nyberg1-7/+10
2020-09-18Improve accessibility in login viewOskar Nyberg7-40/+116
2020-09-18Add aria-invalid attribute to mssfix and mtu inputsOskar Nyberg1-1/+4
2020-09-18Make selector appear as listbox and options to screen readersOskar Nyberg2-17/+21
2020-09-17Add aria-disabled to disabled switchesOskar Nyberg1-0/+1
2020-09-17Improve modal accessibilityOskar Nyberg6-19/+59
2020-09-17Connect inputs, labels and descriptions with aria attributesOskar Nyberg5-267/+474
2020-09-11Make notification area and connectivity label live areasOskar Nyberg2-2/+6
2020-09-11Move notification area to above mainOskar Nyberg1-2/+2
2020-09-11Make Switch act as checkbox when using screenreaderOskar Nyberg1-0/+2
2020-09-11Add a button around the close icon in settingsOskar Nyberg2-8/+19