-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete all files * Add nextJS template * remove readme from frontend * yarn * changed the names * added voteforproposal popup * Integrate connect wallet popup * ui: Adjust backgorund color and image * added the groups 2nd page * feegrant page - 1 * feegrant page - 2 * Resolve conflicts * Add tables in feegrant * added the group 2nd page components * Add tabs group in groups page * feat: integrated multiple wallets * chore: fixed sidebar * review changes * review changes home page * refactor: change css class names * refactor: change css class names * wip * wip: refactor * refactor: connect wallet nuances * added wallet key change event listeners * Add redux store * feat: wallet redux state * fix: redux state when reloaded * chore: reload UX * chore: update github action --------- Co-authored-by: pavania1 <[email protected]> Co-authored-by: saiteja <[email protected]> Co-authored-by: Teja2045 <[email protected]> Co-authored-by: aleem1314 <[email protected]>
- Loading branch information
1 parent
b9a04a4
commit 815c459
Showing
387 changed files
with
6,160 additions
and
62,572 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "next/core-web-vitals" | ||
} |
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,35 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# local env files | ||
.env*.local | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo | ||
next-env.d.ts |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.