- Clears any selected checkboxes to prevent form submission issues

- Fix search functionality to respect .template-list-item-hidden-by-default
- Add missing "No templates found" message to template search
- Ensure nested template items remain hidden when searching and clearing search
- Hides all template items when clicking "New template" button
- Shows everything again when exiting the "new template" state
This commit is contained in:
Beverly Nguyen
2025-06-09 16:35:01 -07:00
parent 8232d4ca21
commit fa158cd762
4 changed files with 32 additions and 8 deletions

View File

@@ -229,6 +229,10 @@ td.table-empty-message {
display: none;
}
.js-hidden {
display: none !important;
}
.folder-heading a.folder-heading-folder,
.template-list-folder {
background: url(../img/material-icons/folder.svg) no-repeat;