diff --git a/documentation/PROJECT__AE_Object_Field_Editor_V3_upgrade.md b/documentation/PROJECT__AE_Object_Field_Editor_V3_upgrade.md index 53e5088e..277e0d1e 100644 --- a/documentation/PROJECT__AE_Object_Field_Editor_V3_upgrade.md +++ b/documentation/PROJECT__AE_Object_Field_Editor_V3_upgrade.md @@ -1,7 +1,7 @@ # Project Plan: Aether AE Obj Field Editor v3 (Consolidated) -> **Status:** 🔵 Active / Testing & Stabilization -> **Date:** February 13, 2026 +> **Status:** 🟡 Mostly Complete — Phase 3 items + GUIDE update remaining +> **Date:** February 13, 2026 (last updated: 2026-03-20) > **Target Component:** `src/lib/elements/element_ae_obj_field_editor_v3.svelte` > **Replaces:** `element_ae_crud.svelte` and `element_ae_crud_v2.svelte` @@ -37,7 +37,7 @@ Consolidate the legacy CRUD components into a single, high-performance "Aether O ### Phase 4: Migration & Cleanup - [x] Create a playground route for V3 verification (`/testing/ae_obj_field_editor_v3`). -- [ ] Deprecate and eventually remove `v1` and `v2` files. +- [x] Deprecate and remove `v1` and `v2` files — `element_ae_crud.svelte` and `element_ae_crud_v2.svelte` removed 2026-03-20. - [ ] Update `GUIDE__Development.md` with the new usage patterns. ## ⚠️ Security & Reliability Stabilization (NEW) diff --git a/src/lib/elements/element_codemirror_editor.svelte b/src/lib/elements/element_codemirror_editor.svelte deleted file mode 100644 index a673ccf6..00000000 --- a/src/lib/elements/element_codemirror_editor.svelte +++ /dev/null @@ -1,166 +0,0 @@ - - -
-
- - - -
-
-
diff --git a/src/lib/elements/element_codemirror_editor_wrapper.svelte b/src/lib/elements/element_codemirror_editor_wrapper.svelte deleted file mode 100644 index 07d116b9..00000000 --- a/src/lib/elements/element_codemirror_editor_wrapper.svelte +++ /dev/null @@ -1,29 +0,0 @@ - - -
- {#if browser} - - {:else} - -
Editor (client only)
- {/if} -
diff --git a/src/lib/elements/element_editor_tiptap.svelte b/src/lib/elements/element_editor_tiptap.svelte index 0276622d..fa045e0a 100644 --- a/src/lib/elements/element_editor_tiptap.svelte +++ b/src/lib/elements/element_editor_tiptap.svelte @@ -136,7 +136,7 @@