Commit graph

11 commits

Author SHA1 Message Date
Pat Hartl
9222df555f Added some basic logging 2024-07-16 00:18:41 -05:00
Pat Hartl
43fd69f93c Use ScriptService for running all scripts 2024-07-15 19:46:56 -05:00
Pat Hartl
532bcb570f Add platform support to client 2024-07-12 18:34:16 -05:00
Pat Hartl
145a48ad0e Reload media when imported 2024-07-10 17:27:42 -05:00
Pat Hartl
3a0f97e749 Remove zone identifier in ADS for PowerShell assembly
Fixes #80
2024-07-08 17:46:58 -05:00
Pat Hartl
d20399cf2c Only read media if it exists on local disk 2024-07-07 16:34:10 -05:00
Pat Hartl
2d66925f78 Only create new scope when triggering import 2024-06-28 19:24:50 -05:00
Pat Hartl
7e724dc4c1 Logging 2024-06-12 23:20:31 -05:00
Pat Hartl
8e6c83d5a3 Import items in background and avoid locking UI 2024-06-11 02:05:15 -05:00
Pat Hartl
651fb83ce5 Reduce overall RAM usage
Loads images by registering a custom handler instead of Blazor passing image data through. Ends up being a bit faster and saves on RAM since the browser can cache it instead of loading everything into memory.
2024-06-08 02:58:18 -05:00
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
Renamed from LANCommander.Client/MauiProgram.cs (Browse further)