101 Commits (0c992097449dcf3da40ce84c25394da4d8526b05)

Author SHA1 Message Date
Mike Fix 0c99209744 sync up package.json version with tags 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
Michael Fix 0d2f2f4444
Code split and load prettier dynamically (#471)
* code split and load prettier dynamically;

* move prettier to dependencies
6 years ago
Mike Fix 4f7938d931 Run prettier 6 years ago
Michael Fix 86be3aae35
update spinner for react-codemirror2 (#470) 6 years ago
greenkeeper[bot] 79218d5614 Update puppeteer to the latest version 🚀 (#461)
* fix(package): update puppeteer to version 1.7.0

* remove temporary puppeteer docker fixes, yarn.lock
6 years ago
Michael Fix f018c454bf
Implement PWA functionality (#455)
* implement PWA functionality

* disable tweet button when offline

* just remove tweet button instead
6 years ago
Mike Fix b15fd14b07 revert puppeteer downgrade and install deps instead
- Closes #451
6 years ago
Mike Fix 02d2a9592f Docker puppeteer work around (revert this later)
- Tracked at https://github.com/dawnlabs/carbon/issues/451
6 years ago
Michael Fix 936d28d5d0
Move to now.json so GitHub integration kicks in (#414) 6 years ago
greenkeeper[bot] ded4b04349 Update downshift to the latest version 🚀 (#396)
* fix(package): update downshift to version 2.0.0

* Fix for breaking changes
6 years ago
greenkeeper[bot] f86ef541cc chore(package): update eslint to version 5.0.0 (#407) 6 years ago
greenkeeper[bot] df73cd450f fix(package): update react-dnd-html5-backend to version 5.0.0 (#400) 6 years ago
greenkeeper[bot] e3b9802a8f fix(package): update dropperx to version 0.2.1 (#401) 6 years ago
greenkeeper[bot] bda1c858be fix(package): update react-dnd to version 5.0.0 (#399) 6 years ago
greenkeeper[bot] 3351623e86 chore(package): update all-contributors-cli to version 5.0.0 (#392) 6 years ago
Mike Fix 87fd129f3b Add graphql to greenkeeper ignore list 6 years ago
Michael Fix 11c911e6b9 React DnD Dependency upgrades (#387)
* Remove old deps

* ReactDnD@4
6 years ago
Mike Fix 7f4afc8317 Fix dependencies 6 years ago
Mike Fix 1095465988 React 16.3 6 years ago
Mike Fix a4f90c30f0 React 16.4 6 years ago
greenkeeper[bot] 1149830b4f fix(package): update react-dnd to version 3.0.1 (#382) 6 years ago
greenkeeper[bot] b19b7bb45a fix(package): update react-dnd-html5-backend to version 3.0.1 (#381) 6 years ago
greenkeeper[bot] c428152be2 chore(package): update cypress to version 3.0.0 (#383) 6 years ago
Brian Dennis d885b63b3a add alt text support for Twitter images (#372)
* add alt text support for Twitter images

* move constant declarations up

* Use UNSAFE_cWRP

* remove duplicate TODO (whoops)
6 years ago
greenkeeper[bot] 3e2624727b fix(package): update react-image-crop to version 4.0.0 (#373) 6 years ago
greenkeeper[bot] 6368833e16 Update next to the latest version 🚀 (#367)
* fix(package): update next to version 6.0.3

* Fix 'this' in <style jsx> bug

* Better variables
7 years ago
Mike Fix 51c765e32d Revert "fix(package): update next to version 6.0.1 (#364)"
This reverts commit 6744f1087e.
7 years ago
greenkeeper[bot] 6744f1087e fix(package): update next to version 6.0.1 (#364) 7 years ago
greenkeeper[bot] 5f22fb0830 chore(package): update @zeit/next-css to version 0.2.0 (#363) 7 years ago
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
greenkeeper[bot] f44f944d3a fix(package): update react-codemirror2 to version 5.0.0 (#345) 7 years ago
Mike Fix 4097e7978c Fix cypress tests 7 years ago
Mike Fix b9c91c5e48 Keep react at 16.2 for now 7 years ago
greenkeeper[bot] c10595ede9 Update dependencies to enable Greenkeeper 🌴 (#340)
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* Update README.md

* Add yarn.lock, keep webpack stable
7 years ago
Jake Dexheimer cf1e92b8cb Use Unsplash API (#301)
* Add unsplash-js, isomorphic-fetch

* /unsplash route/handling

* RandomImage use unsplash api

* Implement Photographer accredidation

* Add referral link

* Fetch photographer profile_url from unsplash api

* Change credit copy

* Add PhotoCredit component
7 years ago
Michael Fix b6db0fe3e4
Bump Next dependency (#299)
'- https://zeit.co/blog/next5-1
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
briandennis 54d81a6bde add secret prefix to logs identifier 7 years ago
briandennis 89a912be26 add now-logs to package.json 7 years ago
briandennis 57dddd0b19 add /image api endpoint, use it to get carbon image if on safari 7 years ago
Michael Fix 7d95eb44b4
Improve Perf 1 (#282)
* Inline stylesheets

* Minify CSS

* Use Next CSS imports instead
7 years ago
Michael Fix d77ff14e05
Implement typeable dropdowns (#283)
* Implement typeable dropdowns

- Closes #276

* Fix up and down arrows

* Use instance variables for state and user input

* Bug fixes

* Pass getButtonProps
7 years ago
Mike Fix 69d00e955d Fix peer-dependencies 7 years ago
Mike Fix 33a7e31b66 Bump to Next@5, remove unneeded config 7 years ago
Bruno C. Couto 83d30234a3 Add support to keyboard navigation in Dropdowns
The user can navigate through the Themes and Languages selects using the
keyboard arrow down and up keys.
7 years ago
Mike Fix 6d2aae4b89 Revert Next@5 for now 7 years ago