Add real site favicon assets #774
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
javascript
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
MyVideoGameList/myvideogamelist.com#774
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The application head already links to favicon assets, but the repo only has an empty
public/favicon.icoplaceholder and is missing the referenced SVG and Apple touch icon files.Browsers, bookmarks, pinned tabs, and mobile home-screen shortcuts should show a recognizable MyVideoGameList icon instead of a missing or blank favicon. The implementation should supply production-ready assets that match the existing brand and keep the current shared head partial as the single place where favicon links are declared.
Scope
public/favicon.icoplaceholder with a valid multi-size ICO favicon.public/favicon.svgasset for modern browser favicon support.public/apple-touch-icon.pngasset for iOS and home-screen shortcuts.resources/views/partials/head.blade.phpunless a small markup adjustment is needed for standards compliance.Acceptance Criteria
/favicon.icoreturns a non-empty valid ICO file from the public web root./favicon.svgreturns a valid SVG favicon from the public web root./apple-touch-icon.pngreturns a valid PNG touch icon from the public web root.public/.Test Coverage Required
vendor/bin/pint --dirty --format agentbefore closing the issue.Progress Checklist
public/favicon.icowith a valid non-empty faviconpublic/favicon.svgpublic/apple-touch-icon.pngresources/views/partials/head.blade.phpreferences existing favicon assetsvendor/bin/pint --dirty --format agentbefore implementation closeout