performance improvements, charts improvements, minor UI improvements

This commit is contained in:
Антон
2026-01-09 17:50:45 +03:00
parent 53a3a99309
commit f64f49a7a6
7 changed files with 337 additions and 179 deletions

View File

@@ -178,7 +178,7 @@ const expiringCertsList = ref([]);
let cachedHistory = null;
// Helpers
const MAX_CHART_POINTS = 48;
const MAX_CHART_POINTS = 96;
const loadAnalytics = async () => {
loading.analytics = true;