loading entries

This commit is contained in:
2026-03-31 14:16:38 +05:30
parent d8f90c7d6c
commit 0ca694ca99

View File

@@ -270,9 +270,7 @@ export default function HistoryPage() {
</h3> </h3>
{loadingEntries ? ( {loadingEntries ? (
<p style={{ color: 'var(--color-text-muted)', fontSize: '0.875rem', textAlign: 'center', padding: '1.5rem 0', fontFamily: '"Sniglet", system-ui' }}> <PageLoader />
Loading entries
</p>
) : ( ) : (
<div className="entries-list"> <div className="entries-list">
{selectedDateEntries.length === 0 ? ( {selectedDateEntries.length === 0 ? (