feat(theme): resolve database migration blocker and apply ThemePreference column

This commit is contained in:
2026-06-07 12:45:56 +02:00
parent ce4687ee93
commit c54ece9bd6
34 changed files with 1477 additions and 65 deletions
@@ -0,0 +1,8 @@
namespace NexusReader.Domain.Enums;
public enum ThemeMode
{
System = 0,
Dark = 1,
LightSepia = 2
}