Commit Graph

42 Commits

Author SHA1 Message Date
Abdullah Mzaien 84e305d494
Making the site usable for all screen sizes (#156) 2021-04-05 08:49:40 -04:00
Steven f7a80f833d
Bump Node.js 14 and dependencies (#147) 2021-03-09 08:43:48 -06: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
Johannes 6708a95f33
Fix select component styles (#135) 2020-08-26 11:27:14 -04:00
Steven 8026662bcc
Update to vercel.app suffix (#130) 2020-08-11 15:38:08 -04:00
Steven 7c697b8448
Update og image (#122)
Fixes #121 by adding additional metadata.

## Example

<img src="https://user-images.githubusercontent.com/229881/85033029-77946200-b14e-11ea-9588-c562f3d05ad6.png" width="500" />
2020-06-18 10:30:26 -04:00
Steven bbd8b8b07b
Rename zeit/og-image to vercel/og-image (#119)
- Rename `now` CLI to `vercel` CLI
- Rename `now.json` to `vercel.json`
- Rename `.nowignore` to `.vercelignore`
- Rename `zeit/og-image` to `vercel/og-image`

https://vercel.com/blog/zeit-is-now-vercel
2020-05-27 19:15:22 -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 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
Steven 7e72d518b6
Improve SEO (#76) 2019-04-21 20:54:13 -04:00
Steven cf28f066b3
Update description (#71)
* Update description

* Update readme
2019-03-28 09:10:39 -04:00
Steven 13a95a409f
Move to zeit org (#67)
* Move to zeit org

* Remove author, use yarn

* Add .yarnrc so dependencies lock

* Save exact dependencies
2019-03-04 13:34:38 -05:00
Steven 74686546a7 Add width & height dropdowns 2019-03-01 17:54:33 -05:00
Steven f63aa97529 Fix local development 💚 2019-02-05 15:31:19 -05:00
Steven 42962bcb06 Add screenshot of tweet 2019-02-05 09:23:26 -05:00
Steven 44306fc779 Add description 2019-01-30 17:48:00 -05:00
Steven 3f4b79f510 Use typescript on the frontend 2019-01-25 17:07:28 -05:00
Steven 3287736872 Add dark theme 2019-01-24 17:40:38 -05:00
Steven 6a92ef3781 Add default url for img 2 - Fixes #23 2019-01-24 16:38:10 -05:00
Steven eaa9ac9a5d Add support for ? and % 2019-01-24 16:22:17 -05:00
Steven 0525fd67a8 Add transition to image 2019-01-24 15:46:53 -05:00
Steven 985cbd4604 Add error handling 2019-01-24 15:34:45 -05:00
Steven bef2e192cc Add debounce 2019-01-24 12:50:34 -05:00
Steven 6e192b2f14 Add loading state 2019-01-24 12:18:22 -05:00
Steven 8e0ec275f3 Fix sidebar 2019-01-24 11:09:26 -05:00
Steven 1819703f3f Change default to markdown input 2019-01-23 18:33:36 -05:00
Steven b837d2deda Change url to use origin 2019-01-23 16:08:01 -05:00
Steven 60ce742c59 Convert to modules 2019-01-23 16:02:11 -05:00
Steven 9e6856e4e2 Fix img hover styles 2019-01-23 15:44:49 -05:00
Steven 8d793c13d1 Add media query 2019-01-23 15:35:32 -05:00
Steven e7f9cc8d76 Add split view 2019-01-23 15:22:51 -05:00
Steven 972d7388b7 Add copy to clipboard Toast 2019-01-23 15:00:45 -05:00
Steven 0aa2b97715 Fix title case 2019-01-23 14:12:26 -05:00
Steven b08f70d7cc Move css and add DOCTYPE 2019-01-23 14:11:34 -05:00
Steven 6b93534c62 Fix title 2019-01-23 14:08:03 -05:00
Steven 1cabd8a52d Add styles 2019-01-23 13:59:32 -05:00
Steven 18a003e2f9 Add multiple images 2019-01-23 11:09:35 -05:00
Steven b2d6b71991 Add dot-dom and script 2019-01-23 10:16:53 -05:00
Steven ee64fa3a18 Remove fontWeight parameter, favor markdown 2019-01-22 15:13:45 -05:00
Steven 528c77b0da Change TS logo to blue 2019-01-22 10:38:40 -05:00
Steven 802da39c12 Add support for multiple images 2019-01-22 10:32:15 -05:00
Steven 38d65650c1 Add index.html and favicon 2019-01-21 16:30:12 -05:00