Files
vessel/frontend/static/favicon.svg
vikingowl 35884150ee feat: rename project from ollama-webui to Vessel
- Update package.json name to "vessel"
- Update storage keys (vessel-settings, vessel IndexedDB)
- Update Go module to vessel-backend with new imports
- Update database path to vessel.db
- Add new Vessel "V" icon (favicon + app icons)
- Update all user-facing branding (titles, sidebar, settings)
- Update docker-compose files with vessel naming and network
- Change accent color from emerald to violet

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 06:53:07 +01:00

13 lines
504 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="vg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8b5cf6"/>
<stop offset="100%" stop-color="#6366f1"/>
</linearGradient>
</defs>
<!-- Abstract V vessel shape -->
<path d="M16 28 L4 8 Q4 6 6 6 L10 6 L16 18 L22 6 L26 6 Q28 6 28 8 L16 28 Z" fill="url(#vg)"/>
<!-- Subtle highlight -->
<path d="M16 24 L7 9 L10 9 L16 19 L16 24 Z" fill="white" opacity="0.2"/>
</svg>