You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/next-steps.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,8 @@ Focused follow-up work for `@knighted/develop`.
26
26
6.**Panel sizing without JS height sync**
27
27
- Revisit the current side-layout preview height calculation and investigate a pure CSS replacement.
28
28
- Keep existing behavior constraints: preview should not exceed the combined editor stack height in side layouts, and preview content should scroll internally when it overflows.
29
+
30
+
7.**CDN failure recovery UX**
31
+
- Detect transient CDN/module loading failures and surface a clear recovery action in-app.
32
+
- Add a user-triggered retry path (for example, Reload page / Force reload) when runtime bootstrap imports fail.
33
+
- Consider an optional automatic one-time retry before showing recovery controls, while avoiding infinite reload loops.
0 commit comments