Skip to content

Commit

Permalink
Giftable Contract, Pool Charts, UI ++ (#175)
Browse files Browse the repository at this point in the history
* feat: use indexer for user balances

* feat: clean up create paper wallet dialog

* feat(pool/transactions): add filters and merge swaps and deposits

* feat: improve ui

* fix: type error

* feat: Update ConnectButton to handle user redirection

* feat: Add Contract Function Component

* feat(force-graph): copy on address on node click

* feat(force-graph): use indexerDB transactions

* feat(map): add zoom and bound change handles

* feat(pool): add pool chart

* feat: add pool fees form

* feat: clean up pool forms

* feat: add filters to pool transactions table

* feat: improve alert ui

* feat: add support for giftable contract

* feat: use valoraWallet from rainbow kit

* feat: clean up wallet page

* feat: get transactions from indexerDB

* feat: clean up products ui

* feat: add filter to pool list

* fix: type errors

* feat: seperate basic and advanced contract functions

* fix: get initial value

* feat: add pool charts and fees

* fix: invalidate cache on logout

* fix: clean up vouchers ui

* fix: do not redirect on logout

* fix: use inderDB for stats

* fix: update voucher product price

* fix: use indexerDB

* fix: clean up ui

* feat: add useVoucherDetails hook

* add background animation
  • Loading branch information
williamluke4 authored Sep 23, 2024
1 parent 29081d8 commit 3b0361c
Show file tree
Hide file tree
Showing 75 changed files with 3,110 additions and 1,487 deletions.
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

0 comments on commit 3b0361c

Please sign in to comment.