walletbeat icon indicating copy to clipboard operation
walletbeat copied to clipboard

UI for stage system: Pop-up on wallet comparison table

Open polymutex opened this issue 3 months ago • 2 comments

L2BEAT has this nice popup for the stage system:

Image

We should have something similar on the wallet comparison table. The data is already plumbed into the RatedWallet object's ladders field (src/schema/wallet.ts), which is available to the UI component code (src/ui/organisms/WalletTable.svelte on the beta-astro-svelte branch) to render.

polymutex avatar Sep 29 '25 05:09 polymutex

@darrylyeo Any further code pointers here on the beta-astro-svelte branch?

polymutex avatar Oct 08 '25 18:10 polymutex

Will be updating <Table> to have a more intuitive column-level Snippet option shortly. Once that's in, WalletTable.svelte would be the place to make this change.

darrylyeo avatar Oct 10 '25 06:10 darrylyeo