Open Issues Need Help
View All on GitHubAI Summary: This issue proposes adding German language support to a Flask application using Flask-Babel. The task involves installing the library, marking user-facing strings for translation, creating German translation files, and implementing a language switcher. The goal is to make the application accessible to German-speaking users, particularly those in Berlin.
AI Summary: This issue proposes adding a dark/light theme toggle to the application. The toggle should switch between the existing dark theme and a new light cinema-style theme, with the user's preference saved in localStorage. The implementation involves CSS modifications for the light theme, adding a button to the header, and JavaScript to handle the toggle and persistence.
AI Summary: This issue proposes adding a new 'currently watching' status for movies, alongside existing 'watched' and 'watchlist' options. The implementation involves modifying models, templates for user details and feeds, and CSS for styling. It also requires updating activity display and adding a status toggle button on movie cards.
AI Summary: This issue proposes replacing a dropdown rating selector with an interactive star rating component. Users will be able to select ratings from 0.5 to 5.0 using clickable star icons, with support for half-star selections. The implementation should be done using pure JavaScript and CSS, without relying on any frameworks.