revoken icon indicating copy to clipboard operation
revoken copied to clipboard

feat: add token mint name/symbol, decimals and delegatedAmount USD value

Open johnrees opened this issue 3 years ago • 1 comments

This is a bit of a WIP and the code probably isn't idiomatic Vue but hopefully it is close to what you need.

I'd also like to add a linter like prettier in a separate PR if that's ok, so that spacing etc is consistent.

Before

Screenshot 2021-11-01 at 6 59 42 PM

After

Screenshot 2021-11-01 at 6 58 42 PM

TODO

I need to do some more refactoring and testing before I can say I'm happy with it.

It builds on #3 as there was going to be a lot of commit noise without it.

Checklist incoming...

johnrees avatar Nov 01 '21 19:11 johnrees

ooh this looks nice. is there a reason for avoiding @solana/spl-token-registry? i was gonna just use that but didnt look at its interface yet

2501babe avatar Nov 03 '21 21:11 2501babe