N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

Add a reversed byte order representation to the contract panel #163

Closed gsmachado closed 1 year ago

gsmachado commented 1 year ago

Fixes #162

gsmachado commented 1 year ago

I'm proud to say that this PR does not import any external libraries, and everything was done with CSS.

Here's the GIF:

Kapture_2023-06-07_at_01 01 51

gsmachado commented 1 year ago

@lock9 can you please provide feedback on whether this VSIX version works and makes your "life" easier? Thanks.

lock9 commented 1 year ago

It does solve a problem. The user won't need to use an external tool to convert the hashes. However, other UI elements still use the old format, which can be misleading. This will be enough for now (for us), but we need to make some other changes if we want to make the onboarding easier.

gsmachado commented 1 year ago

Will this be merged? any timeline for release? Thanks!

gsmachado commented 1 year ago

However, other UI elements still use the old format, which can be misleading.

@lock9 it would be great if you could create an issue telling us (maybe with screenshots to make it easier) about these other UI elements which use the "old" (non-reversed) format.

Once we get this, we can plan accordingly.

Thanks! 🙏