343 Commits

Author SHA1 Message Date
Vivian Plasencia
23e1f65843 chore: v2.2.6 2024-04-09 20:37:22 +02:00
Vivian Plasencia
8f577a6ece chore: v2.2.5 2024-04-09 19:20:38 +02:00
Vivian Plasencia
44662c4f4f chore: v2.2.4 2024-04-09 17:51:19 +02:00
Vivian Plasencia
917732b421 chore: v2.2.3 2024-04-08 13:23:08 +02:00
Jeeiii
3ebd4de898 feat: add missing createInvite api endpoint 2024-04-04 23:34:01 +02:00
Vivian Plasencia
367f7c6b0d Merge pull request #473 from tanyas-codes/feature/tooltip
added a  tooltip for fingertip duration for off-chain groups
2024-04-04 17:08:00 +02:00
tanyas-codes
da919abc87 style(add tooltip for fingertip duration for off-chain groups): tooltip for fingerprint duration
Added a tooltip to display fingertip duration information, providing users with helpful insights
into the duration of fingertip interactions.
2024-04-04 02:36:32 +05:30
Andy
41a501e0e8 refactor(general info step): prevents NaN values to getting input to fingerprint duration
Adds a previous validation to avoid NaN possible values. Also refactors some unnecessary related
code on that

fix #435
2024-04-03 09:46:49 -06:00
Vivian Plasencia
2920f64e0d chore: v2.2.2 2024-04-02 00:04:58 +02:00
Vivian Plasencia
2c5d0cdcda chore: v2.2.1 2024-04-01 22:20:46 +02:00
Vivian Plasencia
0c997399f7 chore: v2.2.0 2024-04-01 10:24:45 +02:00
Vivian Plasencia
2e77a40859 fix(dashboard): make api key elements work properly 2024-03-31 19:25:10 +02:00
Vivian Plasencia
80ae257c84 fix(dashboard): fix unauthorized issue when disconnecting the wallet 2024-03-30 23:15:13 +01:00
Vivian Plasencia
fa7ceccd4a fix: remove the creation of an admin in the dashboard app
The admin must be created in the Bandada backend.

re #460
2024-03-30 13:36:59 +01:00
Vivian Plasencia
a95ca769c4 refactor(dashboard): add border to api key elements box
Now it is easier to know that all elements are related to the api key because they are within the
same box.
2024-03-30 11:05:50 +01:00
Vivian Plasencia
de80a1f2c1 refactor(dashboard): ask user for confirmation before refreshing the api key
When the user wants to refresh the api key, a dialog box will appear to ask for confirmation.
2024-03-30 00:45:41 +01:00
Jeeiii
57fabe0de8 feat: add missing APIs endpoints on ApiSdk 2024-03-28 23:03:15 +01:00
Jeeiii
011f7b9fd5 feat: add UI components to support admin apikey interactions 2024-03-28 23:03:15 +01:00
Jeeiii
e496fd6fd5 refactor: improve apikey admin api and store the admin on db after message verification in UI 2024-03-28 22:59:27 +01:00
Jeeiii
64268d87c1 chore: comment out dashboard group page api key section to avoid errors
n
2024-03-28 22:59:03 +01:00
Vivian Plasencia
ee95cbc1e4 Merge pull request #456 from neel-ds/refactor/repo-link
Update Repo Link
2024-03-28 15:46:09 +01:00
Neel
3bc6e2175f refactor: update repo link 2024-03-28 13:26:52 +05:30
Vivian Plasencia
9e77800332 feat: support avalanche c chain in the blockchain credential
The blockchainCredentialSupportedNetworks variable type changed to make it easier to identify a
network and display its name.

re #451
2024-03-27 17:29:28 +01:00
Vivian Plasencia
0c1128c76c refactor: rename blockchainCredentialNetworks -> blockchainCredentialSupportedNetworks
blockchainCredentialNetworks was renamed blockchainCredentialSupportedNetworks for clarity.

