summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Replace absolute paths for application icons on Linux with data URLsOskar Nyberg1-1/+1
2021-01-26Enable renderer context isolationOskar Nyberg1-1/+2
2021-01-26Pass env and platform from process API over IPC to rendererOskar Nyberg10-12/+15
2021-01-26Move types used in ipc to ipc-types.tsOskar Nyberg1-1/+1
2021-01-26Split ipc initialization to prevent usage of ipcMain in rendererOskar Nyberg4-5/+9
2021-01-26Pass parsed translations over IPC to rendererOskar Nyberg4-28/+52
2021-01-26Add IpcRendererEventChannel to windowOskar Nyberg2-1/+5
2021-01-26Bundle renderer JavaScriptOskar Nyberg1-1/+2
2021-01-26Add translations loader to preload.tsOskar Nyberg2-2/+5
2021-01-26Replace use of path moduleOskar Nyberg2-4/+2
2021-01-21Allow API actions in WireGuard keys view when blockedOskar Nyberg2-9/+2
2021-01-21Allow API actions in WireguardKeys when in blocked stateOskar Nyberg1-41/+34
2021-01-15Use new loggerOskar Nyberg12-14/+16
2021-01-15Implement logging functionalityOskar Nyberg1-0/+10
2020-12-21Refactor Linux desktop entry helpers into its own fileOskar Nyberg2-6/+6
2020-12-17Set zoom level limits in main process instead of rendererOskar Nyberg1-4/+0
2020-12-17Replace usage of Electron APIs in renderer process with IPC callsOskar Nyberg6-16/+33
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-10Move code showing window on start when not logged in to main processOskar Nyberg1-4/+1
2020-12-10Move problem report ipc calls to ipc-event-channelOskar Nyberg3-58/+17
2020-12-09Update app to use new IPC interfaceOskar Nyberg1-2/+2
2020-12-04Replace use of deprecated React lifecycle methodOskar Nyberg1-27/+21
2020-11-25Remove use of deprecated function openItemOskar Nyberg1-1/+2
2020-11-19Adjust app to handle window modeOskar Nyberg5-11/+37
2020-11-19Add setting for making app a windowOskar Nyberg4-4/+42
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 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 Nyberg1-0/+5
2020-11-16Add custom DNS to frontend RPC and to Redux storeOskar Nyberg3-2/+36
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-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 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