Open Issues Need Help
View All on GitHubAI Summary: Implement visual loading indicators in the Reddio podcast client to provide feedback to the user while podcast feeds and episode lists are being fetched. This involves adding loading spinners or similar UI elements to relevant sections of the application.
Reddio is an open-source, web-based podcast client that allows users to subscribe to, search for, and stream podcasts seamlessly. Built with React and Vite, it offers a clean, responsive UI and integrates RSS feed parsing for dynamic content delivery.
AI Summary: Add episode duration to the episode list view in the Reddio podcast client. This involves fetching the duration data (likely already available from the RSS feed) and displaying it alongside other episode details in the user interface.
Reddio is an open-source, web-based podcast client that allows users to subscribe to, search for, and stream podcasts seamlessly. Built with React and Vite, it offers a clean, responsive UI and integrates RSS feed parsing for dynamic content delivery.
AI Summary: Implement a dark theme toggle for the Reddio podcast client. This involves adding a user interface element (toggle switch) to allow users to switch between light and dark themes, potentially respecting system preferences. The implementation should consider styling adjustments across the application's components to ensure a consistent and visually appealing experience in both themes.
Reddio is an open-source, web-based podcast client that allows users to subscribe to, search for, and stream podcasts seamlessly. Built with React and Vite, it offers a clean, responsive UI and integrates RSS feed parsing for dynamic content delivery.
AI Summary: Implement a 'Mark All as Played' button in the Reddio podcast client. This button should allow users to mark all episodes within a selected playlist or podcast feed as played with a single click. This requires updating the application's state management and potentially the backend API (if used for tracking played status).
Reddio is an open-source, web-based podcast client that allows users to subscribe to, search for, and stream podcasts seamlessly. Built with React and Vite, it offers a clean, responsive UI and integrates RSS feed parsing for dynamic content delivery.