Commit Graph

22 Commits (624591b53af0c31c5a14bdda6bc08105d54fa56f)

Author SHA1 Message Date
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
Jake Dexheimer b7c8466711 fix mobile overflow issue ()
Yashu Mittal 22f2ea673e Space mono normal font ()
* Arranging in alphabetical order

* Add Space Mono (normal) font

* Added myself as contributor
Michael Fix 95f0a27111 Begin responsiveness overhaul ()
Closes 
Eric Adamski fd63008f12 Add Supoprt for IBM Plex Mono ()
* Add support for IBM Plex Mono (Italic) font

* Add myself as a contributor

* Alphabetize Fonts
Camron Flanders 98403b2ad2 Add Monoid Font ()
* Add Fantasque Sans Mono as font-face

* Add Fantasque Sans mono to constants

* Set to regular weight, not bold

* forgot to add myself as contrib

* add Monoid font
Camron Flanders eef096bc49 Add Fantasque Sans Mono font ()
* Add Fantasque Sans Mono as font-face

* Add Fantasque Sans mono to constants

* Set to regular weight, not bold
Michael Fix 5a4cdd7d7f
Lint and fix issues, don't add linting yet though ()
* Lint and fix issue, don't add linting yet though

* Clean up

* Remove /about href
Jake Dexheimer 04de6cae53 Remove body height
Jake Dexheimer ec412e6391 Fix height overflow
Jake Dexheimer 4d9793f3df Remove non-woff fonts
Jake Dexheimer c90099f72a Merge remote-tracking branch 'origin/master' into HEAD
Jake Dexheimer 12ce55b89a Remove non-woff fonts
Michael Fix 70928b765e Iosevka font ()
- Closes 
Mike Fix 28577aaf64 Font fixes
Jake Dexheimer 38cc0f91af Font support ()
* Add font family/font size support

* Load fonts with css

* Change settings item order
Andrew 3cbcb49c27 Remove semicolons
Andrew Dassonville 7e69ca2897 Add prettier
Jake Dexheimer bb38cd1d63 Fix overflow-x
Jake Dexheimer d819727285 add file drop overlay
Jake Dexheimer bf374f1728 Clean up styles
- Move globals out of Meta component
- Create style components for Reset and TypeSystem