feat(web): favicon + toast feedback (polish)
Add a vinyl-record favicon (icon.svg) — fixes the favicon.ico 404 console error. Lightweight toast system (ToastHost + toast()) fired on request, wanted add, search, follow, and want actions so submits give explicit feedback. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" fill="#E7DFCC"/>
|
||||
<circle cx="16" cy="16" r="13" fill="#1B1A17"/>
|
||||
<circle cx="16" cy="16" r="12" fill="none" stroke="#3a3833" stroke-width="0.5"/>
|
||||
<circle cx="16" cy="16" r="9.5" fill="none" stroke="#3a3833" stroke-width="0.5"/>
|
||||
<circle cx="16" cy="16" r="5" fill="#1F5138"/>
|
||||
<circle cx="16" cy="16" r="1.5" fill="#E7DFCC"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 433 B |
Reference in New Issue
Block a user