Fix PWA launcher icon label text - #187
Merged
Merged
Conversation
Change short_name from 'Beer Fest' to 'Cambridge Beer Festival' for better app identification on home screens.
Update apple-mobile-web-app-title from 'Beer Festival' to 'Cambridge Beer Festival' to match manifest.json and Android label.
- Add viewport meta tag for responsive mobile layout - Add theme-color meta tag for browser UI theming (iOS 15+, Android) - Color matches manifest.json theme_color (#D97706)
Contributor
LCOV of commit
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
🚀 Cloudflare Pages PreviewYour preview deployment is ready! Preview URL: https://claude-fix-pwa-icon-label-09.staging-cambeerfestival.pages.dev This preview will be automatically updated when you push new commits to this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the branding and improves the mobile experience for the Cambridge Beer Festival web app. The most important changes are:
Branding updates:
apple-mobile-web-app-titlemeta tag inweb/index.htmlto "Cambridge Beer Festival" for more consistent branding.short_nameinweb/manifest.jsonfrom "Beer Fest" to "Cambridge Beer Festival" to match the full app name.Mobile experience improvements:
viewportmeta tag toweb/index.htmlto optimize layout and prevent user scaling on mobile devices.theme-colormeta tag inweb/index.htmlto match the festival's color scheme for a more integrated appearance on mobile browsers.