forked from Qortal/q-blog
659 B
659 B
Phase 1 — Next Steps (Small, Mergeable PRs)
-
MUI v4 → v5 import fix
- Run:
bash scripts/dev/phase1/fix-mui-imports.sh --drythen--apply. - Commit only the touched files +
reports/phase1-*/notes.txt(optional).
- Run:
-
Remove TS suppressions
- Run:
bash scripts/dev/phase1/fail-on-suppressions.sh(or--allow=1while fixing one file per PR). - Convert ignored sections to proper types or refactor.
- Run:
-
A11y:
<img>alt text- Run:
bash scripts/dev/phase1/list-imgs-missing-alt.shand fix each instance (altoralt=""if decorative).
- Run:
Keep each PR focused (1–5 files), branch from update, and let CI run.