0.3.24
- Add TMDB title search and active-user stats (6e5395f)
Add server endpoints and UI for TMDB title search and site stats. Introduces /api/search-title to query TMDB (returns TMDB/IMDB ids, poster, year, type) and /api/stats to return active user count from accountsDb. Adds a MediaIdSearch component in the workspace nav with debounce, dropdown results, and TMDB-key driven search; integrates icons and loading state. Home page now fetches /api/stats, exposes userCount to the view, and renders an AnimatedCounter badge showing active users. Also bumps package version to 0.3.24 and updates build info.
Full Changelog: v0.3.23...v0.3.24