-
fix: critical QA findings — dead code and prop mismatch
released this
2026-05-29 16:47:50 +03:00 | 572 commits to master since this release- Remove get_config_manager() call from translate_run_websocket
(@app.websocket /ws/translate/run/{run_id}) — was not imported
and unused. Also remove unused from sqlalchemy.orm import Session. - Fix prop name mismatch: showBulkReplace -> showPageBulkReplace
in RunTabContent. Use () for reactive two-way binding. - Add ('DRAFT') for status prop in RunTabContent.
Downloads
- Remove get_config_manager() call from translate_run_websocket