Skip to content

Conversation

@iptoux
Copy link
Owner

@iptoux iptoux commented Mar 20, 2025

Description

This pull request introduces a new TodoProgressbarComponent to display task completion progress. The progress data is sourced through the TasksService. The component has been integrated into the app layout, and unit tests ensure its functionality.

In addition, minor cleanup tasks were performed:

  • Removed unnecessary blank lines in the task-list component for improved readability.
  • Fixed formatting in the task-add component HTML by correcting the indentation of the form tag.

These changes enhance both functionality and code readability.

iptoux added 3 commits March 20, 2025 08:07
Corrected the form tag indentation and formatting for improved code readability and consistency. This change has no impact on functionality.
Cleaned up extra blank lines in the task-list component to improve readability and maintain code consistency. No functionality was affected by this change.
Introduced a progress bar component to reflect task completion percentages, using data from the TasksService. Integrated it into the app layout and ensured unit tests verify its correct creation and functionality.
@iptoux iptoux self-assigned this Mar 20, 2025
@iptoux iptoux added enhancement New feature or request done Ticket/Work done. labels Mar 20, 2025
@iptoux iptoux merged commit 6f04eb0 into main Mar 20, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

done Ticket/Work done. enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants