-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(todo): correct function names and enhance task filtering
- Corrected the function name from populateTodofunction to populateTodo. - Added a new listener function addTaskPopupListener to handle task popups. - Renamed addActionsBtnListener to actionsBtnListener and added a call to searchFunction within it. - Introduced a new property is_important for tasks and updated the template to conditionally display the important badge. - Enhanced the search functionality to apply the current filter after searching. - Added a new function applyCurrentFilter to filter tasks based on their status (Todo, Done, Important).
- Loading branch information
Showing
2 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters