website tab icon #187
Notifications
Total Time Spent: 1 hour 2 minutes
fen
1 hour 2 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#187
Reference in New Issue
Block a user
there should be a tiny icon for browsers tabs. it can be a tiny paint can or paint palette either are fine for now.
QA FAIL (PR #191): wrong feature for issue #187. Issue is 'website tab icon' (favicon), but PR head fix-187 (
1a8da8c) implements the #168 notification-pill rework: its commit history is entirely #167/#168/#169/#171 work, the PR files diff is empty, and no favicon/icon asset or head-template change exists anywhere in the branch. Additionally fix-187's tip is an ancestor of current dev (dev tip9621faa0already contains it), so merging would be a no-op. PR not merged; issue stays open. A real fix-187 favicon branch is needed.QA FAIL (PR #191 review)
PR #191 is empty: its branch fix-187 (
1a8da8cd) is an ancestor of current dev (9621faa0) — compare dev...fix-187 shows 0 commits ahead and 0 changed files. Nothing was merged or added.Evidence:
Fix path: create a paint-can/palette icon as an embedded static asset (e.g. internal/web/static/favicon.svg + web.go go:embed), add to layout.html <head> (CSP img-src 'self' data: already permits it), go build ./... && go test ./..., then push to fix-187 and reopen/retarget the PR.
Issue left open; QA label retained.
QA FAIL re-check (PR #191, favicon for #187): confirmed the earlier FAIL verdict. PR head
1a8da8cis an ancestor of current dev (merge-base = PR head; dev...fix-187 diff is 0 files). No favicon asset or link rel=icon exists anywhere under internal/web (git grep over templates+static returns nothing). The PR title's 'created pill' wording is unrelated #168 naming. Nothing to merge or deploy: fix-187 contains no implementation of the tab icon. Issue stays open; implementation needs a real favicon (e.g. self-hosted SVG/ico allowed by img-src 'self' data: plus a head link in layout.html).Live verification note: palette-dev was still serving a stale pod (favicon 404, no link rel=icon in HTML) after the #196 merge. Rollout restart done; confirmed live now: GET /static/favicon.svg returns 200 image/svg+xml and the rendered homepage includes . Fix verified, no further work.
QA PASS (PR #196): favicon verified live on palette-dev.
2a21251, rebased/current on dev) via tea; merge commitb603b29on dev.Closing #187; deleting fix-187-favicon.