mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
enhance: make loading indicator noticeable for publishing
publishing apps can take awhile to load so we want the loading to be obvious, not muted
This commit is contained in:
@@ -581,10 +581,15 @@
|
||||
nil
|
||||
|
||||
db-restoring?
|
||||
[:div.space-y-2
|
||||
(shui/skeleton {:class "h-8 w-1/3 mb-8"})
|
||||
(shui/skeleton {:class "h-6 w-full"})
|
||||
(shui/skeleton {:class "h-6 w-full"})]
|
||||
(if config/publishing?
|
||||
[:div.space-y-2
|
||||
(shui/skeleton {:class "h-8 w-1/3 mb-8 bg-gray-400"})
|
||||
(shui/skeleton {:class "h-6 w-full bg-gray-400"})
|
||||
(shui/skeleton {:class "h-6 w-full bg-gray-400"})]
|
||||
[:div.space-y-2
|
||||
(shui/skeleton {:class "h-8 w-1/3 mb-8"})
|
||||
(shui/skeleton {:class "h-6 w-full"})
|
||||
(shui/skeleton {:class "h-6 w-full"})])
|
||||
|
||||
:else
|
||||
[:div
|
||||
|
||||
Reference in New Issue
Block a user