From 3d5d326e53f740be537a7e7f21b6dde2ef06e2c7 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Tue, 25 Nov 2025 19:52:35 +0100 Subject: [PATCH] feat(settings): compose title notification instead of using image --- .../images/settings/top-screen/settings.webp | Bin 0 -> 220 bytes .../Settings/TopScreen/Notifications.vue | 57 ++++++++++++------ i18n/locales/en.json | 23 +++++-- 3 files changed, 58 insertions(+), 22 deletions(-) create mode 100644 app/assets/images/settings/top-screen/settings.webp diff --git a/app/assets/images/settings/top-screen/settings.webp b/app/assets/images/settings/top-screen/settings.webp new file mode 100644 index 0000000000000000000000000000000000000000..0ace11e0e5e55b1f5a8180b9758c903d851084f3 GIT binary patch literal 220 zcmV<203-iWNk&H000012MM6+kP&iD-0000lEC34t1*6)wsu0II4qp`N7=a2e0uhLD zhu-(q01^F1n6_<_p?2FRqq*qp?=z)E8@XEaDPBU#{}Djx1BfYo{08?q#ffkeafs8z z`2d_YOq!rrZZ_Zs8I!!2`{lC(#4})1w)>pYdEO4@lGSIw)Jkk(zZ64Ii28Ft!*d$< z(t(>CY5@`e7Nw{IkN|K{A5eX02Xb(HXa^FcpP!#ROV%`5BeV^Zms$zV(kZigWXjY< WEV)`-4s{(?TPaUpF$Ow2nhO9d9bIz( literal 0 HcmV?d00001 diff --git a/app/components/Settings/TopScreen/Notifications.vue b/app/components/Settings/TopScreen/Notifications.vue index d244e7a..5bd2ecc 100644 --- a/app/components/Settings/TopScreen/Notifications.vue +++ b/app/components/Settings/TopScreen/Notifications.vue @@ -1,6 +1,6 @@