From a3364bafdae71f295d2390c4e9d6f0c9f88ade10 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Sun, 15 Feb 2026 19:37:22 -0500 Subject: [PATCH] refactor: migrate TreeEditorPage to new design system Co-Authored-By: Claude Opus 4.6 --- frontend/src/pages/TreeEditorPage.tsx | 92 +++++++++++++-------------- 1 file changed, 46 insertions(+), 46 deletions(-) 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 */}