Clear cache on relaod

This commit is contained in:
2026-08-05 23:36:34 -05:00
parent 49bc022909
commit 1fb42334ae
9 changed files with 103 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
<main class="history-page">
<header>
<h1><img class="brand-logo" src="logo.png" alt="Splirate"></h1>
<button id="clearHistoryBtn" type="button">Clear</button>
</header>
<p id="status">Loading history...</p>
<ul id="historyList"></ul>