1165 Commits

Author SHA1 Message Date
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
f71aa2ff11 refactor: exclude contracts in dev command 2024-03-07 21:44:04 +01:00
Vivian Plasencia
d94bd02f28 refactor(utils): remove commented networks 2024-03-07 19:35:45 +01:00
Vivian Plasencia
6b4b408487 refactor(utils): remove goerli from the network type 2024-03-07 19:32:57 +01: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
d77658e447 refactor(api): comment code related to contracts 2024-03-07 16:07:55 +01:00
Vivian Plasencia
5b14c8b989 feat: add sepolia as default network 2024-03-07 16:02:33 +01:00
Vivian Plasencia
3cd4636fb4 chore: update package json file to use yarn v4 2024-03-07 00:47:16 +01:00
Vivian Plasencia
118073f84e chore: update yarn version 2024-03-07 00:33:49 +01:00
Vivian Plasencia
d6a85c255d style: add space at the end of the eslintignore file 2024-03-07 00:01:15 +01:00
Vivian Plasencia
55aef555cd style: add space at the end of the gitignore and prettierignore files 2024-03-06 23:59:49 +01:00
Vivian Plasencia
5055102669 chore: add eslint to bandada docs 2024-03-06 23:57:39 +01:00
Vivian Plasencia
a1ab95b50f refactor(docs): update bandada links 2024-03-06 23:47:39 +01:00
Vivian Plasencia
d99f751dab style(docs): format code with prettier 2024-03-06 23:43:39 +01:00
Vivian Plasencia
34aece982f chore(docs): update prettier config 2024-03-06 23:42:41 +01:00
Vivian Plasencia
1b601fd2b3 feat(apps): add bandada docs 2024-03-06 23:21:54 +01:00
Vivian Plasencia
59aea9cf0f chore: v2.0.0 2024-03-05 17:48:03 +01:00
Vivian Plasencia
0ff6435987 Merge pull request #425 from privacy-scaling-explorations/chore/merge-main-dev
Merge main into dev
2024-03-05 17:33:08 +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
8d2a80be49 Merge pull request #420 from Ayoseun/main
Removed axios config example
2024-03-05 13:18:06 +01:00
Ayo Solomon
228abfa19f Corrected text casing 2024-03-05 13:14:17 +01:00
Vivian Plasencia
336c810397 Merge pull request #422 from omahs/patch-3
Fix broken links
2024-03-05 13:04:13 +01:00
omahs
dc667e89d1 fix broken links 2024-03-05 10:08:58 +01:00
Vivian Plasencia
89d16b8b13 Merge pull request #416 from ryanpwaldon/fix/hide-admin-features-for-non-admins
fix(dashboard): hide member edit actions for non-admins
2024-03-05 01:02:41 +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
Ayo Solomon
76076147f9 Removed axios config comment example 2024-03-04 17:45:16 +01:00
Ayo Solomon
f4095e19db Updated the ApiSdk constructor documentation
Updated the ApiSdk constructor documentation comment to provide clearer guidance on the config parameter, specifying it as an Axios request config. Included an example demonstrating how the config object can be structured for various request options such as HTTP method, URL, query parameters, request body data, and headers. This enhancement improves the readability and usability of the codebase, making it easier for developers to understand and utilize the ApiSdk class.
2024-03-04 16:32:40 +01:00
Vivian Plasencia
f59b123c7e Merge pull request #386 from baumstern/ci/docker
build: improve build performance
2024-03-04 15:30:13 +01:00
Vivian Plasencia
9f079d7aed docs: update add member function docs 2024-03-04 12:51:17 +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
Vivian Plasencia
fbe9c1a147 Merge pull request #409 from rex4539/typos
fix: fix typos
2024-02-29 13:24:46 +01:00
Vivian Plasencia
db76f5a8c5 Merge pull request #413 from ryanpwaldon/fix/hide-api-key-and-danger-zone-sections-for-non-admins
fix(dashboard): hide danger zone & api key sections for non-admins
2024-02-29 13:08:13 +01: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
Dimitris Apostolou
7ebce43c57 fix: fix typos 2024-02-25 07:09:58 +02: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
Vivian Plasencia
cf789a9bd5 Merge pull request #406 from code-Gambler/dev
fix(final-preview-step.tsx): Removed the Uneccessary Alert the user was getting
2024-02-23 12:15:17 +01:00
Steven
905ca345eb fix(final-preview-step.tsx): removed the second alert("Some Error Occured") povided to the User
Since when an error happened the user was getting 2 alerts, I removed the generic alert in the
dashboard application

404
2024-02-22 20:48:18 -05:00
Vivian Plasencia
61b344adaf Merge pull request #405 from intldds/feat/addRepoLink
docs: add Bandada repository link to the API docs (closes #403)
2024-02-22 20:32:52 +01:00
Miguel Lemos
88531006c9 docs: update configUI 2024-02-22 18:20:36 +00:00
Miguel Lemos
afe0f67a4b docs: add Bandada repository link to the API docs (closes #403) 2024-02-21 15:58:12 +00:00
Vivian Plasencia
926912817d Merge pull request #402 from privacy-scaling-explorations/feat/eas-attestations-options
Add options to `EAS_ATTESTATIONS` credential validator
2024-02-20 17:13:47 +01:00
ntampakas
dc3a72ffc4 Merge pull request #383 from baumstern/chore/ci-cache
ci: improve ci performance
2024-02-20 17:48:36 +02:00
Jeeiii
d09b6b820f feat: add options to EAS_ATTESTATIONS credential validator 2024-02-20 16:42:04 +01:00
Vivian Plasencia
1bd08a7d5f Merge pull request #382 from ntampakas/main
Ephemeral runners for dev purposes
2024-02-20 13:05:44 +01:00