clean up old migration code. minor bug fixes with appview ui

This commit is contained in:
Evan Jarrett
2026-05-04 21:52:28 -05:00
parent 1ac8af74d5
commit b2d6842bb7
21 changed files with 445 additions and 385 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (tag === 'INPUT' || tag === 'TEXTAREA' || e.target.isContentEditable) return;
e.preventDefault();
wrapper.classList.add('expanded');
setSearchExpanded(wrapper, true);
input.focus();
}
});