Commit Graph

10 Commits (0955b304e11a7906e308b866dc4b3127c70b51f9)

Author SHA1 Message Date
Michael Fix a49647e128
Solidity language ()
* WIP: solidity, doesn't work though

* codemirror-solidity 0.1.4
Matthew Nielsen 9b885c6fd9 Added language support for RISC-V ()
* added language support for RISC-V

* added optional instruction set extensions for RISC-V
Mike Fix 008ba67eac remove old TODOs
Michael Fix 0580e1c8e8
Separate API service, deploy frontend statically ()
* extract server into separate service

* fix basic tests with url.parse

* use Next withRouter

* remove old custom next rendering
andri lim dc58da07af fixes , Nim's syntax highlighting is not weird anymore ()
Mike Fix 27470a90a3 Clean up custom modes
Michael Fix 89931eab59
Add linting back ()
Michael Fix 3bbb98a3a2
Revert "Refactor state components ()" ()
This reverts commit 0a59db56c8.
Michael Fix 0a59db56c8
Refactor state components ()
* WIP: Unstated works

* WIP: extract into its own file

* Container instance

* Remove unused variables

* Move toolbar children into Toolbar

* Extract our Coder interface

* Remove top level subscription

* Bug fix

* WIP

* Remove old dependencies

* Add import eslint plugin

* Rename components

- add createRef TODO [ ]

* Bug fixes

* Rename Coder -> CodeWindow

* Address comments

- Rename to variable
- Rename onDrop from Editor containers perspective

* More variable renaming
briandennis f49b7649fb reorganize custom themes/modes