-
Notifications
You must be signed in to change notification settings - Fork 6
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
MorePage Update #206
MorePage Update #206
Conversation
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.
@AmarHadzic, good work! However, please follow the Figma design as mentioned in the GitHub issue description.
Changes required:
- Add an automatic carousel.
- The dark mode and light mode toggle should reflect the design exactly as it appears in Figma.
Expected output:
IMG_0355.MOV
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.
@AmarHadzicI found a few alignment issues in your work. On Android, the content in the MorePage overflows and occupies the status bar. Also, on iOS, when I scroll through the options, they overlap with the image carousel. I'll attach the screenshot and screen recording below.
ScreenRecording_12-02-2024.13-49-45_1.MP4
@rcAsironman , just resolved those issues |
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.
lgtm;
Fixes #203
What was changed
Updated the more page to reflect the Figma design. The more page was given a more modern look and cleaner layout. Now the more page is more structured and looks complete. This improves usability and user experience.
Why was it changed
Previously, the more page included too much text and looked plain, leading to a poor user experience. After the updates, the more page is visually appealing, consistent, and easy to navigate, leading to an improved user-experience.
How was it changed
The
MorePage.tsx
was completely rewritten based on the Figma design. ATeamPage.tsx
file was created to display the team in a nice consistent format. Also, theAppNavigation.tsx
file was edited to support go back and forth between the More page and its sub pages.