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
fix(ci): resolve mypy and innerHTML static-check failures
- plan_edit.py: default extra_subtitles/extra_audio to () when the key is
absent in the payload, matching the non-optional PlanEdit field type and
satisfying mypy (previously _payload_paths could return None)
- app.js: replace innerHTML-based SVG construction with createElementNS in the
drag handle and iconSvg helpers, so the dynamic renderer complies with the
test_gui_dynamic_rendering_does_not_use_inner_html static check
0 commit comments