Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add browser favicon assets#1

Merged
btcneves merged 1 commit into
mainfrom
feature/browser-icons
May 7, 2026
Merged

feat: add browser favicon assets#1
btcneves merged 1 commit into
mainfrom
feature/browser-icons

Conversation

@btcneves

@btcneves btcneves commented May 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds the NodeScope .ico favicon to the Vite frontend so the browser tab shows the project icon.
  • Adds the 512px PNG as an apple-touch-icon for shortcut and mobile contexts.
  • Keeps both assets under frontend/public/, where Vite serves static browser assets.

Validation

  • git diff --check
  • git diff --cached --check
  • Staged sensitive-content scan for the files included in this PR
  • docker compose run --rm nodescope-frontend npm run build
  • curl -I -fsS http://127.0.0.1:5173/nodescope-icon.ico
  • curl -I -fsS http://127.0.0.1:5173/nodescope-icon-512.png

Notes

  • The PNG was kept because it is useful as a touch and shortcut icon.
  • No private local files are included in this PR.

@btcneves btcneves marked this pull request as ready for review May 7, 2026 04:44
@btcneves btcneves merged commit 9c56731 into main May 7, 2026
5 checks passed
@btcneves btcneves deleted the feature/browser-icons branch May 7, 2026 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant