Merge pull request #8932 from artoscinote/ma_SCI_12451

Add loader to design page [SCI-12451]
This commit is contained in:
Martin Artnik 2025-10-09 10:59:48 +02:00 committed by GitHub
commit 801e015b10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<div id="misc" class="mb-8">
<h1>Miscellaneous</h1>
<h2>Loader</h2>
<div class="w-5"><div class="sci-loader"></div></div>
</div>

View file

@ -50,4 +50,4 @@
<%= render partial: 'icons', locals: {icons_list: icons_list} %>
<%= render partial: 'misc' %>