make ui more mobile mobile-friendly

Remove popovers and replace with question icons you have to click
Replace combobox in output > Download Folder with an autocomplete
This commit is contained in:
Sean McCollum
2026-05-04 10:42:17 -07:00
parent 5d96a581b9
commit e2773db65a
4 changed files with 92 additions and 83 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:watch": "ng build --watch",
"build:watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint"
},