unlishema [Sat, 9 Nov 2024 15:13:55 +0000 (10:13 -0500)]
Settings Updated
Added a lot of settings and made them all work.
Adjusted the app to use styling now.
Adjust the app for future dev into the new reaper look n feel.
Re-worked how the settings page is managed.
Updated credits, changelog, and about pages.
Added small UI improvements to multiple areas.
Some small dev into future updates in the background but not ready for public use.
unlishema [Fri, 8 Nov 2024 05:44:42 +0000 (00:44 -0500)]
Small fixes
Added Import and Export buttons for the settings.
Added adjustments for loading single tasks vs double to allow adjustments later to the single tasks look and feel.
unlishema [Sat, 26 Oct 2024 08:43:01 +0000 (04:43 -0400)]
Adjusted Search Support
Added support for dual search into the new dropdown and adjusted focus and click for search to make it show the list. This way you can just click and then select or when you tab to focus you can just arrow key to select.
unlishema [Sat, 26 Oct 2024 07:21:38 +0000 (03:21 -0400)]
Adjusted the cache buster more
The cache buster was making loading "all" data slow, I still want it cached if it is "all" otherwise no cache is needed as we are requesting small amount of data.
unlishema [Wed, 23 Oct 2024 10:14:04 +0000 (06:14 -0400)]
Adjusted settings
Added missing settings and adjusted UI for better look and functionality. Also adjusted code to use the new logger, still needs more work but will work for now.
unlishema [Thu, 17 Oct 2024 09:44:18 +0000 (05:44 -0400)]
Adjustments for search algo
Made the search algo faster with the new database by only requesting the needed data for the initial search. Updated the new dB to allow a limited view called list which only returns what is needed for searching.
unlishema [Thu, 17 Oct 2024 09:28:01 +0000 (05:28 -0400)]
Fixed Search Algo
Due to the updated way the database works with caching, the search algo wasn't working when we loaded single assignments due to caching the single assignment, made it so single assignment queries expire immediately to fix this.