Skip to content

[ImgBot] Optimize images#1

Open
imgbot[bot] wants to merge 1 commit into
mainfrom
imgbot
Open

[ImgBot] Optimize images#1
imgbot[bot] wants to merge 1 commit into
mainfrom
imgbot

Conversation

@imgbot
Copy link
Copy Markdown

@imgbot imgbot Bot commented Mar 26, 2026

Beep boop. Your images are optimized!

Your image file size has been reduced by 43% 🎉

Details
File Before After Percent reduction
/src-tauri/icons/icon.png 13.85kb 6.10kb 55.95%
/src-tauri/icons/Square310x310Logo.png 8.39kb 3.81kb 54.55%
/src-tauri/icons/Square284x284Logo.png 7.56kb 3.44kb 54.48%
/src-tauri/icons/128x128@2x.png 6.85kb 3.17kb 53.76%
/src-tauri/icons/Square142x142Logo.png 3.77kb 1.94kb 48.63%
/src-tauri/icons/Square150x150Logo.png 3.87kb 2.00kb 48.39%
/src-tauri/icons/128x128.png 3.43kb 1.84kb 46.30%
/src-tauri/icons/Square107x107Logo.png 2.80kb 1.57kb 43.97%
/src-tauri/icons/Square89x89Logo.png 2.41kb 1.41kb 41.69%
/src-tauri/icons/Square71x71Logo.png 1.96kb 1.23kb 37.54%
/src-tauri/icons/StoreLogo.png 1.49kb 1.06kb 28.69%
/src-tauri/icons/Square44x44Logo.png 1.27kb 0.98kb 22.71%
/src-tauri/icons/32x32.png 0.95kb 0.84kb 11.19%
/src-tauri/icons/Square30x30Logo.png 0.88kb 0.80kb 9.08%
/public/vite.svg 1.46kb 1.42kb 2.81%
/public/tauri.svg 2.54kb 2.53kb 0.27%
/src/assets/react.svg 4.03kb 4.02kb 0.15%
Total : 67.50kb 38.16kb 43.47%

📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

~Imgbot - Part of Optimole family

@gitnotebooks
Copy link
Copy Markdown

gitnotebooks Bot commented Mar 26, 2026

Review these changes at https://app.gitnotebooks.com/kizzlah/rustly/pull/1

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Mar 26, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR losslessly optimizes several PNG and SVG assets to reduce bundle size without changing their logical usage or file paths.

File-Level Changes

Change Details Files
Optimize application icon PNG assets to reduce size while preserving dimensions and usage.
  • Re-encoded multiple PNG icon files under the Tauri icons directory with more efficient compression.
  • Preserved existing filenames, resolutions, and directory structure so all icon references remain valid.
  • Reduced total PNG icon footprint significantly, improving install and runtime asset load performance.
src-tauri/icons/icon.png
src-tauri/icons/Square310x310Logo.png
src-tauri/icons/Square284x284Logo.png
src-tauri/icons/128x128@2x.png
src-tauri/icons/Square142x142Logo.png
src-tauri/icons/Square150x150Logo.png
src-tauri/icons/128x128.png
src-tauri/icons/Square107x107Logo.png
src-tauri/icons/Square89x89Logo.png
src-tauri/icons/Square71x71Logo.png
src-tauri/icons/StoreLogo.png
src-tauri/icons/Square44x44Logo.png
src-tauri/icons/32x32.png
src-tauri/icons/Square30x30Logo.png
Optimize shared SVG assets used by the web frontend to reduce payload size.
  • Compressed SVG markup for the Vite logo served from the public assets directory.
  • Compressed SVG markup for the Tauri logo served from the public assets directory.
  • Compressed SVG markup for the React logo in the src assets to reduce bundle size while preserving appearance.
public/vite.svg
public/tauri.svg
src/assets/react.svg

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

*Total -- 67.50kb -> 38.16kb (43.47%)

/src-tauri/icons/icon.png -- 13.85kb -> 6.10kb (55.95%)
/src-tauri/icons/Square310x310Logo.png -- 8.39kb -> 3.81kb (54.55%)
/src-tauri/icons/Square284x284Logo.png -- 7.56kb -> 3.44kb (54.48%)
/src-tauri/icons/128x128@2x.png -- 6.85kb -> 3.17kb (53.76%)
/src-tauri/icons/Square142x142Logo.png -- 3.77kb -> 1.94kb (48.63%)
/src-tauri/icons/Square150x150Logo.png -- 3.87kb -> 2.00kb (48.39%)
/src-tauri/icons/128x128.png -- 3.43kb -> 1.84kb (46.3%)
/src-tauri/icons/Square107x107Logo.png -- 2.80kb -> 1.57kb (43.97%)
/src-tauri/icons/Square89x89Logo.png -- 2.41kb -> 1.41kb (41.69%)
/src-tauri/icons/Square71x71Logo.png -- 1.96kb -> 1.23kb (37.54%)
/src-tauri/icons/StoreLogo.png -- 1.49kb -> 1.06kb (28.69%)
/src-tauri/icons/Square44x44Logo.png -- 1.27kb -> 0.98kb (22.71%)
/src-tauri/icons/32x32.png -- 0.95kb -> 0.84kb (11.19%)
/src-tauri/icons/Square30x30Logo.png -- 0.88kb -> 0.80kb (9.08%)
/public/vite.svg -- 1.46kb -> 1.42kb (2.81%)
/public/tauri.svg -- 2.54kb -> 2.53kb (0.27%)
/src/assets/react.svg -- 4.03kb -> 4.02kb (0.15%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
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.

1 participant