kyokan / bob-wallet

Bob Wallet is a GUI for DNS Record Management and Name Auctions on Handshake. It includes an integrated full node: hsd
https://www.bobwallet.io/
GNU General Public License v3.0
380 stars 92 forks source link

Minor table layout fix for "Your bids" section #599

Closed handshake-enthusiast closed 1 year ago

handshake-enthusiast commented 1 year ago

Otherwise a user may see "BIDDING NOW (1 BID(" (truncated) instead of "BIDDING NOW (1 BID(S))". See attached screenshots.

Just made it consistent with watching.scss ("Watching" section"):

Not sure why this was changed in b830e96a2e5e6ce18520cee8c9877e1b700d6908.


Your Bids – Before

1 - Your Bids (before)

Your Bids – After

2 - Your Bids (after)

Watching

3 - Watching

rithvikvibhu commented 1 year ago

Thanks for the PR @handshake-enthusiast! We need a more responsive table that doesn't depend on fixed widths. Until then, this should do. Confirmed it doesn't affect any buttons in the right-most column. It does reduce the width for the name a little bit, but resizing the window will make that column grow so should be fine.