Codelabz
Codelabz copied to clipboard
[Fix]: Implement Scrollable Tabs for 'My Feed' Section on Mobile #1139
Description
This pull request addresses the issue of the lack of scrollability for tabs within the 'My Feed' section on the mobile version. The aim is to enhance the user experience by introducing scrollable tabs, allowing seamless navigation through multiple tabs on smaller screens.
Related Issue
Fixes #1139
Motivation and Context
How Has This Been Tested?
it is tested locally on my machine.
Screenshots or GIF (In case of UI changes):
https://github.com/scorelab/Codelabz/assets/135845175/055aab69-7f78-4fca-80d4-f121ce408de1
Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.