Paginate Arcane projects with inline refresh

This commit is contained in:
2026-02-07 23:40:02 +03:00
parent 08d936ac3e
commit 9d4b9620ee
2 changed files with 89 additions and 22 deletions

View File

@@ -3,3 +3,4 @@ from typing import Dict
DOCKER_MAP: Dict[str, str] = {}
LOG_FILTER_PENDING: Dict[int, dict] = {}
UPDATES_CACHE: Dict[int, dict] = {}
ARCANE_CACHE: Dict[int, dict] = {}