Mike Fix
3b67c0a846
undo map even if conversion fails
6 years ago
Mike Fix
61ca421789
create Map of changes and undo them
...
- Closes #564
6 years ago
Mike Fix
f184e711c1
fix encoding issue for plain text
...
- Closes #569
- Opens #564
6 years ago
Michael Fix
246a2f648f
fix(Editor): use cloned element for calculating width ( #568 )
...
- Closes #564
6 years ago
Michael Fix
6ab33153a8
Ability to name file downloads ( #562 )
...
* Ability to name file downloads
- Closes #561
* fix codemirror-graphql
6 years ago
Michael Fix
386b4a5bf5
Refactor list settings ( #553 )
...
* refactor list setting components
* remove mention of font
6 years ago
Mike Fix
01023bb1ad
enable react in scope lint rule
6 years ago
Mike Fix
44356be373
make BackgroundSelect extend Component not Pure w/ custom update
6 years ago
Michael Fix
20df18ebec
tune component updates and bump codemirror polling to hit 60 Hz ( #493 )
...
* tune componenet updates and bump codemirror polling to hit 60 Hz
* reuse omit
6 years ago
Mike Fix
1067ab3429
Exports
6 years ago
zhao.zhang
2b6a91dfee
feat: add atom one-light theme ( #499 )
6 years ago
Mike Fix
6babce42a9
make page a React components
6 years ago
Mike Fix
deb0638e18
add TODO for theme specific styles
6 years ago
Mike Fix
f79da0f7f0
fix solarized line numbers styling
...
- Closes #495
6 years ago
Mike Fix
7bab61ee81
Merge branch 'refactor-stylesheets'
6 years ago
Mike Fix
7c567412dc
pull out getRef
6 years ago
Mike Fix
4321c3455f
add aria labels
6 years ago
Mike Fix
1451ee2582
remove extra solarized link
6 years ago
Mike Fix
0b366d18f7
refactor stylesheets abstraction
6 years ago
Mike Fix
68469a4dbb
rect needs ids
6 years ago
Michael Fix
bd695b7fd1
convert ids to classNames, use refs ( #488 )
6 years ago
Mike Fix
e8f72be402
lint
6 years ago
Mike Fix
dbbbb2f33f
fix Carbon <title>
6 years ago
Mike Fix
9a86e7e7c4
prepare
6 years ago
Mike Fix
8e13d2d05c
allow editing in embeds
6 years ago
Mike Fix
25fa1eec6e
update copy button text
6 years ago
Mike Fix
004ac6c902
hide cursor
6 years ago
Mike Fix
92a80429f3
move manifest to all pages
6 years ago
Mike Fix
c0ff116de8
embeds
...
expose CodeMirrorLink, load only necessary theme in embed
implement copy button in Carbon window controls
add copy to queryParam
use next/head and metatags in /embed
make editor have router prop
fix now.json rewrites
allow local stylesheets in embed
6 years ago
Mike Fix
1d85149a97
fix api.image call logic
6 years ago
Michael Fix
fa983f6fbe
Make carbon a stateless component, move highlight.js calc into render ( #479 )
...
* make carbon a stateless component, move highlight.js calc into render
* remove unneeded class function
* inline handleLanguageChange
6 years ago
Michael Fix
09fa737ca1
move localStorage.clear() to prop of Editor ( #484 )
6 years ago
Mike Fix
6fc3d2b5e1
use react-addons-shallow-compare for comparing state
6 years ago
Tim Neutkens
2e945fc528
Don't use custom history API ( #485 )
...
* Add shallowEquals check for onUpdate
* Using Next.js Router instead of custom history API
Fixes https://github.com/zeit/next.js/issues/4994
* Remove urlObject code
6 years ago
Mike Fix
d41f05d9c1
update comment
6 years ago
Mike Fix
d70c8f0c2a
upgrade codemirror CDN links to 5.39.2 (patch)
6 years ago
Mike Fix
5b80d2a7bf
add comment about <link rel='preload'>
6 years ago
Mike Fix
b19bbf26ae
Fix preload for Firefox
6 years ago
Mike Fix
ded88c2e40
remove unused aria 'role'
6 years ago
Mike Fix
d8f24bda48
add viewport meta tag
6 years ago
Michael Fix
6c9a09e522
Clean up ( #481 ) (patch)
...
* clean up things
* introduce toggle fn
* remove constructor from Collapse (ignore)
* prettier (ignore)
* make Collapse a PureComponent (ignore)
* give ExportSizeSelect a display name (ignore)
* give ThemeSelect a display name (ignore)
* Toggle: displayName, PureComponent, remove constructor (ignore)
* Meta and Slider display names (ignore)
* remove ThemeSelect constructor (ignore)
* fix lint-staged, prettier
6 years ago
Mike Fix
584a866bc1
fix comment
6 years ago
Michael Fix
d3462bb961
Make `api` a prop of Editor ( #480 )
6 years ago
Michael Fix
c22a8e2a0d
Remove gDSFP in Carbon ( #477 )
...
* remove gDSFP in Carbon
* add comment
6 years ago
Mike Fix
b665dfc5f4
fix pathname issues when using next export
6 years ago
Mike Fix
20f9b5aa82
decoding from local storage bug fix
6 years ago
Mike Fix
0441205217
decode language html correctly
6 years ago
Mike Fix
a16141bdfa
fix default language dropdown
6 years ago
Michael Fix
0580e1c8e8
Separate API service, deploy frontend statically ( #474 )
...
* extract server into separate service
* fix basic tests with url.parse
* use Next withRouter
* remove old custom next rendering
6 years ago
Michael Fix
a9b25e05a3
Performance improvements ( #458 )
...
* 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
6 years ago