From eb9cfc3b369026faeb709cafd089b88c600a076a Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Thu, 29 Jan 2026 11:33:58 +0100 Subject: [PATCH] Push updates via Turbo --- app/views/imports/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/imports/show.html.erb b/app/views/imports/show.html.erb index 0b184f6c4..a879996e1 100644 --- a/app/views/imports/show.html.erb +++ b/app/views/imports/show.html.erb @@ -1,13 +1,13 @@ <% @page_title = "Import status" %> +<%= turbo_stream_from @import %> +

Import status

<% case @import.status %> <% when "pending", "processing" %>

Your import is in progress. This may take a while for large accounts.

-

This page will refresh automatically.

- <% when "completed" %>

Your import has completed successfully!

<%= link_to "Go to your account", landing_url(script_name: @import.account.slug), class: "btn btn--link center txt-medium" %>