walletbeat
walletbeat copied to clipboard
UI for stage system: Pop-up on wallet comparison table
L2BEAT has this nice popup for the stage system:
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.
@darrylyeo Any further code pointers here on the beta-astro-svelte branch?
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.