refactor: ImmichHtmlText to ImmichFormattedText (#26466)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong
2026-02-24 02:35:00 +05:30
committed by GitHub
parent e5722c525b
commit db7158b967
17 changed files with 266 additions and 402 deletions
+3 -3
View File
@@ -60,10 +60,10 @@ enum AppRoute {
category: AppRouteCategory.forms,
icon: Icons.description_outlined,
),
htmlText(
name: 'Html Text',
formattedText(
name: 'Formatted Text',
description: 'Render text with HTML formatting',
path: '/html-text',
path: '/formatted-text',
category: AppRouteCategory.forms,
icon: Icons.code_rounded,
),