style: remove PWA metric card and optimize category filters for mobile usability
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
5
app.js
5
app.js
@@ -371,6 +371,11 @@ function updateVisibility() {
|
||||
dashboardSections.hidden = !showServices;
|
||||
}
|
||||
|
||||
const categoryFilters = document.querySelector('#categoryFilters');
|
||||
if (categoryFilters) {
|
||||
categoryFilters.hidden = !showServices;
|
||||
}
|
||||
|
||||
if (favoritesSections) {
|
||||
favoritesSections.hidden = !showFavorites;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user