]>
Slayer Assistant Repositories - slayer.unlishema.org/.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
unlishema [Thu, 24 Oct 2024 08:24:12 +0000 (04:24 -0400)]
Updated to stop flashing on reaper updates.
unlishema [Thu, 24 Oct 2024 08:03:39 +0000 (04:03 -0400)]
Fixed bug with task updating
unlishema [Thu, 24 Oct 2024 07:55:39 +0000 (03:55 -0400)]
Testing task compare
unlishema [Thu, 24 Oct 2024 07:45:48 +0000 (03:45 -0400)]
Fixed Search Freezing
Fixed the search freezing on Reaper tasks.
Fixed the search algo to be a little better but it still needs a lot of work.
unlishema [Thu, 24 Oct 2024 05:51:14 +0000 (01:51 -0400)]
Fixed typo
Fixed a typo making the settings not work right.
unlishema [Thu, 24 Oct 2024 04:18:15 +0000 (00:18 -0400)]
Found the isue
Don't need to save if we are directly moding the settings that are saved already.
unlishema [Thu, 24 Oct 2024 04:13:31 +0000 (00:13 -0400)]
Versioning update not correct
Not sure why it wasn't working but reconfigured it.
unlishema [Thu, 24 Oct 2024 04:08:10 +0000 (00:08 -0400)]
Moved versioning system
Didn't have the versioning system located in the correct location to make the settings update right
unlishema [Thu, 24 Oct 2024 04:03:37 +0000 (00:03 -0400)]
Update settings.ts
Messed up the name for the fix but caught it in time.
unlishema [Thu, 24 Oct 2024 04:02:00 +0000 (00:02 -0400)]
Adjusted Versioning Syetem
Forgot to add update to the versioning system as the settings was changed. Fixed that and then adjusted a few small things that was on my mind.
Also fixed the overlay so it will actually work as it wasn't setup correctly. Also added the mistake to the versioning system to fix it.
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 [Wed, 23 Oct 2024 06:52:35 +0000 (02:52 -0400)]
Adjusted Browser Support
Added better detection for browser support and more interactive messages for it.
unlishema [Wed, 23 Oct 2024 06:35:05 +0000 (02:35 -0400)]
Fixed browser detection
Fixed browser detection. Will prob add more to it soon.
unlishema [Wed, 23 Oct 2024 06:30:10 +0000 (02:30 -0400)]
Minor/Major Adjustments
Moved files around for security.
Added in browser detection support.
Adjusted UI for some features.
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.
unlishema [Thu, 17 Oct 2024 08:57:14 +0000 (04:57 -0400)]
Optimized lookup
Optimized the lookup for tasks.
unlishema [Thu, 17 Oct 2024 08:48:05 +0000 (04:48 -0400)]
Fixed conversions
Added conversions to allow it to load exp correctly.
unlishema [Thu, 17 Oct 2024 08:41:05 +0000 (04:41 -0400)]
Forgot something
Forgot to compile for caching data
unlishema [Thu, 17 Oct 2024 08:23:55 +0000 (04:23 -0400)]
Optimized the json loading
json loading was slow so I optimized it by adding a cache system.
unlishema [Thu, 17 Oct 2024 08:05:25 +0000 (04:05 -0400)]
Moved Project
Moving project over from github
Unlishema Dragonsworn [Thu, 17 Oct 2024 08:00:56 +0000 (03:00 -0500)]
Initial Commit