Skip to content

Replace default images with custom Rein branding#64

Open
Th-Shivam wants to merge 1 commit intoAOSSIE-Org:mainfrom
Th-Shivam:replace-default-images-clean
Open

Replace default images with custom Rein branding#64
Th-Shivam wants to merge 1 commit intoAOSSIE-Org:mainfrom
Th-Shivam:replace-default-images-clean

Conversation

@Th-Shivam
Copy link

Description

This PR removes unused default TanStack framework images and replaces generic PWA icons with custom Rein-branded icons that match the app's remote control functionality.

Fixes #62

Changes Made

  • ❌ Removed tanstack-word-logo-white.svg (unused, 15 KB)
  • ❌ Removed tanstack-circle-logo.png (unused, 265 KB)
  • ✅ Added icon.svg - Custom Rein icon with trackpad/remote control theme (352 bytes)
  • ✅ Replaced favicon.ico with custom branding (4.2 KB)
  • ✅ Replaced logo192.png with custom branding (8.4 KB)
  • ✅ Replaced logo512.png with custom branding (45 KB)

Benefits

  • ✨ Proper app branding that matches Rein's remote control functionality
  • 📦 Reduced public folder size (~280 KB removed)
  • 🎨 Professional appearance when installed as PWA
  • 🧹 Cleaner repository without unused framework images

Addressed Issues:

Fixes #(issue number)

Screenshots/Recordings:

Additional Notes:

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • If applicable, I have made corresponding changes or additions to the documentation
  • If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

- Remove unused TanStack images (tanstack-word-logo-white.svg, tanstack-circle-logo.png)
- Add custom icon.svg with trackpad/remote control theme
- Generate new favicon.ico, logo192.png, logo512.png from custom icon
- Reduce public folder size and improve app branding
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 11, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (6)
  • public/favicon.ico is excluded by !**/*.ico
  • public/icon.svg is excluded by !**/*.svg
  • public/logo192.png is excluded by !**/*.png
  • public/logo512.png is excluded by !**/*.png
  • public/tanstack-circle-logo.png is excluded by !**/*.png
  • public/tanstack-word-logo-white.svg is excluded by !**/*.svg

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

Replace Default Images with Custom App Icons

1 participant