-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add sort by select button #35
Conversation
Hello @noumendarryl , your pr looks good. But there is changes not related to your pr topic like the correction of typos. |
Hi @pythonbrad, I hope you're doing great. It's as if my pull request was accepted and I was wondering when it will be merged and successfully merged to the main branch of the miniyotas repository. Can you please let me know when it will ? |
@noumendarryl, when another reviewer will review it. We can assume that, at least two reviews are required before merging. |
Hi @pythonbrad, Okay I get it now. I really hope it will be done very soon. |
Also, I faced a lot of issues to contribute to issues related to osscameroon/osscameroon-website repository. These are particularly related to installing the backend dependencies. Can you please take a look at it and let me know when we will be able to contribute ? |
@noumendarryl, this question should be asked at the level of the osscameroon website repo. You can create an issue who explain your difficulties to deploy it and you will receive a solution soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work, thank you 🥳
Add sort by select button
This commit is linked to the issues #7 about sorting users by the ascending or descending amount of yotas the possess miniyotas.osscameroon.com
Changes
contributors.hbs
file, the select button for sorting users by the ascending or descending amount of yotasindex.ts
file to add the conditional statements for performing sortingcontributors.hbs
file to handle sorting requests while user changes options from the select buttonhandlebars.ts
file to help with the maintaining the current value of the select button after the page reloadsHow to test
Related Issues