[PR #6298] [MERGED] 🎨 Remove radius from apple-touch-icon #48254

Closed
opened 2026-04-26 10:12:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6298
Author: @MikesGlitch
Created: 12/4/2025
Status: Merged
Merged: 12/5/2025
Merged by: @MikesGlitch

Base: masterHead: fix-apple-touch-icon


📝 Commits (5)

📊 Changes

3 files changed (+9 additions, -3 deletions)

View changed files

📝 packages/desktop-client/public/apple-touch-icon.png (+0 -0)
upcoming-release-notes/6280.md (+6 -0)
📝 upcoming-release-notes/6298.md (+3 -3)

📄 Description

Reported here: https://discord.com/channels/937901803608096828/940290142579605514/1446247938740195419

Problem is visible on IOS 18.3.

Example on IOS 18.3: Left icon shows the issue, right Icon is the fixed version from this PR.
image

Example on IOS 26.1 (looks the same - left is old icon, right is new)
image

Apple applies a system "squircle" mask with 20% radius automatically when rendering the icon on devices. Removing the radius from our icon so it'll render properly.

  • The preview looks a bit blockish without the radius - as far as I can see that's expected.

TODO:

  • Test on a real device on a newer version of IOS
  • Verify with OP that it has fixed the issue

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6298 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/5/2025 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix-apple-touch-icon` --- ### 📝 Commits (5) - [`b31a684`](https://github.com/actualbudget/actual/commit/b31a684bd47405f81e4f48a8b0655e759d77f773) remove radius from apple-touch-icon - [`437d650`](https://github.com/actualbudget/actual/commit/437d6502f3c8b3d3ece50a409308f0459b8ab510) bigger - [`d265956`](https://github.com/actualbudget/actual/commit/d2659561c32be320c3807798fe860f1fdb8d9e6b) release notes - [`e37d14c`](https://github.com/actualbudget/actual/commit/e37d14c4a6a58b495cf4acf6540390d94a5227eb) Merge branch 'master' of https://github.com/MikesGlitch/actual into fix-apple-touch-icon - [`5d57cb0`](https://github.com/actualbudget/actual/commit/5d57cb0baa1a6b20a4d2ed5d5fbed15187ed35ae) merge ### 📊 Changes **3 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/public/apple-touch-icon.png` (+0 -0) ➕ `upcoming-release-notes/6280.md` (+6 -0) 📝 `upcoming-release-notes/6298.md` (+3 -3) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Reported here: https://discord.com/channels/937901803608096828/940290142579605514/1446247938740195419 **Problem is visible on IOS 18.3.** Example on IOS 18.3: Left icon shows the issue, right Icon is the fixed version from this PR. <img width="480" height="270" alt="image" src="https://github.com/user-attachments/assets/55771692-783b-4e6e-bd49-579994e326eb" /> **Example on IOS 26.1 (looks the same - left is old icon, right is new)** <img width="480" height="270" alt="image" src="https://github.com/user-attachments/assets/6ea9db33-9ead-4f43-9a48-43c5a78a4b19" /> Apple applies a system "squircle" mask with 20% radius automatically when rendering the icon on devices. Removing the radius from our icon so it'll render properly. - The preview looks a bit blockish without the radius - as far as I can see that's expected. **TODO:** - [x] Test on a real device on a newer version of IOS - [x] Verify with OP that it has fixed the issue --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-26 10:12:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#48254