Replace PWA icon with full Tabby logo#29
Merged
pkmaster21 merged 1 commit intomainfrom Apr 17, 2026
Merged
Conversation
Replaces the solid green placeholder icons with the proper Tabby brand icon — the cat-ear receipt shape with cat face (eyes, whiskers, nose) and receipt lines — at 192×512px. Also adds icon.svg for the browser favicon and corrects the manifest theme_color from indigo to brand orange.
Deploying tabby with
|
| Latest commit: |
09f5297
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fb46b6b4.tabby.pages.dev |
| Branch Preview URL: | https://feat-tabby-pwa-icon.tabby.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PWA icon was a solid green square placeholder. This replaces it with the proper Tabby brand icon across all sizes.
The new icon matches the in-app
TabbyLogocomponent exactly — the orange cat-ear receipt shape with the cat face (round eyes with pupils, nose, whiskers) and three receipt lines below. Anicon.svgis also added so the browser tab favicon renders the same design.The manifest
theme_colorwas also incorrect (indigo#6366f1— likely a copy-paste default from a Vite template) and is corrected to brand orange#F97316.