filecoin-project / statediff

State Inspector 🕵️‍
Other
10 stars 7 forks source link

finding an account by ID doesn't work #29

Open raulk opened 4 years ago

raulk commented 4 years ago
image

The account exists: https://filfox.info/en/address/t03630

raulk commented 4 years ago

Ok so this is a UI artefact. The next button looks a lot like a "go/search" button. So I always end up clicking this button after inputting an address, only to later realise that I need to press the enter key. This ends up taking me immediately to the second page of the full actor listing, and when the result from my query comes back, the result set is trimmed to one page, and there is no way to go back.

All of this UI is a little wonky, and I think it's time to upgrade to an actual frontend framework like Vue or Svelte. Getting all of these interactions right manually is a waste of time, when prepackaged components exist for all this stuff...

willscott commented 4 years ago

some of this is a question of use case. The current setup was structured with an eye for being able to support CLI-based export of a single self-contained HTML artifact for a tree. single artifact packaging for additional frameworks can get a bit tricky, i think it depends a bit on if we're willing to put higher priority on a web server hosted instance or if CI / cli generating remains a case we want to support.

worth noting that the total artifact size currently (modulo the actual data being presented) is 70k