-
Notifications
You must be signed in to change notification settings - Fork 15
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
Initial template #100
Initial template #100
Conversation
3e130ee
to
9601f50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only checked the Rust part.
compliant-reward-distribution/indexer-and-server/src/bin/server.rs
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/indexer-and-server/src/bin/server.rs
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/indexer-and-server/src/bin/server.rs
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/frontend/src/components/ZkProofSubmission.tsx
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/frontend/src/components/TweetSubmission.tsx
Outdated
Show resolved
Hide resolved
c83908f
to
0b498fe
Compare
7634e1c
to
84e88a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some things I think makes sense to change. Mostly minor stuff, but an annoying one is the account change/disconnect not propagating to the application. Would also be nice if admin page was hidden for regular users.
Otherwise it looks good 🥇
compliant-reward-distribution/frontend/src/wallet-connection.tsx
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/frontend/src/wallet-connection.tsx
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/frontend/src/components/Admin/AdminGetAccountData.tsx
Outdated
Show resolved
Hide resolved
compliant-reward-distribution/frontend/src/components/Admin/AdminGetPendingApprovals.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 💯
Purpose
Addresses #96
Next PR:
Changes
Initial
compliance-reward-distribution-dapp
front-end.