-
Notifications
You must be signed in to change notification settings - Fork 51
Scan: Implemented the txIndexPage's mobile layout #2310
Conversation
Your Render PR Server URL is https://d3n-scan-pr-2310.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-bse2kpgl1r120j4eteu0. |
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.
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.
LGTM
@@ -1052,6 +1051,7 @@ let make = (~messages: list(TxSub.Msg.t)) => { | |||
{messages | |||
->Belt.List.mapWithIndex((index, msg) => { | |||
let theme = msg |> TxSub.Msg.getBadgeTheme; | |||
//TODO: Change index to be uniqe something |
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.
nit: typo
type t = | ||
| Address(Address.t, int) | ||
| Address(Address.t, int, bool) |
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.
Maybe it's worth having a variant type for this. Can even be
Address(Address.t, int, [ `account | `validator ])
. Or at least we can add a comment explaining the meaning of the boolean. Up to you guys.
Fixed: #2304
Implementation details
Please ensure the following requirements are met before submitting a pull request:
CHANGELOG_UNRELEASED.md
Files changed
tab in the Github PR explorer)