summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Enable monochrome icons setting for all platformsOskar Nyberg1-24/+17
2020-02-06Add button which tells the daemon to reconnectOskar Nyberg1-5/+31
2020-02-06Pass function for reconnecting to TunnelControlOskar Nyberg2-0/+3
2020-01-31Increase height of ConnectionPanel rowsOskar Nyberg1-0/+2
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
2020-01-28Add error message when there's no wireguard keyOskar Nyberg2-4/+34
2020-01-28Disable wireguard if there's no wireguard keyOskar Nyberg1-17/+25
2020-01-28Add disabled prop to selector itemsOskar Nyberg1-1/+7
2020-01-24Move wireguard key error messages to between key info and buttonsOskar Nyberg2-26/+22
2019-12-09Adjust desktop GUI code to use new error stateEmīls3-34/+26
2019-12-04Update text shown in WireGuard key view while blockedLinus Färnstrand1-1/+1
2019-11-25Enable wireguard keys menu on all platformsEmīls Piņķis1-17/+8
2019-11-25Enable WireGuard in GUI for WindowsEmīls Piņķis1-13/+9
2019-10-15Add translator help text to items on settings pageLinus Färnstrand1-6/+24
2019-10-15Move all 'Settings' string to same locale groupLinus Färnstrand7-10/+8
2019-10-15Have a single 'MULLVAD VPN' translationLinus Färnstrand3-3/+3
2019-10-09Add missing break to handleExpiredAccountRecoveryEmīls Piņķis1-0/+1
2019-10-09Use authenticated URLs in ExpiredAccountErrorViewEmīls Piņķis2-21/+26
2019-10-07Use authenticated URL in componentsEmīls Piņķis5-31/+37
2019-10-07Add blocking button componentEmīls Piņķis1-0/+42
2019-10-07Pass `app` via custom contextAndrej Mihajlov1-1/+1
2019-10-07Add container for NotificationAreaAndrej Mihajlov2-22/+7
2019-10-07Update WireguradKeys page stylesAndrej Mihajlov2-19/+24
2019-10-07Add Cell.FooterText and Cell.FooterBoldText UI elementsAndrej Mihajlov4-53/+87
2019-10-04Add missing .selected propAndrej Mihajlov1-1/+2
2019-09-30Fix missing section titlesAndrej Mihajlov1-1/+6
2019-09-25Add an icon to language item and remove the large title when logged in to pro...Andrej Mihajlov3-45/+43
2019-09-25Propagate the display name for the preferred locale and show it in the Settin...Andrej Mihajlov1-0/+2
2019-09-25Only wrap Selector in CellSection when the title is providedAndrej Mihajlov1-19/+20
2019-09-25Normalize isXXX -> XXX propsAndrej Mihajlov4-9/+9
2019-09-25Move selected to CellButtonAndrej Mihajlov7-42/+24
2019-09-25Add language selectorAndrej Mihajlov4-67/+215
2019-09-23Use pointer-events instead of z-index to fix the hover stateAndrej Mihajlov1-7/+8
2019-09-18Fix relay list sort orderAndrej Mihajlov2-20/+5
2019-09-18Refactor LocationListAndrej Mihajlov4-121/+437
2019-09-17Remove sticky context and instead put the contents inside of navigation barAndrej Mihajlov9-255/+108
2019-09-17Make SettingsHeader view automatically add spacer between childrenAndrej Mihajlov1-6/+27
2019-09-17Save the scroll position when switching between tabsAndrej Mihajlov2-2/+48
2019-09-17Use alt description only when allowBridgeSelection = trueAndrej Mihajlov1-3/+3
2019-09-17Change scopebar item selection highlight to greenAndrej Mihajlov1-1/+1
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov6-39/+58
2019-09-13Migrate UI to use the new "active" flag in the relay list v3 schemaAndrej Mihajlov2-1/+5
2019-09-12Add bridge selectorAndrej Mihajlov4-213/+255
2019-09-11Show navigation bar title a little earlierAndrej Mihajlov1-1/+1
2019-09-11Make sure ScopeBarItems maintain equal widthAndrej Mihajlov1-0/+1
2019-09-11Add scope selectorAndrej Mihajlov2-9/+47
2019-09-09Forward ref in Cell.SwitchAndrej Mihajlov1-4/+7
2019-09-09Use ReactXP abstractions in SwitchAndrej Mihajlov4-214/+220
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-1/+1