dhowe / ChinaEye

Experience the web as if you were living in China...
Artistic License 2.0
9 stars 3 forks source link

Add 'recheck now' button to menu interface #52

Closed dhowe closed 7 years ago

dhowe commented 7 years ago

Should first call:

Cache.clear(key);

And then treat as a normal request (since the cache is cleared, the real server request will then be made)

dhowe commented 7 years ago

something like:

image

cqx931 commented 7 years ago

image

Maybe put it in the section above? In this way, the grouping can better indicate that it's the servers that will be rechecked.

cqx931 commented 7 years ago

Please check: https://github.com/dhowe/ChinaEye/pull/53

dhowe commented 7 years ago

Works well, however we need some kind of loading animation, otherwise it is not clear that the software is being done. Can we change the OK/FAIL icons to a little spinning circle (or some other easy indication that the check is being done)?

cqx931 commented 7 years ago

Please check: https://github.com/dhowe/ChinaEye/pull/56

cqx931 commented 7 years ago

This one can be closed