feat: Add login page with dynamic RGB effects and password toggle functionality

feat: Implement package management utilities with JSON endpoints for listing and uninstalling packages

feat: Create plugin management utilities with endpoints for listing, configuring, and installing plugins

feat: Develop schedule and trigger management utilities with CRUD operations for schedules and triggers
This commit is contained in:
infinition
2026-03-19 00:40:04 +01:00
parent 3fa4d5742a
commit b0584a1a8e
176 changed files with 7795 additions and 1781 deletions

View File

@@ -489,9 +489,9 @@
}
}
/* ═══════════════════════════════════════════════════════════════════════
/* ==========================================================================
BACKUP & UPDATE (.page-backup)
═══════════════════════════════════════════════════════════════════════ */
========================================================================== */
.page-backup .main-container {
display: flex;
height: calc(100vh - 60px);
@@ -735,9 +735,9 @@
border: #007acc;
}
/* ═══════════════════════════════════════════════════════════════════════
/* ==========================================================================
WEB ENUM (.webenum-container)
═══════════════════════════════════════════════════════════════════════ */
========================================================================== */
.webenum-container .container {
max-width: 1400px;
margin: 0 auto;
@@ -1137,9 +1137,9 @@
}
}
/* ═══════════════════════════════════════════════════════════════════════
/* ==========================================================================
ZOMBIELAND C2C (.zombieland-container)
═══════════════════════════════════════════════════════════════════════ */
========================================================================== */
.zombieland-container .panel {
background: var(--panel);
border: 1px solid var(--c-border);
@@ -1622,9 +1622,9 @@
}
}
/* ═══════════════════════════════════════════════════════════════════════
/* ==========================================================================
ACTIONS LAUNCHER (.actions-container)
═══════════════════════════════════════════════════════════════════════ */
========================================================================== */
.actions-container #actionsLauncher {
min-height: 0;
height: 100%;
@@ -2131,9 +2131,9 @@
}
}
/* ═══════════════════════════════════════════════════════════════════════
/* ==========================================================================
ACTIONS STUDIO (.studio-container)
═══════════════════════════════════════════════════════════════════════ */
========================================================================== */
.studio-container {
--st-bg: #060c12;
--st-panel: #0a1520;