Commit Graph
187 Commits
Author SHA1 Message Date
Eric Allam d4c03f38d2 Cache static assets in the browser using remix asset imports 2022-06-09 14:16:10 +01:00
Eric Allam e37607b377 Remove PH banner 2022-06-09 12:39:02 +01:00
James Ritchie abd804ca4e Fixed PH banner mobile layout 2022-06-08 08:37:11 +01:00
Eric Allam ac31a5a1cf PH launch 2022-06-08 07:39:57 +01:00
Eric Allam a53506564d A nasty workaround for IPFS previewing 2022-06-07 14:13:24 +01:00
James Ritchie 2cb9bcd991 Reverted PH badge for now 2022-06-07 13:59:56 +01:00
James Ritchie d7225b201f Added Product Hunt Banner to homepage 2022-06-07 13:56:34 +01:00
Eric Allam 0358dbd5e2 Add some logging to discover what cloudflare is doing 2022-06-07 13:55:46 +01:00
Eric Allam bc5e5561c7 Fixed previewing IPFS images in cloudflare 2022-06-07 13:49:40 +01:00
Eric Allam 6df767080a IPFS previews work without the extension 2022-06-07 13:37:43 +01:00
sascha10000 2fb902ee01 fixed error due to issue with server sided preview generation (#70) 2022-06-07 13:15:18 +01:00
Eric AllamandJames Ritchie fa7010da0b Chrome extension banner (#74)
* Added chrome extension banner

* Only show the chrome banner when in Chrome

Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
2022-06-06 14:11:20 +01:00
Eric AllamandJames Ritchie 1b42269739 GitHub button footer in minimal mode (#72)
* Added a new github star button to the footer

* Improved the props to work the same as hero icons

* Only show the github link in the footer if on minimal theme

Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
2022-06-06 11:38:55 +01:00
Eric Allam c9d309c16d Fixed tree view minimal height 2022-06-01 15:22:11 +01:00
Eric Allam 3acf393009 Added privacy policy for jsonhero.io 2022-06-01 12:05:08 +01:00
Eric Allam 7508a96d3f Support minimal theme to strip out the header (for the chrome extension) 2022-06-01 11:28:24 +01:00
Eric Allam 49e0c57a33 Add ability to override the theme with a query param 2022-05-26 14:40:31 +01:00
Eric Allam d898d820bb Allow clients in browsers to call the create API 2022-05-26 09:15:33 +01:00
Eric Allam a4b7a38e67 Upgrade to miniflare 2.4.0 to fix issue with Node.js 17.7+ 2022-05-18 09:36:11 +01:00
Eric Allam d722b915a9 Ability to preview ipfs images 2022-05-17 16:26:10 +01:00
Eric Allam b3515bfff0 Display related values on Array and Object paths as well 2022-05-13 10:05:11 +01:00
Eric Allam d4c23be1b6 Move the examples out of app 2022-05-12 10:08:31 +01:00
James Ritchie 35082d9c43 Small header tweak to fix mobile portrait 2022-05-07 18:33:32 +01:00
D-K-P 48ac6bcdf7 Added Twitter icon to the header / footer of the homepage 2022-05-06 21:13:20 +01:00
James Ritchie 7e46e60d21 Added some example JSON files to help when running locally 2022-05-06 17:12:33 +01:00
Eric Allam 927cc26669 Convert the rest of the samples to ExampleDocs 2022-05-04 21:06:22 +01:00
Eric Allam 401205b57f Convert the Unsplash to the new ExampleDoc 2022-05-04 20:57:00 +01:00
Eric Allam a08fe62e78 Allow url documents to be injested, so it only hits the url once 2022-05-04 20:48:09 +01:00
Eric Allam fdd972b973 Allow creating read-only documents through the /new endpoint with readonly=true (fixes issue #48) 2022-05-03 22:36:27 +01:00
Eric Allam d793753a0a Make sure video element reloads if src changes 2022-05-03 22:05:51 +01:00
Eric Allam 6f548261a1 Adding additional logging to the $id endpoint 2022-05-03 16:39:40 +01:00
Eric Allam 635a97b133 Preview audio & video urls (fixes issue #46) 2022-05-03 15:09:19 +01:00
David Sanchez 3b0a5b80e7 New copy to clipboard shortcut feature and footer icon (#27) 2022-05-03 11:28:30 +01:00
Eric Allam cabd9e3379 Fixed the star count to exactly match github 2022-05-02 21:42:32 +01:00
Eric Allam 436f01e459 Add ttl option to the /new endpoint, allows setting a min 60s timeout 2022-05-02 21:30:19 +01:00
D-K-P 5bcab4fce9 Fixed the 404 home button 2022-05-01 19:28:31 +01:00
Eric Allam 7a3da02335 Merge pull request #39 from jsonhero-io/design/better-404
Simple 404 page design
2022-05-01 11:18:30 +01:00
D-K-P 7802f7b4eb Made the body text larger 2022-04-29 18:32:46 +01:00
D-K-P dccde99c1e Added a simple 404 page design 2022-04-29 18:23:15 +01:00
Eric Allam 7d5d12f2a3 Add a CatchBoundary to catch 404 errors 2022-04-29 16:59:49 +01:00
Eric Allam 5b21a751c4 Add source=example_url when creating a doc from one of the examples 2022-04-29 16:49:31 +01:00
Eric Allam 31e3a325ec Add support for setting a ttl when sending JSON through the API (#31) 2022-04-29 16:46:46 +01:00
Eric Allam b5b1993471 Fixed the meta charset utf-8 issue 2022-04-29 16:26:21 +01:00
Eric Allam 8df0cf4438 Fix issue #28 (previewing image URLs that return 405 from the HEAD request) 2022-04-29 16:22:54 +01:00
Eric Allam 12c5d47d08 Allow creating from a base64 encoded string in a query param 2022-04-29 15:04:27 +01:00
Eric Allam 55f47324cd Merge branch 'design/tree-view-updates' 2022-04-29 14:47:16 +01:00
Eric Allam 7ec6fefb49 Small tweak to the amount of overall left padding 2022-04-29 14:46:50 +01:00
Eric Allam b871badd9f Merge branch 'main' into design/tree-view-updates 2022-04-29 14:40:28 +01:00
D-K-P 97225553b2 Added colour key lines to the tree view 2022-04-29 13:24:00 +01:00
Eric Allam c2c99aa71c Fix issue #19, adding noindex,nofollow meta tag to document page 2022-04-29 13:05:31 +01:00