-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: improve app's bootstrap HTML metadata #2168
Conversation
Some simple changes to remove defaults from the CreateReactApp origins: - Improves the HTML title to more specifically match this app (vs. other IPFS produced sites) - Adds a meta description (pulled from the Github repo) - Adds an IPFS theme colour in HTML meta - Adds canonical link to bootstrap HTML
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
Thanks for this @jphastings, unfortunately, our pinning CI is currently broken due to Estuary sunsetting their pinning service and our ipfs-cluster intermittently failing on pinning this content. I am tracking some work to address this in #2161 |
Thanks for keeping me up to date, let me know if there's anything you'd like me to do! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, small suggestion inline but also fine to disregard.
Co-authored-by: Marcin Rataj <[email protected]>
## [4.3.0](v4.2.1...v4.3.0) (2024-08-12) CID `bafybeihatzsgposbr3hrngo42yckdyqcc56yean2rynnwpzxstvdlphxf4` --- ### Features * **remotepins:** add Functionland Fula ([#2242](#2242)) ([b998f3c](b998f3c)) ### Bug Fixes * improve app's bootstrap HTML metadata ([#2168](#2168)) ([9c10520](9c10520)) * loading empty content ([#2237](#2237)) ([e81d132](e81d132)) ### Trivial Changes * **ci:** dnslink update on .tech tld ([222053a](222053a)) * **ci:** stop updating webui.ipfs.io ([5b06c3f](5b06c3f)) * **deps:** bump actions/checkout from 3.6.0 to 4.1.2 ([#2213](#2213)) ([d028190](d028190)) * **deps:** bump actions/github-script from 6 to 7 ([#2197](#2197)) ([7342cfa](7342cfa)) * **deps:** bump axios, @storybook/test-runner, bundlesize and wait-on ([#2215](#2215)) ([fbbe5ff](fbbe5ff)) * **deps:** bump ip from 1.1.8 to 1.1.9 ([#2211](#2211)) ([d73e798](d73e798)) * **deps:** bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.1 ([#2222](#2222)) ([c6159c3](c6159c3)) * pull transifex translations ([#2220](#2220)) ([35f8aae](35f8aae))
🎉 This PR is included in version 4.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Some simple changes to remove defaults from the CreateReactApp origins: