We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e2cad commit ae33f6fCopy full SHA for ae33f6f
2 files changed
src/gui/src/UI/Dashboard/TabApps.js
@@ -90,7 +90,6 @@ const TabApps = {
90
h += '<input type="text" class="myapps-search" placeholder="Search apps..." autocomplete="off" spellcheck="false">';
91
h += '</div>';
92
h += '<div class="myapps-container">';
93
- h += '<div class="myapps-loading">Loading apps...</div>';
94
95
96
return h;
src/gui/src/css/dashboard.css
@@ -493,13 +493,6 @@ body {
493
min-height: 200px;
494
}
495
496
-.myapps-loading {
497
- color: var(--dashboard-text-tertiary);
498
- font-size: 14px;
499
- padding: 40px 0;
500
- text-align: center;
501
-}
502
-
503
.myapps-empty {
504
display: flex;
505
flex-direction: column;
0 commit comments