-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add UI for Psiphon #88
Conversation
Some conflicts need to be resolved with this PR before merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another thing I forgot to flag was that we don't have the animation for |
When I click on the row of a result I get the following error: I suspect this is due to the fact that my ooniprobe is too recent and it's failing on the line I commented on above: #88 (comment) |
For this PR, hiding results for unsupported tests. |
I tested this and it's looking good. We should do a bit more polish to it based on the feedback from @holantonela in here: ooni/probe#967 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more polish of the UI should be done, but I say as an MVP we merge this.
This adds UI for Psiphon test. As a dependency, this also has UI for the newly implemented
Circumvention
test group itself.Fixes ooni/probe#957