6269f3c47e
https://app.fizzy.do/5986089/cards/2743 It includes a debounce interval to avoid too many of these.
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
<%= turbo_frame_tag "notifications" do %>
|
|
<%= render partial: "notifications/notification", collection: @notifications, cached: true %>
|
|
<div hidden data-notifications-tray-target="hiddenNotifications"></div>
|
|
<% end %>
|