From 02ef4dc8d9daad84044f3d6b80e0adc468eeb111 Mon Sep 17 00:00:00 2001 From: steffenrapp <88974099+steffenrapp@users.noreply.github.com> Date: Sun, 12 Oct 2025 08:41:32 +0200 Subject: [PATCH 1/2] Task/disable zoom in PWA (#5735) * Disable zoom in PWA * Update changelog --- CHANGELOG.md | 6 ++++++ apps/client/src/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce142e8e8..c36963d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Disabled zoom in PWA + ## 2.208.0 - 2025-10-11 ### Added diff --git a/apps/client/src/index.html b/apps/client/src/index.html index cfdcbc4c8..c923e3e0c 100644 --- a/apps/client/src/index.html +++ b/apps/client/src/index.html @@ -13,7 +13,7 @@ From 02ca2eca284d5572848063cde976ef057a8062e8 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 12 Oct 2025 08:56:13 +0200 Subject: [PATCH 2/2] Task/improve changelog entry (#5738) * Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36963d66..28818fdfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Disabled zoom in PWA +- Disabled the zoom functionality in the _Progressive Web App_ (PWA) ## 2.208.0 - 2025-10-11