Skip to content

Conversation

@Rustix69
Copy link
Contributor

@Rustix69 Rustix69 commented Dec 6, 2025

Description

Added completion percentage display in Project and Tag filter dropdowns to help users quickly track task progress at a glance.

Screenshot

image

Files Modified:

  • frontend/src/components/utils/types.ts - Added FilterStats interface
  • frontend/src/components/HomeComponents/Tasks/tasks-utils.ts - Added calculation functions
  • frontend/src/components/ui/multiSelect.tsx - Enhanced to display stats
  • frontend/src/components/HomeComponents/Tasks/Tasks.tsx - Integrated stats calculation

Checklist

  • Ran npx prettier --write . (for formatting)
  • Ran gofmt -w . (for Go backend) - N/A (no backend changes)
  • Ran npm test (for JS/TS testing)
  • Added unit tests, if applicable - N/A (feature addition, existing tests pass)
  • Verified all tests pass
  • Updated documentation, if needed - N/A (UI enhancement, self-explanatory)

@github-actions
Copy link

github-actions bot commented Dec 6, 2025

Thank you for opening this PR!

Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools.

Please take a moment to:

  • Check the "Files changed" tab
  • Leave comments on any lines for functions, comments, etc. that are important, non-obvious, or may need attention
  • Clarify decisions you made or areas you might be unsure about and/or any future updates being considered.
  • Finally, submit all the comments!

This helps make the review process smoother and gives us a clearer understanding of your thought process.

Once you've added your self-review, we'll continue from our side. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show Completion Percentage Next to Filters in Dropdown

1 participant