10 Commits

Author SHA1 Message Date
54b1565537 Added NodeJS package with WebPack for some assets.
Moved JS files to WebPack system.

Created python script to watch both WebPack and Dotnet files simultaneously
2021-06-06 17:46:01 -05:00
11fa15fe62 Implemented local setting persistence and fixed main page search bug. 2021-06-04 19:12:55 -05:00
3957d65370 Changed CascadingDependencies to be more modular. 2021-06-02 14:41:51 -05:00
7d4be012cd Implemented application profile and dark mode.
Added a specific cascading dependencies component.

Added some content to main page.

Added configuration page and persistence for it.

Code restructured (moved some code into separate components).
2021-05-31 16:39:52 -05:00
b311206ff1 Moved implement and inject notation to partial class. 2021-05-26 17:48:22 -05:00
f459cbdfda Switched server and client logging to built in logging system. 2021-05-26 16:54:16 -05:00
862fbe15ed Reworked client assembly loading. 2021-05-26 16:54:00 -05:00
3f1b7d9ac6 Added quotes in a debug message. 2021-05-24 03:32:24 -05:00
ac13a6352b Exposed public Web API settings, and began customizing authentication related UI.
Added controller in server for fetching public Web API settings and implemented changes in client to use said settings.

Used scaffolder to generate source code for authentication pages.

Added and customized authentication buttons in client.
2021-05-23 13:58:13 -05:00
6c684372df Changed to hosted blazorwasm project.
Restructured project following changes.

Moved shop assembly fetching to public facing Web API.
2021-05-21 13:32:25 -05:00