Create base UI to serve as CLI and dependency graph explorer #20
Labels
capabilities/interfaces
Concerns accessibility, runtime platforms, and interaction modes
context/experimental
Applies to a specific branch (not master)
Scope
Applies to experiment: https://github.com/connexta/osg-eyes/tree/mvn-indexing
Ensure you're familiar with the parent issue: #19
Goal
Create the base UI skeleton for Clojure evaluation and graph generation. Here's what I have in mind:
Notes
See
Adds minimal React skeleton
commit:For the purposes of this issue, disregard
Adds Clojure console/repl at the top of the web page
; refer to #21 for context.See
Adds experimental xterm react component
commit:See
Adds an alternative experimental react-terminal-component and gets Cl…
commit:Emulator
to intercept the return value and modify the resultingEmulatorState
since we don't want to use this for shell commands but for Clojure evaluation.See
Adds react wrapper for drawing vis.js networks
commit:The text was updated successfully, but these errors were encountered: