Skip to content

Commit ae33f6f

Browse files
committed
Remove static myapps loading placeholder
1 parent e1e2cad commit ae33f6f

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/gui/src/UI/Dashboard/TabApps.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ const TabApps = {
9090
h += '<input type="text" class="myapps-search" placeholder="Search apps..." autocomplete="off" spellcheck="false">';
9191
h += '</div>';
9292
h += '<div class="myapps-container">';
93-
h += '<div class="myapps-loading">Loading apps...</div>';
9493
h += '</div>';
9594
h += '</div>';
9695
return h;

src/gui/src/css/dashboard.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -493,13 +493,6 @@ body {
493493
min-height: 200px;
494494
}
495495

496-
.myapps-loading {
497-
color: var(--dashboard-text-tertiary);
498-
font-size: 14px;
499-
padding: 40px 0;
500-
text-align: center;
501-
}
502-
503496
.myapps-empty {
504497
display: flex;
505498
flex-direction: column;

0 commit comments

Comments
 (0)