re #443
2024-03-25 14:30:21 +01:00
Vivian Plasencia
a08d082c77 refactor: move the blockchain credential supported networks to the bandada utils package
Since the supported networks are attached to the infrastructure and not to the credential package,
they have been to the bandada utils package.

re #443
2024-03-25 14:06:29 +01:00
Vivian Plasencia
631d303587 refactor(dashboard): remove unnecessary check
re #443
2024-03-24 23:19:38 +01:00
Vivian Plasencia
2b08f33634 feat: support several networks in the blockchain credential
now the blockchain credential supports polygon mumbai, optimism sepolia and arbitrum sepolia

re #443
2024-03-24 20:35:30 +01:00
Vivian Plasencia
105a42bec4 refactor: make network a parameter for blockchain validators
Now network is a required parameter for the blockchain validator criteria

BREAKING CHANGE: Now the network parameter for the blockchain validators is part of the credential
criteria

re #443
2024-03-24 18:01:58 +01:00
Vivian Plasencia
72cca868b5 Merge pull request #441 from bandada-infra/refactor/criterias
Make criterias from credentials validators context parameters
2024-03-19 11:21:15 +01:00
Jeeiii
289e7679ab refactor: make context option parameters as optional criterias
closes #411
2024-03-18 15:37:07 +01:00
Vivian Plasencia
69426fd99b chore: v2.1.1 2024-03-18 12:40:53 +01:00
ariesjia
118c4fb461 fix: fix prettier issue 2024-03-13 23:04:53 +08:00
ariesjia
983f45ddde refactor(dashboard): add try for JSON.parse to prevent from breaking if stored data is not valid 2024-03-11 02:00:30 +08:00
Vivian Plasencia
275d4a1ab8 chore: v2.1.0 2024-03-08 20:20:02 +01:00
Vivian Plasencia
c932eaecb6 Merge branch 'dev' into feat/sepolia 2024-03-08 19:54:24 +01:00
Andy
b3f9603183 feat(general-info-step.tsx): added check to disable continue when NaN
closes #414
2024-03-07 16:24:29 -06:00
Vivian Plasencia
ae4232bf33 feat(dashboard): add the goerli groups at the end of the group list 2024-03-07 19:06:04 +01:00
Vivian Plasencia
5b14c8b989 feat: add sepolia as default network 2024-03-07 16:02:33 +01:00
Vivian Plasencia
59aea9cf0f chore: v2.0.0 2024-03-05 17:48:03 +01:00
Vivian Plasencia
0cd1124eb1 Merge branch 'main' into chore/merge-main-dev 2024-03-05 17:21:18 +01:00
Vivian Plasencia
9057ec73cb Merge pull request #408 from code-Gambler/dev
Added Min Property to `Fingerprint Duration` input field
2024-03-05 13:21:23 +01:00
Vivian Plasencia
f0537b5dd3 Merge pull request #418 from privacy-scaling-explorations/ref/code-docs
Update code comments
2024-03-05 01:02:02 +01:00
Vivian Plasencia
29deb0e5e5 refactor: update code comments 2024-03-04 12:44:41 +01:00
Daehyun Paik
6cda0ca767 build: improve build performance 2024-03-04 11:43:46 +01:00
Ryan Waldon
1a8973c703 chore: prettify 2024-03-01 12:04:18 +11:00
Ryan Waldon
e1e1c86921 fix(dashboard): hide member edit actions for non-admins
fix #413
2024-03-01 12:03:18 +11:00
Ryan Waldon
7641946bc5 fix(dashboard): hide danger zone & api key sections for non-admins
fix #307 & #306
2024-02-29 16:26:11 +11:00
Steven
e3a7ecd5c1 fix(all files): ran prettier:write
ran prettier:write

407
2024-02-24 23:41:54 -05:00
Steven
8d5d2ec9b1 fix(general-info-step): disabled the continue button when the fingerprintDuration is less that 0
Disabled the continue button because while the min property was in place there was still a loop hole
to enter a value less that 0

407
2024-02-24 23:38:57 -05:00
Steven
87e58172da fix(general-info-step.tsx): added the min property to the numberinput
407
2024-02-24 23:32:48 -05:00