Nearblocks / nearblocks

NearBlocks is the leading Near Blockchain Explorer, Search, API and Analytics Platform for Near Protocol, a decentralized smart contracts platform.
https://nearblocks.io/
Other
35 stars 17 forks source link

Please change the Transaction Actions icon #611

Open ewiner opened 2 weeks ago

ewiner commented 2 weeks ago

Feature Request

Is your feature request related to a problem? Please describe.

This is tiny but it's been bugging me since the first day I used Nearblocks.

Can you change the ▸ icon next to each of the Transaction Actions?

image

That ▸ icon implies to me that each action is expandable to show more detail. But alas, it's not clickable or expandable.

Describe the solution you'd like Could you please change the icon? Maybe a numbered list, or bullets instead.

Or better yet, let me expand the action and see the arguments to the function call or AddKey or whatever!

andrewklau commented 2 weeks ago

I believe this was based on a reference design.

It would make sense to expand, but then it gets quite crowded. We've added a link when you click on this to go to the corresponding receipt

If you have any other ideas feel free to comment back

ewiner commented 2 weeks ago

Thanks! I love how quick you are to turn around these requests. I don't think the change is live yet, but just looking at the code, I'm a little worried about the use of a <span onClick> instead of an <a>. When I see a list of links like that, and I want to dive into the details, I often middle-click each one to open them in background tabs. But that usually doesn't work for <span onClick>s.

andrewklau commented 5 days ago

Thanks for the feedback, we'll get your fixes added and try to put it live end of this week

Most updates are merging into https://beta.nearblocks.io/ first which will have integrated dex txns, cross chain txns and some UI improvements

I'll reopen this to make sure it gets fixed