From 88d99e58bc895f74fa4d8caece01e4867a3907c7 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Mon, 2 Feb 2026 17:30:12 +0100 Subject: [PATCH 1/3] Hide appearance/devices/developer panel on profile page --- app/views/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 771a8e924..b9541032d 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -49,7 +49,7 @@ <% if Current.user == @user %> -
+
<%= render "users/theme" %> <%= render "users/transfer", user: @user %> <%= render "users/access_tokens" %> From 270eacf43a59d46a7c60085290848e092f0ff3ca Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Mon, 2 Feb 2026 17:37:47 +0100 Subject: [PATCH 2/3] Hide push notifications settings --- app/views/notifications/settings/_email.html.erb | 4 ++-- app/views/notifications/settings/_push_notifications.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/notifications/settings/_email.html.erb b/app/views/notifications/settings/_email.html.erb index a51aea099..f7b3f5167 100644 --- a/app/views/notifications/settings/_email.html.erb +++ b/app/views/notifications/settings/_email.html.erb @@ -1,7 +1,7 @@ -
+

Email Notifications

Get a single email with all your notifications every few hours, daily, or weekly.

- <%= form_with model: settings, url: notifications_settings_path, + <%= form_with model: settings, url: notifications_settings_path, class: "flex flex-column gap-half", method: :patch, local: true, data: { controller: "form" } do |form| %>
diff --git a/app/views/notifications/settings/_push_notifications.html.erb b/app/views/notifications/settings/_push_notifications.html.erb index 047f57a15..117bcf252 100644 --- a/app/views/notifications/settings/_push_notifications.html.erb +++ b/app/views/notifications/settings/_push_notifications.html.erb @@ -1,4 +1,4 @@ -
+

Push notifications are ON

Push notifications are OFF

From 2ab9dd8a30f3f3a7f3870d9b85ce4516262e7821 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Tue, 3 Feb 2026 11:25:35 +0100 Subject: [PATCH 3/3] Remove no-longer wanted margin ... after getting the newer stuff from main --- app/views/notifications/settings/_push_notifications.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/settings/_push_notifications.html.erb b/app/views/notifications/settings/_push_notifications.html.erb index 5da530605..fed6748a8 100644 --- a/app/views/notifications/settings/_push_notifications.html.erb +++ b/app/views/notifications/settings/_push_notifications.html.erb @@ -1,4 +1,4 @@ -
+

Push notifications are