Michael Fix
89931eab59
Add linting back ( #349 )
7 years ago
Michael Fix
3bbb98a3a2
Revert "Refactor state components ( #338 )" ( #348 )
...
This reverts commit 0a59db56c8
.
7 years ago
Michael Fix
0a59db56c8
Refactor state components ( #338 )
...
* 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
7 years ago
Michael Fix
80cf355b44
Use gist language response ( #343 )
...
* Use gist language response
* Use gist language response - fix when no queryparams are given (#344 )
* fix when no queryparams are given
e.g. http://carbon.now.sh/3208813b324d82a9ebd197e4b1c3bae8 would still not set the language property because the initialState is null
* move gist language to its own test
* Update test
7 years ago
Vernon de Goede
f8579bac73
Add support for Verminal theme đź’… ( #341 )
...
* Add verminal theme.
* Only decrease opacity if vibrancy is supported.
* Use Framer Syntax.
* Reset constants.
* Don't prefill example env variables.
7 years ago
Eric Adamski
fd63008f12
Add Supoprt for IBM Plex Mono ( #324 )
...
* Add support for IBM Plex Mono (Italic) font
* Add myself as a contributor
* Alphabetize Fonts
7 years ago
briandennis
f49b7649fb
reorganize custom themes/modes
7 years ago
Ben Jervis
f15d7a83e2
Adds Atom's One Dark theme ( #319 )
...
* Adds Atom's One Dark theme
* Moves one-dark.css into static
* Moves the file from a stylesheet link to an import
* Removes the link from constants
7 years ago
Camron Flanders
98403b2ad2
Add Monoid Font ( #314 )
...
* 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
7 years ago
Camron Flanders
eef096bc49
Add Fantasque Sans Mono font ( #313 )
...
* Add Fantasque Sans Mono as font-face
* Add Fantasque Sans mono to constants
* Set to regular weight, not bold
7 years ago
Michael Fix
9dd8d3a9c4
Fix issue 294 ( #305 )
7 years ago
Mike Fix
53b8965b79
Watermark in URL parameters"
7 years ago
Michael Fix
5a4cdd7d7f
Lint and fix issues, don't add linting yet though ( #293 )
...
* Lint and fix issue, don't add linting yet though
* Clean up
* Remove /about href
7 years ago
Michael Fix
a6324586eb
Performance improvements ( #287 )
...
* Perf improvements. Limit rerender on keystrokes
* Spread settings props, make dropdowns and carbon pure
* Remove last TODO
* Pass state into value of titleBar input
* Clean up
7 years ago
Raphael Amorim
7f40e9b469
[WIP] add lucario as theme option and update contributors ( #292 )
...
* add lucario as theme option and update contributors
* undo miss change
* update codemirror to latest
7 years ago
Mike Fix
034c35ca92
Back to 2x default
7 years ago
Jake Dexheimer
c6be4f0295
prettier
7 years ago
briandennis
fe1df904ea
pass encode state to api instead of url
7 years ago
briandennis
fa5f5f7036
add state query support
7 years ago
briandennis
89a80c3c2b
add state query support
7 years ago
briandennis
57dddd0b19
add /image api endpoint, use it to get carbon image if on safari
7 years ago
Mike Fix
7fce4060f0
Default to 1x
7 years ago
Mike Fix
1b5ed6a60c
Fix CMD+A backspace issue
...
- Closes #272
7 years ago
Jake Dexheimer
f79d01ad9b
Add RandomImage component
7 years ago
Jake Dexheimer
9499248e1c
Add watermark feature ( #274 )
...
* Add watermark feature
* Change watermark to carbon logo
* Fix double borders
7 years ago
Mike Fix
3168ddb0ad
Add title bar to default settings
7 years ago
Michael Fix
70928b765e
Iosevka font ( #268 )
...
- Closes #233
7 years ago
Jake Dexheimer
4c86468e50
Rename ResolutionSelect
7 years ago
Takahiko Inayama
b7adab9bea
Support variable export sizes ( #264 )
7 years ago
Adi Vaknin
56f11f404f
Added missing settings to mapping in routing.js so they will update the url
7 years ago
Jake Dexheimer
3c0b3dd387
Fix dropdown hover/width, window themes bg
7 years ago
briandennis
46091f6dc5
URI component encode carbon text
7 years ago
Nihad Abbasov
e3d2646885
Add Tomorrow Night - Bright theme ( #222 )
...
* Add Tomorrow Night - Bright theme
https://github.com/chriskempson/tomorrow-theme
* Update contributors
7 years ago
Iván MunguĂa
b2f6e1c963
Add syntax highlighting for Apache
7 years ago
briandennis
5af953cd2e
remove empty state values so as not to override defaults
7 years ago
briandennis
d62145f727
modify default settings constant, use new constant when setting initial settings
7 years ago
Dillon Mulroy
7a2b778204
Initial Proof of concept
7 years ago
Mike Fix
959703c51a
Fix localStorage
7 years ago
Michael Fix
3d4ba85732
Sanitize color inputs ( #196 )
...
* Sanitize color inputs
* Remove unneeded dep
* Move to constants
* Case insensative
7 years ago
Brad Dougherty
71e535e9e2
Fix boolean params ( #195 )
...
* Parse boolean query params properly
* Update routing.js
7 years ago
Mike Fix
abb0948324
Fix escape error
7 years ago
Mike Fix
bb4eb1ed9a
XSS localStorage
7 years ago
Iván MunguĂa
a3697f48b9
Add syntax highlighting for the diff language ( #191 )
7 years ago
Jake Dexheimer
71abf28466
Use x-php mime-type
7 years ago
Hugo
a69a3f2e44
Add Oceanic Next theme ( #167 )
...
* Add Oceanic Next theme
* Update Codemirror to 5.34.0
7 years ago
Jake Dexheimer
cbc6824b83
Background image settings ( #169 )
...
* Implement drag-n-drop image for backgrounds
- Closes #122
* In progress
* Add background-size, background-position settings
* Add ReactCrop
* Remove old bg sizing sliders
* Add resize observer
* Fix typo
* Disable select on sliders
* onAspectRatioChange hook
* Rename to backgroundColor
* Fix state issues
* Add backgroundMode toggle
* Rename ColorPicker
* Add upload-image margin
* Minor font-size change
* Fix build
7 years ago
Brian Dennis
77af47b59e
add PowerShell langauge ( #174 )
...
* add PowerShell langauge
* remove npm lockfile
* update lockfile
7 years ago
Mike Fix
8e2c725267
Fix build
7 years ago
Kunall Banerjee
73eb4ac2cd
add support for shell syntax ( #172 )
...
Closes #168
7 years ago
Michael Fix
ed9993170f
GraphQL Type ( #164 )
7 years ago