Vlad Frolov
Vlad Frolov
Currently, the page is full of ad-hoc data, so it is hard to reason about the information that is on the page. The goal I want to reach there is...
## Story > I observed in quite a few places that @media (min-width) and @media (max-width) had the same values. It should be something like max-width: 767px and min-width: 768px...
We include fonts in some of the edge components (NodeRow, ValidatorRow) instead of including them on the application level. To align fonts usage across the project, we should move fonts...
## Story > Jasper: For some reason we seem to be refunded N on every tx. In this is example our tx for sure adds to storage (handled by storage...
> when a transaction is failed, change the icon to a big fat X regardless of what type of transaction there is. It's really hard to tell at a glance...
## Story As a user who wants to be aware of all the events happening on the network, I want to know about such events as rewards allocation (balance increase...
## Story As a user who wants to explore the network on a mobile device, I want to do it quickly and intuitively so I can be productive. ## Acceptance...
## Story As a user, I want to clearly understand if the data is not found so I can reason about the data I have. Currently, 404 pages are not...
## Story The warnings are potential bugs, so we should resolve them whenever possible. Enabling [StrictMode](https://reactjs.org/docs/strict-mode.html) in [next.config.js](https://nextjs.org/blog/next-9-1-7#react-strict-mode-compliance-and-opt-in) reveals that: * [ ] FlipMove and InfiniteScroll use `UNSAFE_componentWillReceiveProps`: Using UNSAFE_componentWillReceiveProps...
## Story As an Explorer developer who investigates issues, I want to have access to the history of the events so I can fix the incident faster and reliably. As...