refactor(empty-list): simplify empty list, will now work on list view

This commit is contained in:
Edouard Vanbelle
2026-04-03 00:28:53 +02:00
parent db30639823
commit 5b821a7eab
5 changed files with 38 additions and 9 deletions
+6
View File
@@ -276,6 +276,12 @@
</div>
<!-- Files will be populated here in list view -->
</div>
<div class="empty-state hidden" id="empty-files-state">
<i class="fas fa-folder-open empty-state-icon"></i>
<p data-i18n="files.no_files"></p>
<p data-i18n="files.empty_hint"></p>
</div>
</div>
</div>
</div>