neues Admin UI Layout eingeführt. Alle Tests auf den neusten Stand gebracht.

This commit is contained in:
Codex Agent
2025-12-30 10:24:06 +01:00
parent 902e78cae9
commit efe2f25b3e
85 changed files with 95235 additions and 19197 deletions

View File

@@ -706,7 +706,7 @@ export async function createFabricObject({
height: element.height,
fontSize: element.fontSize ?? 36,
fill: element.fill ?? textColor,
fontFamily: element.fontFamily ?? 'Lora',
fontFamily: element.fontFamily ?? 'Manrope',
textAlign: mapTextAlign(element.align),
lineHeight: element.lineHeight ?? 1.5,
charSpacing: element.letterSpacing ?? 0.5,
@@ -719,7 +719,7 @@ export async function createFabricObject({
height: element.height,
fontSize: element.fontSize ?? 24,
fill: element.fill ?? accentColor,
fontFamily: element.fontFamily ?? 'Montserrat',
fontFamily: element.fontFamily ?? 'Manrope',
underline: true,
textAlign: mapTextAlign(element.align),
lineHeight: element.lineHeight ?? 1.5,
@@ -799,7 +799,7 @@ export async function createFabricObject({
height: element.height,
fontSize: element.fontSize ?? 24,
fill: secondaryColor,
fontFamily: element.fontFamily ?? 'Lora',
fontFamily: element.fontFamily ?? 'Manrope',
textAlign: mapTextAlign(element.align),
});
}
@@ -846,7 +846,7 @@ export function createTextBadge({
top: height / 2,
fontSize,
fill: textColor,
fontFamily: 'Montserrat',
fontFamily: 'Manrope',
originY: 'center',
textAlign: 'center',
lineHeight,