Commit Graph

16 Commits (26d1f95acfb034a1475f2a396537b6b1a93798cf)

Author SHA1 Message Date
Michael Fix a651a00baa
use vercel instead of now ()
Erwin Rahayu 2b7339cdd5
add translation indonesia readme ()
* add translation indonesia readme

* delete error log

* add yarn-error.log to gitignore

* fixing conflict, add log to gitignore, and reorganize the table on readme

* update my self on contributor
Mike Fix 03bf53a8c2
add deploy script
Mike Fix 43873efefd
add .now to .gitignore
Michael Fix e0ed4bebdc Merge in 4.0.0 ()
* merge in 4.0

* dev mode with firebase impl

* useReducer for toasts state
Tim Neutkens 7fdda47816 Add autoExport ()
* Add autoExport

* Upgrade Next.js

* Upgrade Next.js

* export service worker to /public

* fix service worker build - file exported to /public (unwanted)

* next next@canary

* try to fix SW

* try to fix SW

* add back _next routing for now

* try a mix of configs

* Fix service-worker serving

* Remove _next route

* Next 9

* move stuff back into /static

* fix service-worker

* don't use canary next builds

* static/banner.png -> static/brand/banner.png

* remove now-build script
Mike Fix b6dc55fa24 3.9.32
souppower 36b582cc60 Add Jest setup for unit testing ()
* install jest

* rename test script name

* test Safari detection logic

* don't expose implementation details for testing

* fix jest config

* contrib build

* don't expose impl details for testing
Mike Fix 54d8fff617 add desktop icon
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