Commit Graph

16 Commits (d137bbbc78ddac76bc3e6e1c791e1000cacb5e3c)

Author SHA1 Message Date
Michael Fix 9d9280d0ee
rename nimrod to nim ()
Michael Fix ae9b4445f1
run prettier with new config ()
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
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
Michael Fix a9b25e05a3
Performance improvements ()
* Performance improvements

- Use font-display: swap
- Preload CSS links
- Compress all request payloads

* inline react spinner css

* remove @zeit/next-css, move custom themes to static

* update contributing docs

* spinner styles

* move spinner back to top level

* load codemirror synchronously
andri lim dc58da07af fixes , Nim's syntax highlighting is not weird anymore ()
Maxim Gerasimov e92e4567de Add Nord theme ()
* Add Nord theme

* Add descendant selector in nord.css
Winner Crespo 452370772f Adding VS Code's Night Owl theme ()
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
Vernon de Goede f8579bac73 Add support for Verminal theme 💅 ()
* Add verminal theme.

* Only decrease opacity if vibrancy is supported.

* Use Framer Syntax.

* Reset constants.

* Don't prefill example env variables.
briandennis f49b7649fb reorganize custom themes/modes