feat(admin): display total song count in library header

This commit is contained in:
Hördle Bot
2025-11-21 18:12:31 +01:00
parent 24e4e3dfa5
commit 7ce45be90d

View File

@@ -226,7 +226,9 @@ export default function AdminPage() {
</div>
<div className="admin-card">
<h2 style={{ fontSize: '1.25rem', fontWeight: 'bold', marginBottom: '1rem' }}>Song Library</h2>
<h2 style={{ fontSize: '1.25rem', fontWeight: 'bold', marginBottom: '1rem' }}>
Song Library ({songs.length} songs)
</h2>
{/* Search */}
<div style={{ marginBottom: '1rem' }}>