What's New
Remember Sorting Preference (#85)
- Sort preferences on the subscriptions list are now saved to localStorage
- Your preferred sort column and order persist across sessions
- Automatically applies saved sort when returning to the subscriptions page
Fix Tab and PWA Icon Missing (#84)
- Added favicon.ico for browser tabs
- Added apple-touch-icon for iOS home screen
- Added PWA manifest with app icons (192x192, 512x512)
- Added theme-color meta tag for mobile browsers
- App can now be installed as a PWA on supported devices
Technical Changes
- New
/web/static/js/sorting.jsfor sort persistence - New
/web/static/manifest.jsonfor PWA configuration - Added manifest route in server
- Updated all HTML templates with PWA meta tags
- Input validation for sort parameters