mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-04-23 10:42:37 -04:00
17 lines
971 B
JavaScript
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.');
|