feat: add theme editor with Monaco and custom CSS injection

This commit is contained in:
Hachi-R 2025-01-29 03:46:22 -03:00
parent 3e2d7a751c
commit 5a19e9fd12
23 changed files with 516 additions and 20 deletions

View file

@ -15,7 +15,8 @@ export interface Theme {
optional2?: HexColorType;
};
description?: string;
author: number;
author: string | undefined;
authorName: string | undefined;
isActive: boolean;
code: string;
createdAt: Date;