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

Giftable Contract, Pool Charts, UI ++ #175

Merged
merged 34 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
305a3b6
feat: use indexer for user balances
williamluke4 Sep 10, 2024
c095591
feat: clean up create paper wallet dialog
williamluke4 Sep 10, 2024
3e7e362
feat(pool/transactions): add filters and merge swaps and deposits
williamluke4 Sep 10, 2024
84f13a0
feat: improve ui
williamluke4 Sep 10, 2024
51168d9
fix: type error
williamluke4 Sep 23, 2024
217d986
feat: Update ConnectButton to handle user redirection
williamluke4 Sep 23, 2024
c3c35ee
feat: Add Contract Function Component
williamluke4 Sep 23, 2024
77c9b9e
feat(force-graph): copy on address on node click
williamluke4 Sep 23, 2024
1ed82bc
feat(force-graph): use indexerDB transactions
williamluke4 Sep 23, 2024
baa64ac
feat(map): add zoom and bound change handles
williamluke4 Sep 23, 2024
3ebaec4
feat(pool): add pool chart
williamluke4 Sep 23, 2024
6bb1330
feat: add pool fees form
williamluke4 Sep 23, 2024
206b73f
feat: clean up pool forms
williamluke4 Sep 23, 2024
1a32a42
feat: add filters to pool transactions table
williamluke4 Sep 23, 2024
8180220
feat: improve alert ui
williamluke4 Sep 23, 2024
46037b9
feat: add support for giftable contract
williamluke4 Sep 23, 2024
899d528
feat: use valoraWallet from rainbow kit
williamluke4 Sep 23, 2024
20a600b
feat: clean up wallet page
williamluke4 Sep 23, 2024
933587c
feat: get transactions from indexerDB
williamluke4 Sep 23, 2024
38b7a54
feat: clean up products ui
williamluke4 Sep 23, 2024
2d91ad4
feat: add filter to pool list
williamluke4 Sep 23, 2024
4a7dbb8
fix: type errors
williamluke4 Sep 23, 2024
fe83900
feat: seperate basic and advanced contract functions
williamluke4 Sep 23, 2024
4e90a7e
fix: get initial value
williamluke4 Sep 23, 2024
ca1de4c
feat: add pool charts and fees
williamluke4 Sep 23, 2024
20439b3
fix: invalidate cache on logout
williamluke4 Sep 23, 2024
0eb22f4
fix: clean up vouchers ui
williamluke4 Sep 23, 2024
8d11cfb
fix: do not redirect on logout
williamluke4 Sep 23, 2024
513574a
fix: use inderDB for stats
williamluke4 Sep 23, 2024
74a780f
fix: update voucher product price
williamluke4 Sep 23, 2024
15c38c5
fix: use indexerDB
williamluke4 Sep 23, 2024
efb10c4
fix: clean up ui
williamluke4 Sep 23, 2024
32949f6
feat: add useVoucherDetails hook
williamluke4 Sep 23, 2024
2271966
add background animation
williamluke4 Sep 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@rainbow-me/rainbowkit": "2.1.1",
"@rainbow-me/rainbowkit": "2.1.6",
"@repeaterjs/react-hooks": "^0.1.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/query-core": "^5.40.0",
Expand Down Expand Up @@ -117,6 +117,7 @@
"@types/d3-scale": "^3",
"@types/eslint": "^8.56.10",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.7",
"@types/logrocket-react": "^3.0.3",
"@types/node": "^20.12.12",
"@types/pg": "^8.11.6",
Expand Down
131 changes: 88 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading