This commit is contained in:
2025-11-07 13:34:32 -08:00
commit 1e8c5a972b
436 changed files with 11000 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<%= turbo_stream.append dom_id(leaf, :being_edited) do %>
<%= tag.div id: dom_id(user, :being_edited_by),
class: "flex-inline align-center justify-center margin-block-end-double txt-medium gap being-edited-by",
data: { controller: "autoremove", action: "animationend->autoremove#remove", hide_from_user_id: user.id } do %>
<strong class="margin-inline-end-half"><%= user.name %></strong>
<span class="spinner txt-small flex-inline"></span>
<%= image_tag "write.svg", aria: { hidden: true }, size: 18, class: "colorize--white margin-inline-start" %>
<% end %>
<% end %>