feat: update tag filtering UI with new dropdown and compact mode options

This commit is contained in:
sHa
2025-05-29 03:03:49 +03:00
parent 6e3e65841f
commit 9d91721ab8
2 changed files with 268 additions and 84 deletions

View File

@@ -522,7 +522,7 @@
}
function closeDropdown(e) {
if (!e.target.closest(".tag-dropdown")) {
if (!e.target.closest(".filter-dropdown")) {
tagDropdownOpen = false;
// Update window.appData immediately