feat: rewrite stats backend

This commit is contained in:
David Ralph
2024-09-03 14:06:13 +01:00
parent 742b762ae2
commit ed6f660099
22 changed files with 48 additions and 54 deletions

View File

@@ -50,7 +50,7 @@ const downloadImage = async (info) => {
document.body.appendChild(link);
link.click();
document.body.removeChild(link);
variables.stats.postEvent('feature', 'Background download');
variables.stats.postEvent('feature', 'background', 'download');
};
function PhotoInformation({ info, url, api }) {