+75
−68
Loading
This commit fixes two issues in the favorites tab:
- SongList.mjs:
- Ensures that filtered favorite songs are displayed alongside the "showing X of Y favorites" message, instead of being hidden by it.
- The "clear search" link now also appears when a search term filters out all favorites (showing 0 of Y), allowing users to easily return to the full list.
- Refined message display logic to correctly handle various filter and no-content scenarios.