summaryrefslogtreecommitdiffhomepage
path: root/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-07-07Add option to change wireguard port to vpn settingsJonatan Rhodin1-0/+3
2023-07-07Update Electron to 25.2.0Oskar Nyberg3-24/+38
2023-07-07Update account expiry fetch logicOskar Nyberg3-13/+8
2023-07-04Fix tunnel state testsOskar Nyberg6-58/+57
2023-07-04Use playwright config when running e2e tests with npmOskar Nyberg1-1/+1
2023-07-04Improve playwright configOskar Nyberg1-0/+2
2023-06-29Cleanup review comments, CI issues and android supportJonathan1-11/+9
Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests.
2023-06-29Update changelog, sync naming in .proto update guiJonathan1-11/+21
Updates the changelog, syncs naming to be consistent inside the .proto file with rust in regards to newly added message types for custom lists. Update the gui so that it does not break when using a custom list daemon. However does not let gui actually use custom lists, only has CLI support.
2023-06-28Fix `too many devices` end-to-end testMarkus Pettersson2-1/+9
Fix a failing end-to-end test that was caused due to missing navigation events.
2023-06-28Fix type signature of `currentRoute`Markus Pettersson1-2/+2
Change the type signature of `currentRoute` to return a `string` rather than `void`.
2023-06-28Merge branch 'update-translations-for-2023.4' into prepare-2023.4Oskar Nyberg38-935/+1163
2023-06-28Update testsOskar Nyberg1-18/+18
2023-06-28Update translationsOskar Nyberg1-36/+34
2023-06-28Add account info to headerbarOskar Nyberg1-4/+72
2023-06-28Refactor time left calculationsOskar Nyberg6-103/+116
2023-06-28Move account button to headerbar in main viewOskar Nyberg6-46/+36
2023-06-14Add new device in-app notificationOskar Nyberg7-28/+114
2023-06-14Add device name to new account viewOskar Nyberg4-1/+36
2023-06-14Add info button to account view device rowOskar Nyberg5-2/+84
2023-06-14Add creation date to device listOskar Nyberg2-6/+39
2023-06-12Update translationsOskar Nyberg1-7/+4
2023-06-12Replace thrown error in account data fetch with typed valuesOskar Nyberg11-136/+122
2023-06-12Add tunnel state GUI testsOskar Nyberg6-59/+266
2023-06-09Fix vpn settings subtitlesJonatan Rhodin1-0/+3
- Replace HtmlText for custom dns subtitle with annotated string - Use correct text style for custom dns subtitle - Use extra bold instead of bold for emphasized words - Fix magic numbers in expandable compose cell
2023-06-01Change obfuscation title to wireguard obfuscationJonatan Rhodin1-0/+3
2023-05-30Change dialog type to caution for bridge mode and multihop warningsOskar Nyberg2-2/+2
2023-05-30Make close icon smaller in too many devices viewOskar Nyberg1-0/+2
2023-05-29Delete platform-irrelevant librariesDavid Lönnhager1-0/+11
2023-05-29Update electron builderOskar Nyberg2-2/+2
2023-05-16Add string resourcessaber safavi1-3/+0
2023-05-15Add creation date below device name in the device list screenJonatan Rhodin1-0/+3
2023-05-09Move platform instructions from iOS changes template to desktop oneOskar Nyberg1-0/+1
2023-05-09Restore payment button in account fragment for release buildsJonatan Rhodin1-0/+3
Also change the text of the button to manage account instead
2023-05-04Merge branch 'update-translations-2023.3-des-102' into prepare-2023.3Oskar Nyberg39-154/+1739
2023-05-03Add string resourcessaber safavi1-0/+6
2023-04-25Update content blockers informational dialogJonatan Rhodin1-0/+6
- Change programs to apps - Add custom dns warning - Add html-formatted text support to info dialog
2023-04-24Add login error messages to localization templatesOskar Nyberg2-6/+31
2023-04-20Add a dedicated account button on the main view and remove it from settingsJon Petersson1-0/+3
2023-04-19Enable pointer events on the new view when transitioningOskar Nyberg1-10/+6
2023-04-19Add command line version optionOskar Nyberg3-2/+8
2023-04-19Add command line help optionOskar Nyberg2-14/+43
2023-04-19Refactor command line option handlingOskar Nyberg3-21/+51
2023-04-19Add GUI test for device revoked viewOskar Nyberg2-1/+30
2023-04-19Add test for too many devices flowOskar Nyberg2-1/+52
2023-04-18Fix clipboard permission request after electron upgradeOskar Nyberg1-2/+2
2023-04-18Change feedback textarea's placeholdersaber safavi1-3/+0
2023-04-17Add informational dialog for local network sharingOskar Nyberg2-14/+40
2023-04-17Fix RPM package to not include build idsEmīls1-0/+4
2023-04-17Don't read app name when running testsOskar Nyberg1-1/+2
2023-04-17Add tests for notification evaluationOskar Nyberg2-14/+164