-
Notifications
You must be signed in to change notification settings - Fork 72
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
refactoring: lists the off-chain groups based on recent creation #364
refactoring: lists the off-chain groups based on recent creation #364
Conversation
hey @vplasencia i just realised there was a missing property in another file which i didnt include and that is why there is an error for 'createdAt' property ,should i create a new pr and close this ? |
@vplasencia i was finally able to remove the errors and run the tests successfully! |
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.
Hey! @tanyas-codes
Great work! ✨
Thank you so much @tanyas-codes 💯 |
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. Thank you so much @tanyas-codes 🔥
Thankyou for the guidance and patience ! @vplasencia @0xjei |
Thanks for the contribution! @gitpoap-bot @tanyas-codes |
Congrats, @tanyas-codes ! You've earned a GitPOAP for your contribution! GitPOAP: 2024 Bandada Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Implementing a refactoring to list off-chain groups based on their creation date. This feature enhances the user experience by allowing users to easily access the most recently created groups.
this resolves issue #344
Description
Previously, users had to manually navigate through the list of groups to find the ones they were interested in because the groups were listed in alphabetical order.With this new re-factoring, the groups are displayed in order of their creation date, making it easier for users to find the latest content.
Related Issue
Does this introduce a breaking change?
No
Other information