Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Client dashboard (#64)
Browse files Browse the repository at this point in the history
* Redux store for wallet + dashboard (#45)

* Redux store for wallet + dashboard

* PR revisions

* Skeleton Dashboard UI + Flows (#47)

* Placeholder tiles on dashboard

* Skeleton UI for all dashboard flows

* PR polish

* Dashboard + Wei / Audio types (#52)

* Add dashboard stuff

* Handle Wei + Audio correctly, use nominal types

Co-authored-by: jowlee <joeylee0925@gmail.com>

* Add display audio component (#53)

* Add display audio component

* Fix css var styles

* Sending Flow + Misc Changes (#55)

* Send Input polish

* Input confirmation

* Send success

* Verify wallet addresses

* Handle modal disimss states

* Collapsing claim tile

* Dashboard button lights up on header

* Icons in modal titles

* Fix send bug

* Add dashboard components (#56)

* Send Input polish

* Input confirmation

* Handle modal disimss states

* Dashboard button lights up on header

* Add dashboard stuff

* Move convert wei

Co-authored-by: Michael Piazza <michael.piazza.mp@gmail.com>

* Add dashboard error modals (#57)

* Better Support Fractional Audio (#58)

* Support sending fractional Audio

* Fix misc UI

* Polish

* Don't truncate decimal on send confirmation (#59)

* Dashboard UI Fixes (#62)

* Fix dashboard button color

* Show confirmation modal on claim

* Fix tooltips

* Fix claim button

* Fix send buttons

* Fix gradients

* Polish

* Bump stems

* Fix div disappearing due to ad blocker bug

* Add env for libs comstock and claim (#51)

* Add env for libs comstock and claim

* Fix env var prefix

* Get claims integration

* Update stems

* Update contract address

* Add send intermediary state

* Update envs for eth relayer

* Fix addresses

* Remove comment

Co-authored-by: Raymond Jacobson <ray@audius.co>

* Remove relayer address env var

* Add color overrides for stems token value slider

* Add connected music confetti and trigger on claim

* Upgrade stems

* Fix remaining dashboard UI issues (#65)

* Prevent sending to self

* Link to discord

* Fix rewards graphic sizing issue

* Fix nav header button colors

* Upgrade stems

* Propagate errors better

* Fix error button

* Fix click targets, update copy

* Adjust padding

* Poll for wallet balance on dashboard page (#66)

* Upgrade libs

* Clean up

Co-authored-by: Michael Piazza <michael.piazza.mp@gmail.com>
Co-authored-by: jowlee <joeylee0925@gmail.com>
  • Loading branch information
3 people committed Oct 20, 2020
1 parent 521bf67 commit 1937aba
Show file tree
Hide file tree
Showing 70 changed files with 3,200 additions and 123 deletions.
2 changes: 2 additions & 0 deletions packages/web/.env/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ REACT_APP_ETH_REGISTRY_ADDRESS=0xBBeB72177EF2c0ec9fF96453f924a2b9590DF9B2
REACT_APP_ETH_PROVIDER_URL=https://ropsten.infura.io/v3/c569c6faf4f14d15a49d0044e7ddd668
REACT_APP_ETH_TOKEN_ADDRESS=0x65ca91574256B2c194A964E340e8B0A802E17ec6
REACT_APP_ETH_OWNER_WALLET=0xcccc7428648c4AdC0ae262D3547584dDAE25c465
REACT_APP_COMSTOCK_URL=
REACT_APP_CLAIM_DISTRIBUTION_CONTRACT_ADDRESS=

REACT_APP_CACHE_PRUNE_MIN=250

Expand Down
2 changes: 2 additions & 0 deletions packages/web/.env/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ REACT_APP_ETH_PROVIDER_URL=https://eth-ropsten.alchemyapi.io/v2/Cfba0ddjnI3WUXr2
REACT_APP_ETH_NETWORK_ID=3
REACT_APP_ETH_TOKEN_ADDRESS=0xF0A4A438821d21e37150e9916569De7c156E898F
REACT_APP_ETH_OWNER_WALLET=0xC7310a03e930DD659E15305ed7e1F5Df0F0426C5
REACT_APP_COMSTOCK_URL=
REACT_APP_CLAIM_DISTRIBUTION_CONTRACT_ADDRESS=

REACT_APP_CACHE_PRUNE_MIN=250

Expand Down
4 changes: 3 additions & 1 deletion packages/web/.env/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ REACT_APP_WEB3_NETWORK_ID=77
REACT_APP_ETH_REGISTRY_ADDRESS=0xE4D37F2dA0a2953f801c23e036D924595eE6d0c1
REACT_APP_ETH_PROVIDER_URL=https://eth-ropsten.alchemyapi.io/v2/Y-vE_LXNPnKsbnmaXxAre7t_xI-PA6KU,https://eth-ropsten.alchemyapi.io/v2/sydBoAxCidDdGK2kX4HuSb0ZzcmesZmt
REACT_APP_ETH_NETWORK_ID=3
REACT_APP_ETH_TOKEN_ADDRESS=0x90DFd2219FC87e5Ea83a8FD42615944c56A01f4D
REACT_APP_ETH_TOKEN_ADDRESS=0x74f24429ec3708fc21381e017194A5711E93B751
REACT_APP_ETH_OWNER_WALLET=0xcccc7428648c4AdC0ae262D3547584dDAE25c465
REACT_APP_COMSTOCK_URL=https://comstock.staging.audius.co
REACT_APP_CLAIM_DISTRIBUTION_CONTRACT_ADDRESS=0x74b89B916c97d50557E8F944F32662fE52Ce378d

REACT_APP_CACHE_PRUNE_MIN=250
REACT_APP_NOTIFICATION_URL=https://download.staging.audius.co/notifications
Expand Down
Loading

0 comments on commit 1937aba

Please sign in to comment.