loading entries
This commit is contained in:
@@ -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 ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user