TelloViz / Card-Collection

Project for CPSC 362 Software Engineering
0 stars 3 forks source link

Dev thread #143

Closed TelloViz closed 3 weeks ago

TelloViz commented 3 weeks ago

Search call-stack now happens on a separate thread allowing the front-end to remain responsive while the back-end performs large searches.

Example: Searching by only selecting the set "Base" results in ~400 cards. The UI remains responsive the whole time and the program no longer prompts for Force-Close/Wait.

Don't merge this one yet. I will discuss it later.