summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24Fix quit button in pinned mode on WindowsOskar Nyberg1-2/+2
2020-11-23Add tests for log file rotation and clean upOskar Nyberg1-0/+81
2020-11-23Rename renderer log file to renderer.logOskar Nyberg1-1/+1
2020-11-23Add cleanup of old log filesOskar Nyberg2-9/+37
2020-11-19Fix for Windows app width increase when opened from minimizedOskar Nyberg1-4/+19
2020-11-19Adjust app to handle window modeOskar Nyberg7-127/+197
2020-11-19Add setting for making app a windowOskar Nyberg7-4/+60
2020-11-19Bundle API address cache with the appDavid Lönnhager1-0/+1
2020-11-18Updating version in package files to 2020.7Linus Färnstrand2-2/+2
2020-11-16Make custom DNS section accessibleOskar Nyberg2-21/+69
2020-11-16Add public dns ip confirmation dialogOskar Nyberg1-12/+55
2020-11-16Install ip packageOskar Nyberg2-0/+16
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 add iconOskar Nyberg1-0/+8
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-16Updating version in package filesLinus Färnstrand2-2/+2
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-13Use tilde instead of '-' in .deb version fieldOskar Nyberg3-3/+63
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-10Updating version to 2020.7-beta1Linus Färnstrand2-2/+2
2020-11-10Update to React 17 and Styled components 5.2Oskar Nyberg2-120/+124
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 Nyberg13-111/+64
2020-10-30Use history.resetWith to navigate between launch/connect/loginOskar Nyberg1-6/+6
2020-10-30Add tests for custom history implementationOskar Nyberg1-0/+168
2020-10-30Add custom history implementationOskar Nyberg5-47/+121
2020-10-30Update prettier to latestOskar Nyberg2-8/+8
2020-10-30Set account history button type to "button" to prevent submitting twiceOskar Nyberg1-1/+1
2020-10-29Remove redundant instruction on how to upload translations to crowdinOskar Nyberg1-1/+1
2020-10-29Add link to gui/scripts/README.md from locales/README.mdOskar Nyberg1-1/+1
2020-10-29Move Android instructions to a subsection of messages.pot sectionOskar Nyberg1-5/+5
2020-10-29Disallow ts-comments other than ts-ignore and remove one ts-ignoreOskar Nyberg2-3/+4
2020-10-29Enable ESLint find-dom-node rule and remove last usages of findDOMNodeOskar Nyberg5-16/+17
2020-10-29Add ESLint member ordering ruleOskar Nyberg7-173/+190
2020-10-29Add ESLint jsx-no-bind ruleOskar Nyberg1-0/+1
2020-10-29Add ESLint rule to force single quotesOskar Nyberg3-2/+3
2020-10-29Add ESLint naming convention ruleOskar Nyberg12-41/+75