The to-do app to organize my life.

0 stars 1 forks 0 watchers JavaScript GNU General Public License v3.0
5 Open Issues Need Help Last updated: Aug 15, 2025

Open Issues Need Help

View All on GitHub
bug good first issue frontend

The to-do app to organize my life.

JavaScript

AI Summary: Fix a missing theme on the `/admin/user` page of the TaskBox to-do application. The issue is that the page loads without the expected blue admin theme. The fix requires investigating why the theme is not being applied on this specific page and implementing the necessary CSS or JavaScript changes to apply the theme correctly.

Complexity: 3/5
bug good first issue frontend

The to-do app to organize my life.

JavaScript

AI Summary: Implement a full CSS light mode for the TaskBox to-do application. The current theme partially supports light-themed systems, but needs complete implementation for consistent appearance across different system themes.

Complexity: 3/5
enhancement good first issue frontend

The to-do app to organize my life.

JavaScript

AI Summary: Debug and fix a bug in a to-do application where editing a task via the task view prevents modals from appearing on right-click. The bug occurs after editing a task name using the 'Rename task' feature. The fix requires investigating the interaction between the task view, modal display, and right-click event handling within the application's JavaScript code.

Complexity: 4/5
bug good first issue frontend

The to-do app to organize my life.

JavaScript

AI Summary: Fix a bug in the TaskBox to-do application where an error message appears when cookies are set to a non-zero value but the corresponding entry doesn't exist. The solution involves modifying the application to automatically reset the cookie value to zero in such cases, preventing the error and ensuring smooth page loading.

Complexity: 4/5
bug good first issue frontend

The to-do app to organize my life.

JavaScript