-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: routebook visual updates #187
Conversation
2ecb06b
to
b380629
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran the app, found some visual issues:
- Column "total" misalignment – the number should be aligned with the right side of a cell
- Columns go out of the screen, "route" column doesn't fit.
- Hops amount takes multiple lines
- It seems like the background doesn't fully fit the hovered row (last screen, in the bottom of it there's a black line that shouldn't be there)
@VanishMax apologies - it seems I pushed a botched up version, working on a fix now. |
…ons in trade components - Replaced static loading placeholders with a reusable Skeleton component for better consistency in the RouteBook. - Adjusted table header padding for improved alignment. - Introduced formatPrice and formatNumber functions to standardize price and number formatting across TradeRow and RouteBook components. - Updated TradeRow to utilize new formatting functions for displaying prices, amounts, and totals.
b380629
to
794cec1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Grid looks like a better solution here.
Needs linting and it is good to go
fixes #146