From a9432ec6b473edc2bcc1671a4a486c3a1254b8a1 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 8 Dec 2025 16:04:18 +0100 Subject: [PATCH 001/125] Make labels for webhook switches clickable --- app/views/webhooks/form/_actions.html.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/webhooks/form/_actions.html.erb b/app/views/webhooks/form/_actions.html.erb index a887fa644..9b61569b0 100644 --- a/app/views/webhooks/form/_actions.html.erb +++ b/app/views/webhooks/form/_actions.html.erb @@ -5,12 +5,14 @@ :first, :last do |item| %>
  • -
  • <% end %> From a992be8143bc5c4ba7c60293f720971180b2add2 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 8 Dec 2025 16:22:43 +0100 Subject: [PATCH 002/125] Make board publication switch icons clickable --- app/views/boards/edit/_publication.html.erb | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/views/boards/edit/_publication.html.erb b/app/views/boards/edit/_publication.html.erb index 7cfc10ca6..5647fd3b2 100644 --- a/app/views/boards/edit/_publication.html.erb +++ b/app/views/boards/edit/_publication.html.erb @@ -4,18 +4,22 @@
    Turn on the Public link to share this board with anyone in the world. They won’t need to log in and they won’t be able to see anything else in Fizzy.
    + <% publication_switch_id = "board-#{board.id}-publication-switch" %> + <% if board.published? %>
    - <%= icon_tag "lock" %> + - <%= icon_tag "world" %> +
    @@ -41,15 +45,17 @@ <% else %>
    - <%= icon_tag "lock" %> + - <%= icon_tag "world" %> +
    <% end %> From 2fb76f12ce92df89ae36df7882cc1689efe5a32e Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 8 Dec 2025 16:31:14 +0100 Subject: [PATCH 003/125] (Optional) Simpler hint --- app/views/webhooks/edit.html.erb | 2 +- app/views/webhooks/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/webhooks/edit.html.erb b/app/views/webhooks/edit.html.erb index 9075683a4..badb16bc3 100644 --- a/app/views/webhooks/edit.html.erb +++ b/app/views/webhooks/edit.html.erb @@ -15,7 +15,7 @@
    <%= form.label :actions do %> Events
    -

    Trigger a call to the Payload URL when these things occur:

    +

    Trigger a call to the Payload URL when:

    <% end %> <%= render "webhooks/form/actions", form: form %>
    diff --git a/app/views/webhooks/new.html.erb b/app/views/webhooks/new.html.erb index 02522aedb..e1a6af513 100644 --- a/app/views/webhooks/new.html.erb +++ b/app/views/webhooks/new.html.erb @@ -31,7 +31,7 @@
    <%= form.label :actions do %> Events
    -

    Trigger a call to the Payload URL when these things occur:

    +

    Trigger a call to the Payload URL when:

    <% end %> <%= render "webhooks/form/actions", form: form %>
    From 00e5319fcfc29c9e9d0d5e89072e107768a3cd43 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 8 Dec 2025 16:40:30 +0100 Subject: [PATCH 004/125] Fix label text wrapping on narrow screens --- app/views/webhooks/form/_actions.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/webhooks/form/_actions.html.erb b/app/views/webhooks/form/_actions.html.erb index 9b61569b0..d1b7f15ef 100644 --- a/app/views/webhooks/form/_actions.html.erb +++ b/app/views/webhooks/form/_actions.html.erb @@ -5,13 +5,13 @@ :first, :last do |item| %>
  • -
  • <% end %> From 457c615c3b71b66689434e4f89cbf6c9bcf479eb Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 8 Dec 2025 16:46:55 +0100 Subject: [PATCH 005/125] Cleanup --- app/views/webhooks/form/_actions.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/webhooks/form/_actions.html.erb b/app/views/webhooks/form/_actions.html.erb index d1b7f15ef..d505a02c8 100644 --- a/app/views/webhooks/form/_actions.html.erb +++ b/app/views/webhooks/form/_actions.html.erb @@ -10,7 +10,6 @@ <%= item.check_box(class: "switch__input") %> - <%= item.text %> <%= item.text %> From 7eeee0dfa4db3615cdd9eb2c783b2f38e5708a3c Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 8 Dec 2025 16:55:00 +0100 Subject: [PATCH 006/125] Cleanup --- app/views/webhooks/form/_actions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/webhooks/form/_actions.html.erb b/app/views/webhooks/form/_actions.html.erb index d505a02c8..374bb93fe 100644 --- a/app/views/webhooks/form/_actions.html.erb +++ b/app/views/webhooks/form/_actions.html.erb @@ -4,7 +4,7 @@ webhook_action_options, :first, :last do |item| %> -
  • +