Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added filter functionality to the weight chart and the weight card on the dashboard #929

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RiadJamal07
Copy link

This pull request implements several enhancements and improvements to the weight chart filtering functionality and the user interface of the filter buttons in the WeightFilter, BodyWeight, and WeightCard components.

variant={activeFilter === 'all' ? 'contained' : 'outlined'}
onClick={() => handleFilterClick('all')}
>
All
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you mark the texts as translatable? you just need to add a key to public/locales/en/translation.json and then you can use it with t('')

@@ -1 +1,223 @@
../../../public/locales/en/translation.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, this was the symlink that was making problems. I'm not sure what a goof solution for this is, but could you revert this change? You can replace the symlink again, just not commit it

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.

2 participants