This pull request primarily removes obsolete Entity Framework migration files and designer code from the backend, and refactors button styling in the frontend settings view for improved consistency and appearance. The most important changes are grouped below.
Backend: Migration Cleanup
- Removed old migration files
20251028180000_AddNotificationSettingsToApplicationSettings.cs,20251028180000_AddNotificationSettingsToApplicationSettings.Designer.cs,20251028152726_AddNotificationSettingsToApplicationSettings.cs, and20251027004022_AddPreferUsDomainToApplicationSettings.csto clean up legacy database migration history and reduce confusion. [1] [2] [3] [4] - Updated table mapping in
ListenArrDbContextModelSnapshot.csby explicitly passingnullas the schema argument to.ToTable()for all entities, ensuring consistent table schema usage. [1] [2] [3] [4] [5] [6] [7] [[8]](diffhunk://#diff-44f47aa0bb0ad27c06f011af9c234f415509b52589c571820a7...
Automated canary build