ubc-carnap-team / Rudolf

Truth Tree Widget for Carnap
2 stars 3 forks source link

Make JSONDisplay less obtrusive #57

Closed McTano closed 4 years ago

McTano commented 4 years ago

Currently there is a resizable text affixed to the bottom of the window that we use to display part of the app state for development purposes. It would be good to keep this feature around for now, as it is useful for exporting examples for test cases, but we should get it out of the way.

  1. Let the user toggle its visibility (w/ default set to off), or somthing similar.

  2. Allow the user to paste in json for a tree in progress and update the app state with that.

Check out Graham's ProofJS demo for an example of what the behaviour might look like. Our implementation would need to be different, because we're managing the state with React.