Commit Graph

180 Commits

Author SHA1 Message Date
William Grant 9331a27397 feat: splitpages now have better rich content support 2023-04-20 15:41:13 +10:00
William Grant 3d41fbfea0 fix: updated roadmap svg
fixed rerender when closing the roadmap explanation
2023-02-10 16:05:09 +11:00
William Grant aac87b9647 feat: updated legend and explanation designs
removed close button
2023-02-10 12:57:11 +11:00
William Grant 504469869c feat: added zoom out cap, improved legend padding on mobile 2023-02-10 12:42:22 +11:00
William Grant 1ec08b36d4 feat: added explanation popup 2023-02-10 12:19:09 +11:00
tomobre 66bf702222 fix: new roadmap.svg and dimensions for ishuge and isenormous 2023-02-10 11:48:55 +11:00
William Grant b012bce154 feat: added support enormous screens
added aria label to roadmap, updated roadmap.svg
2023-02-10 11:21:25 +11:00
William Grant eec10e1683 feat: compressed link preview and svgs
updated link preview alt to be more descriptive, only show legend after canvas has loaded
2023-02-10 10:40:30 +11:00
tomobre 620c47a5e0 fix: roadmap improvements 2023-02-10 10:22:02 +11:00
William Grant a3d936430c feat: updated roadmap with improved panning and zoom features
prettier should now ignore svgs, upgraded sharp dependency
2023-02-10 00:08:51 +11:00
tomobre 8ac53382e2 feat: new roadmpa 2023-02-09 16:44:28 +11:00
Will G 571a985bae
Roadmap updates (#54)
* removed roadmap title, removed year from navbar

* updated nav title to just roadmap, replaced image with brighter footer
2022-03-24 16:56:32 +11:00
William Grant 6e3c151ba9 updated roadmap 2022-03-24 15:34:44 +11:00
William Grant 8b4bec60b7 added updates tag and changed Dev Updates page to Updates 2022-03-08 16:19:41 +11:00
William Grant 9fba6918e5 support contentful's native tags 2022-03-03 17:23:18 +11:00
William Grant 75a13aa682 updated all relative path imports to be absolute 2021-12-13 09:27:04 +11:00
William Grant d27e330611 fix for static tag page generation 2021-12-11 08:16:53 +11:00
William Grant 090c96ed11 updated lokinet roadmap images 2021-11-22 16:19:19 +11:00
William Grant b24cf32e86 decreased rss feed size, improved sitemap 2021-11-17 17:06:22 +11:00
William Grant eb02c9b77d
Develop updates (#45)
Updated session roadmap image. Fixes Issue #24.
Updated home page with more info about Oxen and links to the available exchanges.
2021-10-08 16:33:33 +11:00
William Grant 97a393604d remove blur from faq header for consistency 2021-09-27 16:45:49 +10:00
William Grant c6d09ad177 fixed rich page header images flickering 2021-09-27 14:01:42 +10:00
William Grant beb6304cb9
Image quality fix (#42)
* changed next/image quaity to 100

* better quality for blogpost cards and increased lazy loading boundary for article cards and embedded content

* removed conditional width image loading for smaller screen sizes. We want things crisp!

* optimized session-x.png size

NOTE: Would have liked to use Contentful's Progressive JPGs but we have content that relies on transparency
2021-09-27 11:46:42 +10:00
William Grant 480d596516
Telegram fix (#41)
* fix telegram image previews

* fixed host url for staging

* decrease metadata image dimensions so telegram previews work
2021-09-25 16:21:48 +10:00
William Grant d8b8d68c24 used contentful preview api so we can fetch drafts 2021-09-22 11:29:20 +10:00
William Grant 5e0d3e5f38 preview route mvp done 2021-09-22 10:52:50 +10:00
William Grant e313751d1c
Image loading performance (#38)
* added placeholder url

* using next-plugin-svgr so we can import svgs into img tags, added blur placeholders to images, reverted eager loading, import static images where possible so next can calc dimensions and placeholders
2021-09-20 17:32:45 +10:00
William Grant 49a48b3dae added accessibility testing use the react-axe plugin 2021-09-20 13:40:20 +10:00
William Grant ffdc702967 slowed down floating animation, optimised images and svgs and load them eagerly in certain cases 2021-09-20 13:24:57 +10:00
William Grant 656fab3ac6 upgraded to next11, replaced eslint config with eslint-next-config-next, fixed eslint errors 2021-09-20 12:45:29 +10:00
William Grant 455fc2eac4 updated image priority loading 2021-09-20 11:08:03 +10:00
William Grant ef41aff470 replaced img tags with next/image for HomeHero, side menu items and rich, faq and roadmap pages 2021-09-20 09:28:06 +10:00
William Grant 3983519da8 Added sitemap and robots.txt 2021-09-19 14:10:39 +10:00
William Grant ab40b56d0b updated Blogposts 2021-09-19 12:27:09 +10:00
William Grant 98aaea1566 Updated Blogs index and Tag pages 2021-09-19 12:15:28 +10:00
William Grant 197b0e9568 updated FAQ, Roadmap and RichPages 2021-09-19 11:25:48 +10:00
William Grant 045429d8fa added keys to Head tags to prevent duplication, updated index and 404 pages 2021-09-19 11:01:10 +10:00
William Grant cc02dc5798 added CustomHead component, updated _app and _document 2021-09-19 10:21:42 +10:00
William Grant 5e3466f88b updated metadata constants 2021-09-19 09:50:37 +10:00
William Grant de787d7482 refine build log messages 2021-09-17 14:50:55 +10:00
William Grant 3cfe82dc16 refactoring and cleanup 2021-09-17 14:41:20 +10:00
William Grant 490646037a optimised getStaticPaths, check if pages are exceeded, fixed featured post jitter 2021-09-17 14:03:06 +10:00
William Grant 3fcdc30df8 fixed sidebar hiding for blog route 2021-09-17 12:42:55 +10:00
William Grant 251390db06 refactoring 2021-09-17 12:26:46 +10:00
William Grant 68ff0b2214 pagination now works correctly with ISR, fixed nextjs blog rewrites 2021-09-17 12:11:12 +10:00
William Grant dab3758dfa now build all tag pages 2021-09-16 15:03:39 +10:00
William Grant 2e392f05cb blog pages are now built using ISR 2021-09-16 12:51:56 +10:00
William Grant 730973504a moved blog posts to root level so we can split up blog pagination and post logic 2021-09-15 17:06:55 +10:00
William Grant 599a97177f fixed side regex for blog and tag routes 2021-09-15 17:02:49 +10:00
William Grant c5f304dfa8 removed tag logic from blog route, tag blocks now link to tag route 2021-09-15 15:30:05 +10:00