Skip to content

Commit

Permalink
feat(vpnx): add desktop notifications (#710)
Browse files Browse the repository at this point in the history
* prepare for connection updates handling

* emit connection failed event

* display connection error details

* add desktop notifications support

* fix lint

* add app-name to notification
  • Loading branch information
doums authored Jul 19, 2024
1 parent c50e117 commit 0c7e291
Show file tree
Hide file tree
Showing 32 changed files with 1,018 additions and 71 deletions.
6 changes: 6 additions & 0 deletions nym-vpn-x/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ export default [
'@typescript-eslint/restrict-template-expressions': 0,
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/no-misused-promises': [
'error',
{
checksVoidReturn: false,
},
],
// TODO enable these rules once ESLint 9 ready
// 'import/first': 'error',
// 'import/order': [
Expand Down
Loading

0 comments on commit 0c7e291

Please sign in to comment.