summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Use formattable text input for voucher code fieldOskar Nyberg2-5/+12
2020-12-10Use formattable text input for login account number fieldOskar Nyberg2-4/+7
2020-12-10Add trailaing separator support to FormattableTextInputOskar Nyberg1-15/+30
2020-12-10Add text input component that formats valueOskar Nyberg1-0/+117
2020-12-04Replace use of deprecated React lifecycle methodOskar Nyberg1-27/+21
2020-11-19Adjust app to handle window modeOskar Nyberg4-11/+36
2020-11-19Add setting for making app a windowOskar Nyberg1-3/+33
2020-11-16Make custom DNS section accessibleOskar Nyberg2-21/+69
2020-11-16Add public dns ip confirmation dialogOskar Nyberg1-12/+55
2020-11-16Add custom DNS settingOskar Nyberg2-5/+183
2020-11-16Add RowInput componentOskar Nyberg1-2/+141
2020-11-16Add CellList componentOskar Nyberg1-0/+81
2020-11-16Forward ref into switchOskar Nyberg2-4/+15
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-13Allow no severity indicator in in-app notificationsOskar Nyberg1-2/+2
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 Nyberg1-0/+27
2020-11-02Make modal receive key event first and stop propagationOskar Nyberg1-2/+5
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 Nyberg1-1/+1
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 Nyberg1-3/+40
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 Nyberg2-0/+65
2020-09-25Reload duration since key was generated every minute and when the app is openedOskar Nyberg1-4/+26
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 Nyberg1-79/+67
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