wallet icon indicating copy to clipboard operation
wallet copied to clipboard

wip

Open onmax opened this issue 1 month ago • 0 comments

TODOs

  • [X] Setup Wallet with no storage and "playground" mode
  • [X] Create dummy account with dummy data
  • [X] Hijack requests to HubApi
  • [X] Implement fake buy
  • [x] Implement fake sell
  • [x] Fix Identicons in list
  • [ ] Enable USDC/USDT
  • [ ] Fake Swaps
  • [x] Implement visual clues
  • [x] Implement iframe messages to change visual clues both ways
  • [X] Implement fake Staking
  • [ ] Display swapped amount
  • [ ] Disable changing staking amount
  • [ ] Discuss about fallback modal and improve design
  • [x] Undo changes in sidebar.
  • [x] Undo changes in Buy Modal.

  • [ ] Got error while redirecting:
Error: Redirected when going from "/?demo=" to "/staking" via a navigation guard.
    at createRouterError (vue-router.esm.js:2056:15)
    at createNavigationRedirectedError (vue-router.esm.js:2015:10)
    at eval (vue-router.esm.js:2386:17)
    at eval (Demo.ts:138:1)
    at iterator (vue-router.esm.js:2372:7)
    at step (vue-router.esm.js:2097:9)
    at eval (vue-router.esm.js:2098:11)
    at eval (vue-router.esm.js:2394:11)
    at eval (router.ts:529:1)

onmax avatar Jan 21 '25 09:01 onmax