Branch: UI-refactor
If I run a search, the search form will be reset. I think this is because I am erasing the search form from the dom and then re-adding it when the search is done. I think the solution here is not to do the conditional "form vs search progress bar" render, and instead to just hide the piece that is not being shown at the time.
Branch: UI-refactor If I run a search, the search form will be reset. I think this is because I am erasing the search form from the dom and then re-adding it when the search is done. I think the solution here is not to do the conditional "form vs search progress bar" render, and instead to just hide the piece that is not being shown at the time.