Fix Unicode support and improve navigation functionality

- Fix album cover path generation for Unicode artist names (Beyoncé, Björk, etc.)
- Improve Next button to respect current filter/sort state instead of just incrementing rank
- Add proper Unicode character handling with regex property escapes
- Update README to document new Unicode support and smart navigation features

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Johan Lundberg 2025-07-02 01:40:16 +02:00
parent 75bbf157e7
commit dc0c775eb4
2 changed files with 52 additions and 10 deletions

View file

@ -17,7 +17,8 @@ A beautiful, interactive web application showcasing Rolling Stone's greatest alb
- **Complete Metadata**: Full album information including artist, year, label, and descriptions
- **Wikipedia Integration**: Direct links to Wikipedia pages for each album
- **Spotify Integration**: Listen to albums directly on Spotify with one click
- **Sequential Navigation**: Next button on each album for easy browsing
- **Smart Navigation**: Next button that respects current filter/sort state for intuitive browsing
- **Unicode Support**: Proper handling of international artist names (Beyoncé, Björk, etc.)
- **Search & Filter**: Easy navigation with search, status filters, and sorting options
### Modern UI/UX