fix: downloading status style

This commit is contained in:
Tienson Qin
2025-07-08 00:20:28 +08:00
parent eb2e4a7d23
commit 4a4b7b7b65

View File

@@ -386,8 +386,8 @@
(shui/popup-show!
nil
(fn []
[:div.flex.items-center.justify-center.mt-8.gap-4
[:div (str "Downloading " graph-name)]
[:div.flex.flex-col.items-center.justify-center.mt-8.gap-4
[:div (str "Downloading " graph-name " ...")]
(indicator/downloading-logs)])
{:id :download-rtc-graph}))
(rtc-handler/<rtc-download-graph! graph-name graph-uuid graph-schema-version 60000)