feat/optional-cooldown #2

Merged
nvrl merged 5 commits from feat/optional-cooldown into main 2026-02-21 02:35:14 +01:00
Showing only changes of commit 0b1bd727e6 - Show all commits

View File

@@ -510,10 +510,6 @@ const AccountRow: React.FC<{
</Button>
)}
import VerifiedUserIcon from '@mui/icons-material/VerifiedUser';
// ... (inside AccountRow)
{/* Scraper Auth Button - Controls the optional cooldown tracking */}
<Tooltip title={account.steamLoginSecure && !account.authError ? "Session valid - Tracking active" : (account.steamLoginSecure ? "Refresh scraper session" : "Authenticate for cooldown tracking")}>
<Box sx={{ display: 'flex', alignItems: 'center', gap: 0.5 }}>