+99
−67
+18
−12
+40
−6
Loading
This commit enhances the user experience in the favorites tab when a search filter is active:
- SongList.mjs:
- Displays a specific message if a search term filters the list of favorites, indicating total vs. shown favorites.
- Includes a link/button within this message to clear the current search term.
- Receives 'onSearchTermChange' callback from AppLayout to trigger search clearing.
- AppLayout (app.mjs):
- Passes 'onSearchTermChange' callback to SongList.
- style.css:
- Added styling for the 'clear-search-link' to make it visually distinct and interactive.