From c843531595da2b97923b1575987d60a618603873 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sat, 14 Feb 2026 11:14:16 +0100 Subject: [PATCH] feat(analytics): update Umami tracking IDs for all web apps Update all 15 web apps with correct Umami website IDs: - calendar, chat, clock, contacts, manacore, manadeck, picture, planta, todo: updated IDs - zitare, storage, nutriphi, skilltree, photos, presi: added tracking All IDs now match the websites configured in Umami. Co-Authored-By: Claude Opus 4.5 --- apps/calendar/apps/web/src/app.html | 2 +- apps/chat/apps/web/src/app.html | 2 +- apps/clock/apps/web/src/app.html | 2 +- apps/contacts/apps/web/src/app.html | 2 +- apps/manacore/apps/web/src/app.html | 2 +- apps/manadeck/apps/web/src/app.html | 2 +- apps/nutriphi/apps/web/src/app.html | 2 ++ apps/photos/apps/web/src/app.html | 2 ++ apps/picture/apps/web/src/app.html | 2 +- apps/planta/apps/web/src/app.html | 2 +- apps/presi/apps/web/src/app.html | 2 ++ apps/skilltree/apps/web/src/app.html | 2 ++ apps/storage/apps/web/src/app.html | 2 ++ apps/todo/apps/web/src/app.html | 2 +- apps/zitare/apps/web/src/app.html | 2 ++ 15 files changed, 21 insertions(+), 9 deletions(-) diff --git a/apps/calendar/apps/web/src/app.html b/apps/calendar/apps/web/src/app.html index 92c7f7f3a..eb6badca1 100644 --- a/apps/calendar/apps/web/src/app.html +++ b/apps/calendar/apps/web/src/app.html @@ -7,7 +7,7 @@ Calendar %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/chat/apps/web/src/app.html b/apps/chat/apps/web/src/app.html index cab21d310..295eae292 100644 --- a/apps/chat/apps/web/src/app.html +++ b/apps/chat/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/clock/apps/web/src/app.html b/apps/clock/apps/web/src/app.html index 65a483725..d72c0848a 100644 --- a/apps/clock/apps/web/src/app.html +++ b/apps/clock/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/contacts/apps/web/src/app.html b/apps/contacts/apps/web/src/app.html index c26a0ebed..40a46ab10 100644 --- a/apps/contacts/apps/web/src/app.html +++ b/apps/contacts/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/manacore/apps/web/src/app.html b/apps/manacore/apps/web/src/app.html index 62ff683a1..9ef077c8c 100644 --- a/apps/manacore/apps/web/src/app.html +++ b/apps/manacore/apps/web/src/app.html @@ -6,7 +6,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/manadeck/apps/web/src/app.html b/apps/manadeck/apps/web/src/app.html index a1e85c6a8..0ac71ff9e 100644 --- a/apps/manadeck/apps/web/src/app.html +++ b/apps/manadeck/apps/web/src/app.html @@ -5,7 +5,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/nutriphi/apps/web/src/app.html b/apps/nutriphi/apps/web/src/app.html index 5e33d0427..1b49ff4b5 100644 --- a/apps/nutriphi/apps/web/src/app.html +++ b/apps/nutriphi/apps/web/src/app.html @@ -7,6 +7,8 @@ %sveltekit.head% + +
%sveltekit.body%
diff --git a/apps/photos/apps/web/src/app.html b/apps/photos/apps/web/src/app.html index 77a5ff52c..412e69e8d 100644 --- a/apps/photos/apps/web/src/app.html +++ b/apps/photos/apps/web/src/app.html @@ -5,6 +5,8 @@ %sveltekit.head% + +
%sveltekit.body%
diff --git a/apps/picture/apps/web/src/app.html b/apps/picture/apps/web/src/app.html index 975b5a468..e7c1e0fe2 100644 --- a/apps/picture/apps/web/src/app.html +++ b/apps/picture/apps/web/src/app.html @@ -5,7 +5,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/planta/apps/web/src/app.html b/apps/planta/apps/web/src/app.html index a32c3b0f0..0f50a9b7b 100644 --- a/apps/planta/apps/web/src/app.html +++ b/apps/planta/apps/web/src/app.html @@ -7,7 +7,7 @@ Planta - Pflanzendokumentation %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/presi/apps/web/src/app.html b/apps/presi/apps/web/src/app.html index 84ffad166..b9b73d1df 100644 --- a/apps/presi/apps/web/src/app.html +++ b/apps/presi/apps/web/src/app.html @@ -5,6 +5,8 @@ %sveltekit.head% + +
%sveltekit.body%
diff --git a/apps/skilltree/apps/web/src/app.html b/apps/skilltree/apps/web/src/app.html index d8bfadbb4..ffd7ecba8 100644 --- a/apps/skilltree/apps/web/src/app.html +++ b/apps/skilltree/apps/web/src/app.html @@ -20,6 +20,8 @@ %sveltekit.head% + +
%sveltekit.body%
diff --git a/apps/storage/apps/web/src/app.html b/apps/storage/apps/web/src/app.html index 2e5751cf2..a7a5adbbb 100644 --- a/apps/storage/apps/web/src/app.html +++ b/apps/storage/apps/web/src/app.html @@ -6,6 +6,8 @@ Storage - Cloud Drive %sveltekit.head% + +
%sveltekit.body%
diff --git a/apps/todo/apps/web/src/app.html b/apps/todo/apps/web/src/app.html index 4d56c58ae..41e2db8b9 100644 --- a/apps/todo/apps/web/src/app.html +++ b/apps/todo/apps/web/src/app.html @@ -26,7 +26,7 @@ %sveltekit.head% - +
%sveltekit.body%
diff --git a/apps/zitare/apps/web/src/app.html b/apps/zitare/apps/web/src/app.html index 0911001ce..9aa783ac2 100644 --- a/apps/zitare/apps/web/src/app.html +++ b/apps/zitare/apps/web/src/app.html @@ -9,6 +9,8 @@ Zitare %sveltekit.head% + +
%sveltekit.body%