Open Issues Need Help
View All on GitHub Add frontend toggle button for dark mode 2 months ago
AI Summary: Implement a toggle button in the Thymeleaf frontend to enable/disable dark mode. This involves adding a button (likely a sun/moon icon) to the header or navbar, writing JavaScript to send a POST request to the existing `/users/toggle-darkmode` API endpoint when clicked, updating the UI based on the API response (likely using `document.body.classList`), and optionally loading and applying the user's current theme on page load.
Complexity:
3/5
enhancement help wanted good first issue
A web app for daily reflections and goal tracking. Made with Spring Boot, Thymeleaf, and MySQL.
Java
#diary#hibernate-jpa#html-css#java#journaling#mysql#pet-project#reflection#spring-boot#thymeleaf#web