Commit Graph

7 Commits

Author SHA1 Message Date
saml33 3556a1fc60 test-template 2021-10-22 12:49:46 +11:00
Ben Spinks 9b185b0107
Add button that removes an image (#134)
* Add button that removes an image

* Make remove button 100% width

The calc + 2px is to account for inconsistency with the other inputs
and selectors which appear to be 2px wider than 100% (presumably from
border)

* Make splice/filter operation clearer

The array has to be spread before filtering.
This is for the case where only a later image has a defined width/height
In those cases the width/height array would be defined as [4: 350]
for example.
Filtering on that array would give unexpected result.
The spreading creates the full array and then filters correctly.

Co-authored-by: Steven <steven@ceriously.com>
2020-08-27 10:55:33 -04:00
Steven 3406121c3a
Change assets to vercel.com (#114)
We need to support both `assets.vercel.com` as well as `assets.zeit.co` for backwards compatibility, but we'll change the default to `assets.vercel.com`.
2020-04-28 10:51:55 -04:00
Steven e8d7693227
Rename ZEIT Now to Vercel (#113)
https://vercel.com/blog/zeit-is-now-vercel
2020-04-23 18:53:55 -04:00
Steven 2794f6f760
Change default to ZEIT logo, remove Now logo (#102)
* Change default to ZEIT logo

* Apply suggestions from code review

Remove Now logo from dropdown

Co-Authored-By: Paco <34928425+pacocoursey@users.noreply.github.com>
2019-11-11 11:38:55 -05:00
Steven c06a2f573d
Rename dirs to avoid creating lambdas (#91) 2019-07-25 15:02:30 -04:00
Steven d05a27116c
Remove builds in favor of zero-config (#87)
* Remove builds in favor of zero-config

* Rename types from .d.ts to .ts and import

* Fix types

* Fix web build to use separate tsconfig.json

* Rename web/browser.ts to web/index.ts

* Move fonts
2019-07-25 12:35:12 -04:00