Commit graph

9 commits

Author SHA1 Message Date
Pat Hartl
8791d8d4ae Move from MAUI to Photino for wrapper
Photino brings some benefits:
- The initial memory usage seems to be lower than MAUI
- Build times are reduced
- Potential support for Linux
- The Photino.Blazor.CustomWindow package allows us to have a custom window frame

The project has been converted to use Photino. If it needs to be moved back at some point, it probably wouldn't be very difficult. The window chrome in this verison has been heavily customized for stylistic purposes.
2024-06-05 01:21:31 -05:00
Pat Hartl
11ff26dc34 Fix missing notification package 2024-06-02 17:23:46 -05:00
Pat Hartl
59382c7443 Move styling to SCSS 2024-06-01 01:12:36 -05:00
Pat Hartl
b0e172c1a1 Load list of discovered servers by beacon 2024-05-31 23:49:24 -05:00
Pat Hartl
3aead8fcd7 Fix PowerShell serialization of variables 2024-05-30 01:20:11 -05:00
Pat Hartl
632a4c9db1 Move client DAL to new project 2024-05-21 20:51:09 -05:00
Pat Hartl
8201ec2cf3 Added database context and initial models 2024-05-20 19:42:31 -05:00
Pat Hartl
d3f0ba6380 Redirect to auth, selectable games
Restructured the client project to put everything UI related under the UI directory. Some things had to be changed to support this, mostly things where Blazor is looking for the router or main layout. Library view now supports clicking on the game and getting the details about it.
2024-05-19 19:08:18 -05:00
Pat Hartl
426a675fdc Initial commit, basic auth and library list 2024-05-09 20:44:40 -05:00