I've made a TON of changes in this branch to the point it's been my primary working branch. Actually merging into master since it's been stable enough and I haven't needed to roll back.
Summary of important changes:
Removed bootstrap entirely
Re-designed every page
Re-implemented a handful of underlying APIs in order to...
Made a bunch of operations (like related minis) async with JS for faster load times of important content.
Removed JQuery except where needed by identity's validation.
Updated to .NET 6 and updated all dependencies.
Added admin editing of tag names and view into creators.
Added HangFire to trigger Azure Function for scanning creators.
Updated Shapeways and Gumroad parsers to handle changes to their sites.
Various minor LINQ updates for better EF Core performance.
I've made a TON of changes in this branch to the point it's been my primary working branch. Actually merging into master since it's been stable enough and I haven't needed to roll back.
Summary of important changes: