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
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:pwa-maskable-icon📝 Commits (2)
afe1f13Make PWA icon maskableba37043refac: "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
maskablepurpose, in addition to the defaultany.Added
Changed
maskablepurpose to the icon in manifest.json, in addition to the defaultany.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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.