open-sauced / landing-page

This is the new landing page for open sauced
https://opensauced.pizza
32 stars 29 forks source link

Feat: Changelog Improvements #197

Closed zeucapua closed 9 months ago

zeucapua commented 9 months ago

Description

Implements the following changes to /changelog:

What type of PR is this? (check all applicable)

Related Tickets & Documents

Addressing #193

Mobile & Desktop Screenshots/Recordings

image

Steps to QA

Added to documentation?

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

ch-ch-changes

netlify[bot] commented 9 months ago

Deploy Preview for opensauced-landing ready!

Name Link
Latest commit 90d19a88c27090c568fcc885632c0cf6580066f7
Latest deploy log https://app.netlify.com/sites/opensauced-landing/deploys/65bc45116854be00080f0963
Deploy Preview https://deploy-preview-197--opensauced-landing.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance:
Accessibility:
Best Practices:
SEO:
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

zeucapua commented 9 months ago

image

Latest 3 changes and View More Changes button under the individual log (there's an orange border above to separate sections)

zeucapua commented 9 months ago

image

Added Social Share links, styled to be inline with /blog

zeucapua commented 9 months ago

@BekahHW The very first changelog (Unclaimed Profile Enhancements) has a slug of ui/ux-enhancements which is causing errors when trying to load it as an individual page. Is it possible to change it to not have a /?

BekahHW commented 9 months ago

@BekahHW The very first changelog (Unclaimed Profile Enhancements) has a slug of ui/ux-enhancements which is causing errors when trying to load it as an individual page. Is it possible to change it to not have a /?

I think we could either go with enhancements or ux-ui-enhancements

zeucapua commented 9 months ago

image

@BekahHW I'm implementing a generic 404 page for the homepage. Is there specific copy you'd like for this?

BekahHW commented 9 months ago

@zeucapua if you need something short but sweet:

Page Not Found - But Opportunities Are Everywhere

If there's room for something more elaborate:

404: Page Not Found - But Opportunities Are Everywhere

It seems you've stumbled upon a path that doesn't exist... yet. If you believe this page should exist, let us know. Your feedback is a valuable contribution to our community.

bdougie commented 9 months ago

The very first changelog (Unclaimed Profile Enhancements) has a slug of ui/ux-enhancements which is causing errors when trying to load it as an individual page. Is it possible to change it to not have a /?

I went ahead and changed the slug but saw the error in the deploy preview still persists.

Screen Shot 2024-02-01 at 1 41 52 PM

https://r7m53vrk.api.sanity.io/v2021-10-21/data/query/production?query=*%5B_type%20%3D%3D%20%27changelog%27%20%26%26%20!(_id%20in%20path(%27drafts.**%27))%5D%20%7C%20order(date%20desc)%20%7B%0A%20%20%20%20%20%20...%2C%0A%20%20%20%20%7D%5B0..4%5D

bdougie commented 9 months ago

I went ahead and changed the slug but saw the error in the deploy preview persists.

I allow listed https://*.netlify.app. I didn't realize that was never done. Everything renders as it does on localhost.

Screen Shot 2024-02-01 at 4 26 45 PM