summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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