diff --git a/frontend/src/pages/TreeEditorPage.tsx b/frontend/src/pages/TreeEditorPage.tsx index c0c93519..7afd3b62 100644 --- a/frontend/src/pages/TreeEditorPage.tsx +++ b/frontend/src/pages/TreeEditorPage.tsx @@ -345,7 +345,7 @@ export function TreeEditorPage() { if (isLoading) { return (
-
+
) } @@ -354,16 +354,16 @@ export function TreeEditorPage() { if (isMobile) { return (
- -

Desktop Required

-

+ +

Desktop Required

+

The tree editor requires a larger screen for the best experience. Please open this page on a desktop or tablet in landscape mode.

-

+

{isEditMode ? 'Edit Tree' : 'Create New Tree'} - {name && - {name}} + {name && - {name}}

{treeStatus === 'draft' && ( - + Draft )} {isDirty && ( - + Unsaved )} @@ -469,7 +469,7 @@ export function TreeEditorPage() {
{/* Mode Toggle */} -
+
-
+
-
+
{/* Undo/Redo */} -
+
-
+
-
+
{/* Validate */}