summaryrefslogtreecommitdiffhomepage
path: root/gui/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Change font sizeOskar Nyberg4-5/+6
2021-07-01Switch to Source Sans Pro and Noto SansOskar Nyberg5-15/+22
2021-07-01Prevent login form from submitting when clearing historyOskar Nyberg1-5/+9
2021-07-01Update the app update notification to specify if it's a beta versionOskar Nyberg1-10/+46
2021-07-01Removed now unused transition rules and helper methodsOskar Nyberg3-161/+3
2021-07-01Adjust all uses of history to use the new methodsOskar Nyberg16-58/+56
2021-07-01Update app.tsx to changes in history and add transitions between base viewsOskar Nyberg1-4/+17
2021-07-01Adjust routes.tsx to the changes in history.tsxOskar Nyberg1-24/+17
2021-07-01Add hook and HOC for our history implementationOskar Nyberg1-0/+18
2021-07-01Replace history methods with new ones more aligned with our needsOskar Nyberg1-51/+96
2021-06-28Update messages.potOskar Nyberg2-13/+5
2021-06-28Add text next to spinner during voucher verificationOskar Nyberg2-3/+25
2021-06-28Update redeem voucher alert designOskar Nyberg3-38/+79
2021-06-28Improve navigation and transitions for out of time viewOskar Nyberg7-35/+68
2021-06-28Navigate to main view after voucher if not new accountOskar Nyberg2-3/+12
2021-06-28Implement new new account flowOskar Nyberg7-35/+296
2021-06-28Make redeem voucher progress continue half a second before showing failureOskar Nyberg1-1/+7
2021-06-28Add button group component to properly space buttonsOskar Nyberg1-0/+23
2021-06-28Save previous expiry date when expiry changesOskar Nyberg5-7/+24
2021-06-28Properly add new expiry to account data cache after redeeming voucherOskar Nyberg3-5/+17
2021-06-28Separate connect and out-of-time viewsOskar Nyberg8-72/+100
2021-06-18Update account history RPCsDavid Lönnhager9-51/+49
2021-06-17Fix suggestedIsBeta propagationOskar Nyberg1-5/+5
2021-06-17Disable notification action on persistent notifications on WindowsOskar Nyberg1-1/+1
2021-06-04Add workaround for closing context menus on macOS 11Oskar Nyberg1-1/+14
2021-05-27Replace browsersyncOskar Nyberg1-3/+8
2021-05-27Output original log message when file logger failsOskar Nyberg1-1/+3
2021-05-27Improve log message about Chromium sandbox statusOskar Nyberg1-1/+1
2021-05-21Add ad/tracker blocking settings to desktop appOskar Nyberg9-35/+223
2021-05-20Add length condition when parsing GUI settings arrayOskar Nyberg1-16/+19
2021-05-12Update GUI DNS optionsDavid Lönnhager1-9/+14
2021-05-12Fix TS build errorsDavid Lönnhager1-4/+12
2021-05-11Replace "unsecured" with "unsecure"Oskar Nyberg3-3/+3
2021-05-03Add log message if content height is incorrectOskar Nyberg1-0/+20
2021-05-03Add workaround for wrong content heightOskar Nyberg1-12/+34
2021-04-25Blur cell input field when enter is pressedOskar Nyberg1-0/+4
2021-04-20Find app desktop entry by searching in XDG_DATA_DIRSOskar Nyberg1-15/+20
2021-04-19Change placeholder in custom DNS inputOskar Nyberg1-1/+1
2021-04-15Add function for retrieving applications on WindowsOskar Nyberg1-0/+350
2021-04-15Persist browsed-for split-tunneling applicationsOskar Nyberg3-7/+40
2021-04-15Add code for parsing Windows PE formatOskar Nyberg1-0/+379
2021-04-14Switch to native APIs and own implementation from moment.jsOskar Nyberg9-72/+49
2021-04-14Implement date helper functionsOskar Nyberg1-0/+121
2021-04-14Change custom DNS warning message for public IPsOskar Nyberg1-1/+1
2021-03-24Prevent renderer access to files outside of build directoryOskar Nyberg1-22/+47
2021-03-24Make problem report IPC calls transfer id instead of pathOskar Nyberg5-24/+33
2021-03-24Limit openUrl to predefined URLsOskar Nyberg3-5/+10
2021-03-24Block renderer navigationOskar Nyberg1-0/+9
2021-03-24Automatically deny permission requestsOskar Nyberg1-0/+8
2021-03-24Remove "Uncaught Error" prefix on error messagesOskar Nyberg1-1/+28