Commit graph

14 commits

Author SHA1 Message Date
Pat Hartl
ce5b5a1b7a Basic implementation to check for updates 2024-07-25 19:21:52 -05:00
Pat Hartl
bbb6b064b4 Fix auth view displayed on startup with valid token 2024-07-16 00:23:59 -05:00
Pat Hartl
348c181b24 Add offline mode 2024-07-15 17:26:24 -05:00
Pat Hartl
39f7dec897 Fixed filtering by engine 2024-07-13 12:55:42 -05:00
Pat Hartl
9f42c891de Added settings view 2024-07-07 20:28:03 -05:00
Pat Hartl
2dbacdb527 Import on authenticate, avoid double import notifications 2024-06-24 17:26:00 -05:00
Pat Hartl
f4b1fddb02 Refresh library when import complete 2024-06-14 14:35:45 -07:00
Pat Hartl
8e6c83d5a3 Import items in background and avoid locking UI 2024-06-11 02:05:15 -05:00
Pat Hartl
da539890b0 Fix login/logout routing 2024-06-08 03:13:55 -05:00
Pat Hartl
ea4cb940b7 Hide sync button when not authed, reorder profile 2024-06-08 03:05:32 -05:00
Pat Hartl
dd8a213e0d Style auth view 2024-06-07 23:49:11 -05:00
Pat Hartl
3b510563bb Adjust overall styling near top of window, add logo 2024-06-07 00:01:38 -05:00
Pat Hartl
161f8b6be9 Add dialog to change alias 2024-06-05 23:37:16 -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