Add clickable bid counters in the header that navigate to the sent/received tabs + small fix.

This commit is contained in:
gerlofvanek
2025-05-08 22:31:39 +02:00
parent ece9d7fb4b
commit b3c0ad7e9c
4 changed files with 248 additions and 59 deletions

View File

@@ -1518,7 +1518,7 @@ refreshAllData: async function() {
}
}, 1000);
}
console.log(`Price refresh completed at ${new Date().toLocaleTimeString()}. Updated ${window.config.coins.length - failedCoins.length}/${window.config.coins.length} coins.`);
//console.log(`Price refresh completed at ${new Date().toLocaleTimeString()}. Updated ${window.config.coins.length - failedCoins.length}/${window.config.coins.length} coins.`);
} catch (error) {
console.error('Critical error during refresh:', error);