Files
Wiktor a55b326b56 Rename AppState to MainAppState and fix JavaScript errors
- Renamed all AppState references to MainAppState for better naming consistency
- Fixed duplicate declaration error by consolidating state management
- Added null checks to prevent TypeError in DOM manipulation
- Added try-catch blocks for JSON parsing to handle malformed data
- Resolved JavaScript conflicts and improved error handling
- Maintained backward compatibility with window.AppState assignment
2025-07-22 16:37:50 +02:00
..