-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Fixed VH button and add new member button positon * chore: small fix * feat: Changed position of the AddNewMember Button * feat/ipfs-volume * volume * feat: Changed title Latest Updates to Voting Updates * feat: Changed naming of latest updates to voting updates * fix/announce-cid-with-cronjob: Provided announcing cids with cronjob process (#528) * fix: announce cid with cronjob (#529) * fix/announce-cid-with-cronjob: Provided announcing cids with cronjob process * fix-announce-cid-with-cronjob: changed datastore to datastore-fs and added custom libp2p * fix/announce-cid-with-cronjob: resolved conflicts * fix: announce cid with cronjob (#531) * fix/announce-cid-with-cronjob: Provided announcing cids with cronjob process * fix-announce-cid-with-cronjob: changed datastore to datastore-fs and added custom libp2p * fix/announce-cid-with-cronjob: resolved conflicts * fix/announce-cid-with-cronjob: reverted old delegated routing url * fix/announc-cid-with-cronjob: added announce addresse * fix: announce cid with cronjob (#532) * fix/announce-cid-with-cronjob: Provided announcing cids with cronjob process * fix-announce-cid-with-cronjob: changed datastore to datastore-fs and added custom libp2p * fix/announce-cid-with-cronjob: resolved conflicts * fix/announce-cid-with-cronjob: reverted old delegated routing url * fix/announc-cid-with-cronjob: added announce addresse * fix/announce-cid-with-cronjob: reverted to circuit relay * feat: Paginate 7 members * feat: Added border to header dropdown menu * feat: Displayed full title on hover for truncated GA titles * feature/search-users-by-email: added option for search users by email (#536) * feat: Added missing indicator * chore: Changed Default Pagination Limit to 12 * fix/db-connection-with-ssl (#538) --------- Co-authored-by: MGukic <[email protected]> Co-authored-by: MGukic <[email protected]> Co-authored-by: nike-getto <[email protected]> Co-authored-by: Sava Stanisic <[email protected]>
- Loading branch information
1 parent
da0c336
commit 83b20d8
Showing
29 changed files
with
1,739 additions
and
1,564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module.exports = { | ||
parser: '@typescript-eslint/parser', | ||
parserOptions: { | ||
project: 'tsconfig.json', | ||
tsconfigRootDir: __dirname, | ||
sourceType: 'module', | ||
}, | ||
plugins: ['@typescript-eslint/eslint-plugin'], | ||
extends: [ | ||
'plugin:@typescript-eslint/recommended', | ||
'plugin:prettier/recommended', | ||
], | ||
root: true, | ||
env: { | ||
node: true, | ||
jest: true, | ||
}, | ||
ignorePatterns: ['.eslintrc.js'], | ||
rules: { | ||
'@typescript-eslint/interface-name-prefix': 'off', | ||
'@typescript-eslint/explicit-function-return-type': 'off', | ||
'@typescript-eslint/explicit-module-boundary-types': 'off', | ||
'@typescript-eslint/no-explicit-any': 'off', | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.