Update project structure and dependencies

Key features implemented:
- Updated .gitignore to include comprehensive ignore patterns for multiple languages and build artifacts
- Removed auto-score related components and routes from ContentArea, Sidebar, mobile navigation, and preload types
- Deleted AutoScoreManager, Rule builder, and associated service/engine files
- Updated Settings component to remove auto_score_enabled setting handling
- Cleaned up type definitions and navigation configurations to reflect feature removal

The changes streamline the project by removing the auto-scoring feature while maintaining core functionality and improving project organization through updated ignore rules.
This commit is contained in:
qwen.ai[bot]
2026-03-28 03:58:10 +00:00
parent 6f537bc887
commit 83475ffda7
14 changed files with 526 additions and 1366 deletions
-1
View File
@@ -25,7 +25,6 @@ type appSettings = {
window_zoom?: string
search_keyboard_layout?: "t9" | "qwerty26"
disable_search_keyboard?: boolean
auto_score_enabled?: boolean
}
const withTimeout = async (
promise: Promise<any>,