Files
allstarr/allstarr/wwwroot/app.js
T
joshpatra 8d6dd7ccf1
Docker Build & Push / build-and-test (push) Has been cancelled
Docker Build & Push / docker (push) Has been cancelled
v1.0.3-beta.1: Refactored all large files, Fixed the cron schedule bug, hardened security, added global mapping for much more stable matchings
2026-02-16 14:59:21 -05:00

17 lines
971 B
JavaScript

// ============================================================================
// DEPRECATED: This file has been replaced by main.js
// ============================================================================
// All functionality has been moved to modular ES6 files:
// - main.js (entry point with all initialization and window functions)
// - utils.js (utility functions like showToast, escapeHtml, formatCookieAge)
// - api.js (all API calls)
// - ui.js (all UI update functions)
// - modals.js (modal management)
// - helpers.js (helper functions for mapping, searching, etc.)
// ============================================================================
// This file is kept for backwards compatibility only.
// All code has been successfully migrated to the modular structure.
// ============================================================================
console.warn('⚠️ app.js is deprecated. All functionality is now in main.js and other modules.');