fix: add missing Alpine variables to JS components
- Add scanDropdownOpen to code-quality-dashboard.js - Add error variable to notifications.js These variables are required by templates but were missing from JS. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -22,6 +22,7 @@ function codeQualityDashboard() {
|
|||||||
// Dashboard-specific data
|
// Dashboard-specific data
|
||||||
loading: false,
|
loading: false,
|
||||||
scanning: false,
|
scanning: false,
|
||||||
|
scanDropdownOpen: false,
|
||||||
error: null,
|
error: null,
|
||||||
successMessage: null,
|
successMessage: null,
|
||||||
scanProgress: null, // Progress message during scan
|
scanProgress: null, // Progress message during scan
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ function adminNotifications() {
|
|||||||
|
|
||||||
// Loading states
|
// Loading states
|
||||||
loading: true,
|
loading: true,
|
||||||
|
error: null,
|
||||||
loadingNotifications: false,
|
loadingNotifications: false,
|
||||||
loadingAlerts: false,
|
loadingAlerts: false,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user