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

Contribution from cc-wallet dev session #13

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

mainnet-pat
Copy link

@mainnet-pat mainnet-pat commented Aug 8, 2024

  • brand new wallet history tab with great overview of your activity
  • transaction inspection window with FT and NFT icons preview
  • multi-currency support (currently only EUR is hardcoded, but others could be added to dropdown too, see https://bitpay.com/rates/BCH for list of other currencies)
  • featured (pinned) token support, wallet could be opened with a reflink such as localhost:9000/addToken/d9ab24ed15a7846cc3d9e004aa5cb976860f13dac1ead05784ee4f4622af96ea to add a token to favorites
  • add token fiat value display in tokens, history and transactions views
  • add qrcode scanning dialog, use it on wallet page for address scans and on wallet connect page for wc qr recognition, thanks @paytaca
  • wallet connect and token creation could be toggled to be shown and hidden in main menu list
  • other improvements

Featured tokens will always be displayed, event if the wallet does not have them (zero balance)
…ken/:tokenId which will automatically add the token to the list of favorites
…anced settings menu button to clear the cached application data such as cached prices
…nd on wallet connect page for wc qr recognition
…dren components

Add a filter hint to the qr-scan dialog which will appear if decoded text does not match the required format
@mr-zwets
Copy link
Member

mr-zwets commented Oct 6, 2024

The changes have been deployed for testing here: https://cc-wallet-bch.vercel.app/

I like the idea of making token creation a tab you need to enable, and replacing it by the history tab
screenshots from the new branch:

image

image

@mr-zwets
Copy link
Member

the latest commit adds caching for bcmr & auth lookups

I also have a caching for bcmr and auth lookups staged, improvements are factor 2x - 10x in loading times upon refresh

@mr-zwets
Copy link
Member

mr-zwets commented Nov 25, 2024

So I'm doing the backposts one-by-one, because I rework the code & UI somewhat and because of merge conflicts.

I already did 2 backports

  • multi-currency support (add EUR only for now)
  • featured (pinned) token support

remaining features (6)

  • brand new wallet history tab with great overview of your activity
  • token creation could be toggled to be shown and hidden in main menu list
  • transaction inspection window with FT and NFT icons preview
  • add token fiat value display in tokens, history and transactions views
  • add qrcode scanning dialog, use it on wallet page for address scans and on wallet connect page for wc qr recognition
  • caching for bcmr & auth lookups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants