Update stream title to Maybe

This commit is contained in:
Andy Smith
2025-10-23 15:02:25 -07:00
parent 14d3aaf14e
commit a28506a49e
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ module Card::Promptable
elsif triaged?
"#{column&.name}"
else
"The stream"
"Maybe?"
end
else
"Closed (by #{closed_by&.name} at #{closed_at})"
+1 -1
View File
@@ -7,7 +7,7 @@
aria: { checked: card.postponed? },
form_class: "flex align-center gap-half" %>
<%= button_to "The Stream", card_triage_path(card), method: :delete,
<%= button_to "Maybe?", card_triage_path(card), method: :delete,
class: [ "card__column-name card__column-name--stream btn", { "card__column-name--current": card.awaiting_triage? } ],
role: "radio",
aria: { checked: card.awaiting_triage? },
@@ -1,4 +1,4 @@
<% @page_title = "Column: The Stream" %>
<% @page_title = "Column: Maybe?" %>
<% content_for :header do %>
<%= render "filters/menu" %>
+1 -1
View File
@@ -6,7 +6,7 @@
<%= render "collections/columns/pinstripes" %>
<header class="cards__expander">
<h2 class="cards__expander-title position-relative">The Stream</h2>
<h2 class="cards__expander-title position-relative">Maybe?</h2>
<%= link_to collection_columns_stream_path(collection), class: "cards__expander-button btn btn--circle txt-x-small borderless", data: { turbo_frame: "_top" } do %>
<%= icon_tag "expand", class: "translucent" %>
<span class="for-screen-reader">Expand column</span>
@@ -16,7 +16,7 @@
method: :delete,
class: "popup__btn btn txt-negative",
form_class: "display-contents",
form: { data: { turbo_confirm: "Are you sure you want to delete this column? This will move the cards back to The Stream." } } do %>
form: { data: { turbo_confirm: "Are you sure you want to delete this column? This will move the cards back to Maybe." } } do %>
<%= icon_tag "trash" %>
<span>Delete column</span>
<% end %>
@@ -4,7 +4,7 @@
<%= render "collections/columns/pinstripes" %>
<header class="cards__expander">
<h2 class="cards__expander-title position-relative"">The Stream</h2>
<h2 class="cards__expander-title position-relative"">Maybe?</h2>
</header>
<% if page.used? %>