mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: downloading status style
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user