We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec9322 commit 314144eCopy full SHA for 314144e
1 file changed
PLAN.md
@@ -90,6 +90,6 @@ Remove Svelte entirely. Convert Svelte components to Astro components. Fetch dat
90
91
- The Flask server (`server/app.py`) is unchanged (logic-wise)
92
- `API_SERVER_URL` env var moves from middleware to a shared constant used by Astro pages
93
-- The `Header.astro` component with its vanilla JS menu toggle is fine as-is
+- The `Header.astro` component now uses an always-visible navigation without JavaScript; no further changes are required for this plan
94
- E2e tests should pass since rendered HTML output is equivalent
95
- This eliminates the entire Svelte framework from the dependency tree
0 commit comments