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.

golang infrastructure reddio reddio-testnet
4 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 2/5
good first issue UI UX

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.

Go
#golang#infrastructure#reddio#reddio-testnet

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.

Complexity: 2/5
enhancement good first issue UI

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.

Go
#golang#infrastructure#reddio#reddio-testnet
Add Dark Theme Toggle about 1 month ago

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.

Complexity: 3/5
good first issue UI theme

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.

Go
#golang#infrastructure#reddio#reddio-testnet

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).

Complexity: 2/5
enhancement good first issue UI

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.

Go
#golang#infrastructure#reddio#reddio-testnet