Removed asset controllers. Started adding design section in settings

This commit is contained in:
2025-01-07 00:08:19 +01:00
parent 8372cfad1b
commit e299cde6da
10 changed files with 43 additions and 72 deletions

View File

@@ -16,6 +16,7 @@ using Moonlight.Client.Implementations;
using Moonlight.Client.Interfaces;
using Moonlight.Client.Services;
using Moonlight.Client.UI;
using Moonlight.Client.UI.Forms;
using Moonlight.Shared.Misc;
namespace Moonlight.Client;
@@ -154,6 +155,7 @@ public class Startup
{
FormComponentRepository.Set<string, StringComponent>();
FormComponentRepository.Set<int, IntComponent>();
FormComponentRepository.Set<DateTime, DateComponent>();
return Task.CompletedTask;
}