Commit Graph

7 Commits (9f9d4f496af3e8cdf33d384aa8dcb9a92da82c74)

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
erick d0d3589dc4 Add optional timestamp to saved file names ()
* Add timestamp to file name save

* Add .DS_Store to .gitignore

* Add setting to toggle timestamp on file save

* Tweak timestamp format
Steven Sacks 9e519e2b5f fix issue - load defaults, then localStorage, then url config ()
* fix issue  - load defaults, then localStorage, then url config

* update comment and also do not need current state
Jake Dexheimer cbc6824b83 Background image settings ()
* Implement drag-n-drop image for backgrounds

- Closes 

* 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
Mike Fix 3b13e40045 No package-lock
Gleb Bahmutov 4078735cdc add Cypress integration tests ()
* chore: add Cypress background color tests

* add localStorage spec

* add project id for Cypress dashboard

* remove project id from cypress.json
briandennis 4914df7531 init