Open Issues Need Help
View All on GitHubAI Summary: Implement a background AJAX process to periodically resync date/time and other data (related to issues #99, #116, #166, #167, and #225) for the New Tab Page clocks. This requires creating an API endpoint, implementing the AJAX calls, and adding a visual indicator for sync failures. The project uses Django, so the solution should integrate with the existing Django framework.
Full Lupinia/Awi website, built with Django
AI Summary: Fix a bug in the Lupinia website's New Tab Page where the date displayed on the clocks doesn't increment correctly after midnight. This requires modifying the existing time increment code to handle date changes, accounting for non-numeric date formats. The solution should integrate seamlessly with the server-side date generation.
Full Lupinia/Awi website, built with Django
AI Summary: Enhance the visual feedback of a timer reaching zero in a Django website. The current implementation simply turns the timer red. The goal is to improve this visual cue with a more engaging effect, ideally using only CSS or minimal Javascript, avoiding flashy or repetitive animations.
Full Lupinia/Awi website, built with Django