dhowe / ChinaEye

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

Design for pages where we don't check servers #39

Closed dhowe closed 7 years ago

dhowe commented 7 years ago

E.g., chrome:// pages. Doesn't work to say 'pending' as the wait would be forever...

image

Since we know such pages are not blocked, we might want to just show green for servers, but perhaps with some kind of note?

Another option (below) would be to simply hide (in the content-script) the server options for such pages (I think I like this better, as the other could be misleading).

image

dhowe commented 7 years ago

or maybe a narrower version of above...

cqx931 commented 7 years ago

I just collapsed the server info. I prefer to have the menu always in the same width... https://github.com/dhowe/ChinaEye/pull/42