[PR #4614] [MERGED] fix: Make PWA icon maskable #44572

Closed
opened 2026-04-29 18:42:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4614
Author: @sebdanielsson
Created: 8/15/2024
Status: Merged
Merged: 8/15/2024
Merged by: @tjbck

Base: devHead: pwa-maskable-icon


📝 Commits (2)

  • afe1f13 Make PWA icon maskable
  • ba37043 refac: "any maskable" is discouraged

📊 Changes

1 file changed (+14 additions, -1 deletions)

View changed files

📝 backend/main.py (+14 -1)

📄 Description

Changelog Entry

Description

This PR adds the maskable purpose, in addition to the default any.

Added

Changed

  • Added the maskable purpose to the icon in manifest.json, in addition to the default any.

Deprecated

Removed

Fixed

Fixes #4461 where the icon would be square when the PWA was installed via Chromium-based browsers under macOS.

Security

Breaking Changes


Additional Information

Fixes #4461 where the icon would be square when the PWA was installed via Chromium-based browsers under macOS.

Screenshots or Videos

image

🔄 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/open-webui/open-webui/pull/4614 **Author:** [@sebdanielsson](https://github.com/sebdanielsson) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/15/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `pwa-maskable-icon` --- ### 📝 Commits (2) - [`afe1f13`](https://github.com/open-webui/open-webui/commit/afe1f13c5b45219582f695513d344b1c10204432) Make PWA icon maskable - [`ba37043`](https://github.com/open-webui/open-webui/commit/ba370438b2b3743be9240958fb400b2244651dfd) refac: "any maskable" is discouraged ### 📊 Changes **1 file changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/main.py` (+14 -1) </details> ### 📄 Description # Changelog Entry ### Description This PR adds the `maskable` purpose, in addition to the default `any`. ### Added ### Changed - Added the `maskable` purpose to the icon in manifest.json, in addition to the default `any`. ### Deprecated ### Removed ### Fixed Fixes #4461 where the icon would be square when the PWA was installed via Chromium-based browsers under macOS. ### Security ### Breaking Changes --- ### Additional Information Fixes #4461 where the icon would be square when the PWA was installed via Chromium-based browsers under macOS. ### Screenshots or Videos <img width="55" alt="image" src="https://github.com/user-attachments/assets/786868df-5093-43eb-b229-9734a3e7ebb5"> --- <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-29 18:42:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#44572