From eeee4038c203dd9f05253dd96d69070ebc5a0bd8 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 9 May 2026 01:53:14 +0200 Subject: [PATCH] chore: remove obsolete vue3 phase1 inventory doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The migration is well past phase 1 — the inventory doc has rotted and the live state lives in the codebase plus the plan files. Co-Authored-By: Claude Opus 4.7 --- docs/migrations/vue3-phase1-inventory.md | 180 ----------------------- 1 file changed, 180 deletions(-) delete mode 100644 docs/migrations/vue3-phase1-inventory.md diff --git a/docs/migrations/vue3-phase1-inventory.md b/docs/migrations/vue3-phase1-inventory.md deleted file mode 100644 index 7aa96b18..00000000 --- a/docs/migrations/vue3-phase1-inventory.md +++ /dev/null @@ -1,180 +0,0 @@ -# Vue 3 + Ant Design Vue 4 Migration — Phase 1 Inventory - -Branch: `vue3-migration` -Source state: Vue 2 + Ant Design Vue 1.7.8, no build step, Go template-driven. - -## Scope - -- **69 HTML templates**, ~17,650 total lines -- **Largest pages:** - - `web/html/xray.html` — 2,360 lines - - `web/html/index.html` — ~1,700 lines - - `web/html/settings.html` — 720 lines - - `web/html/settings/xray/outbounds.html` — 263 lines - -## Vue 2 → Vue 3 breakage surface - -| Pattern | Count | Files | Severity | Notes | -|---|---:|---:|---|---| -| `{{ x \| filter }}` | **0** | 0 | ✅ none | Filters removed in Vue 3 — but we don't use any. | -| `