You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated cache comment from "LRU cache" to "TTL cache and FIFO eviction" to accurately describe the eviction strategy used in `external-services.js`.
12
+
- Added keyboard navigation instructions to the settings header text, informing users they can press Enter to activate reorder mode and use arrow keys to move service cards.
13
+
- Extracted the magic number `7` (CSSRule.KEYFRAMES_RULE fallback) into a named constant `LEGACY_KEYFRAMES_RULE_TYPE` with an explanatory comment for clarity and maintainability.
14
+
15
+
## 2026-04-11
16
+
9
17
### 🔧 VHOST IMPORT BUG FIXES & IMPROVEMENTS
10
18
11
19
- Updated the single-zip database file detection in `scripts/functions/vhost/vhost-import.sh` to search for both `*.sql` and `*.sql.gz` patterns, so compressed database dumps are correctly found and imported instead of failing silently.
headerP.textContent='Toggle services to show/hide on the dashboard. Drag service cards to reorder them. Click "Save Changes" to apply. Services are organized by category.';
492
+
headerP.textContent='Toggle services to show/hide on the dashboard. Drag service cards to reorder them, or use the keyboard: press Enter to activate reorder mode and use arrow keys to move cards. Click "Save Changes" to apply. Services are organized by category.';
493
493
settingsHeader.appendChild(headerP);
494
494
settingsContent.appendChild(settingsHeader);
495
495
@@ -1727,7 +1727,9 @@ export class ExternalServicesManager {
0 commit comments