ipfs-shipyard / service-worker-gateway-2019-poc

[ARCHIVED] 2019 PoC of IPFS gateway fully running on a Service Worker. For modern (2024+) version see https://github.com/ipfs-shipyard/service-worker-gateway
MIT License
61 stars 11 forks source link

Update Stats Page UI #12

Open vasco-santos opened 6 years ago

vasco-santos commented 6 years ago

The stats page was implemented according to the current UI of Web UI and dir view in PR #11

It will be necessary to update the current style of the Stats Page, according to the new UI being developed for the Web UI.

@olizilla Can you update me regarding this? When will it be ready? Are there any guidelines?

olizilla commented 6 years ago

It's early days yet. The most concrete thing we have is the ipfs-css project https://github.com/ipfs-shipyard/ipfs-css which provides colors, icons and web-fonts, in an atomic css / tachyons inspired style.

We're right in the middle of building out the new webui at the moment, and the component level designs are not pinned down yet, but the discussions happen here: https://github.com/ipfs-shipyard/pm-ipfs-gui particularly https://github.com/ipfs-shipyard/pm-ipfs-gui/issues?q=is%3Aissue+is%3Aopen+label%3A%22existing+feature%22 and https://github.com/ipfs-shipyard/pm-ipfs-gui/issues/33

I think you are right to use the existing webui styles for now, so this work can be shipped asap, as it is very rad, and I want it. In the background we're looking at isolating the pages of webui so they can be reused for things like this.

vasco-santos commented 6 years ago

Thanks for the feedback @olizilla ! I will stay on the loop in those discussions and later on we revamp this UI as well.