Commit Graph
176 Commits
Author SHA1 Message Date
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
Eric Allam 0355b210af Added initial contributing and development guides 2022-04-29 11:15:04 +01:00
Eric Allam d9cb941ed8 Format star count to better match github 2022-04-29 10:22:39 +01:00
Eric Allam 4b8e62506d Fix issue with JSON keynames with a / causing crashes when switching to the editor view
JSONHeroPath.fromPointer now correctly unescapes the ~1 path separation sequence
2022-04-27 21:01:03 +01:00
Eric Allam 145b4f6696 Do the same thing for GrpahJSON secrets/env vars 2022-04-27 20:16:37 +01:00
Eric Allam a40eeaae67 Safely check for existence of PEEKALINK_API_KEY 2022-04-27 20:12:50 +01:00
Eric Allam 2244b85d12 Merge pull request #17 from michellbrito/update-issues-link
Update issues link
2022-04-23 15:09:35 +01:00
Michell Brito f1ebf8d359 Update README.md 2022-04-22 23:28:36 -04:00
Eric Allam af1cefc324 Tweak title 2022-04-22 14:30:34 +01:00
Eric Allam be43460fea Make the NewDocument popover a little wider 2022-04-20 10:56:42 +01:00
Eric Allam d36a2ba546 Allowing pasting raw json in the URL field 2022-04-20 10:54:22 +01:00
James Ritchie 74af040260 Fixed a css bug in safari 2022-04-19 20:56:17 +01:00