Skip to content

Commit

Permalink
Resolute next js (#805)
Browse files Browse the repository at this point in the history
* 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
5 people authored Oct 30, 2023
1 parent b9a04a4 commit 815c459
Show file tree
Hide file tree
Showing 387 changed files with 6,160 additions and 62,572 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: ./frontend
run: |
yarn install --frozen-lockfile
yarn build --if-present
yarn build
frontend-test:
needs: frontend-build
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
35 changes: 35 additions & 0 deletions frontend/.gitignore
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
78 changes: 0 additions & 78 deletions frontend/chains/agoric.json

This file was deleted.

67 changes: 0 additions & 67 deletions frontend/chains/akash.json

This file was deleted.

67 changes: 0 additions & 67 deletions frontend/chains/cosmoshub.json

This file was deleted.

68 changes: 0 additions & 68 deletions frontend/chains/desmos.json

This file was deleted.

Loading

0 comments on commit 815c459

Please sign in to comment.