Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolute next js #805

Merged
merged 45 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
97c289a
Delete all files
Hemanthghs Oct 17, 2023
a692d0a
Add nextJS template
Hemanthghs Oct 17, 2023
5d167c4
remove readme from frontend
Hemanthghs Oct 17, 2023
991c4e2
yarn
Hemanthghs Oct 17, 2023
cbcd400
changed the names
pavania1 Oct 17, 2023
1524ab2
added voteforproposal popup
pavania1 Oct 17, 2023
641f2e7
Integrate connect wallet popup
Hemanthghs Oct 18, 2023
eb0863f
ui: Adjust backgorund color and image
Hemanthghs Oct 18, 2023
6ce65ca
added the groups 2nd page
pavania1 Oct 18, 2023
0ce3389
feegrant page - 1
Teja2045 Oct 18, 2023
5ac0b6e
feegrant page - 2
Teja2045 Oct 18, 2023
012345c
Teja/resolute next js (#802)
Teja2045 Oct 18, 2023
836eeb3
Resolve conflicts
Hemanthghs Oct 18, 2023
5759412
Resolve conflicts (#803)
Hemanthghs Oct 18, 2023
66bbc45
Add tables in feegrant
Hemanthghs Oct 18, 2023
9ba4851
Add tables in feegrant (#804)
Hemanthghs Oct 18, 2023
2b4d80b
Merge branch 'resolute-nextJS' of https://github.com/vitwit/resolute …
pavania1 Oct 18, 2023
405fda1
added the group 2nd page components
pavania1 Oct 19, 2023
0f0f927
Add tabs group in groups page
Hemanthghs Oct 19, 2023
d7f4d03
Add groups (#808)
Hemanthghs Oct 19, 2023
0b79771
feat: integrated multiple wallets
Teja2045 Oct 24, 2023
d675f21
feat: integrated multiple wallets (#818)
Teja2045 Oct 24, 2023
a51e7fc
chore: fixed sidebar
Teja2045 Oct 24, 2023
768b9a7
chore: fixed sidebar (#819)
Teja2045 Oct 24, 2023
3112a87
Merge branch 'dev' of https://github.com/vitwit/resolute into resolut…
Hemanthghs Oct 25, 2023
982da72
review changes
Hemanthghs Oct 25, 2023
f2e6585
review changes home page
Hemanthghs Oct 25, 2023
3e8af28
refactor: change css class names
Hemanthghs Oct 25, 2023
37449d0
refactor: change css class names
Hemanthghs Oct 25, 2023
ed580e5
wip
Hemanthghs Oct 25, 2023
4b09fb5
wip: refactor
Hemanthghs Oct 25, 2023
5916e3f
refactor: connect wallet nuances
Teja2045 Oct 26, 2023
5ccf740
refactor: connect wallet nuances (#821)
Teja2045 Oct 26, 2023
1e98f52
added wallet key change event listeners
Teja2045 Oct 26, 2023
08abe55
feat: added wallet key change event listeners (#822)
Teja2045 Oct 26, 2023
5029ba4
Add redux store
Hemanthghs Oct 26, 2023
c7f1016
Merge branch 'resolute-nextJS' of https://github.com/vitwit/resolute …
Hemanthghs Oct 26, 2023
84bf8cf
feat: Add redux store (#823)
Hemanthghs Oct 26, 2023
81d023e
feat: wallet redux state
Teja2045 Oct 26, 2023
6936cb7
feat: wallet redux state (#825)
Teja2045 Oct 26, 2023
0a19424
fix: redux state when reloaded
Teja2045 Oct 26, 2023
504a4c2
fix: redux state when reloaded (#827)
Teja2045 Oct 26, 2023
06f4a6b
chore: reload UX
Teja2045 Oct 26, 2023
17fc26e
chore: reload UX (#828)
Teja2045 Oct 26, 2023
e06df5d
chore: update github action
aleem1314 Oct 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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.

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

This file was deleted.

Loading