-
Notifications
You must be signed in to change notification settings - Fork 158
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
Fix: Scrollability issue of users list for discord users #934
base: develop
Are you sure you want to change the base?
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.
test screenshot is missing
It was just the UX issue...so didn't update/write any tests. |
@shantanu-02 you have update the test screenshot, it's mandatory |
Hello @shantanu-02 can you please attach the test coverage screenshot |
|
||
createElement('div', { class: 'users_section' }, [ | ||
UsersSection({ | ||
users, | ||
showUser, | ||
handleUserSelected, | ||
}), | ||
]), | ||
|
||
createElement('div', { class: 'user_details_section' }, [ | ||
UserDetailsSection({ user: users[showUser] ?? {} }), | ||
]), |
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.
Do we need to create the div here?
Date: 05/01/2025
Developer Name: Shantanu Pawar
Issue Ticket Number
Description
Made a separate container for the list of users so that the scrollability of the list doesn't affect the whole page.
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot recording 1
Screen.Recording.2025-01-05.142752.mp4
Test Coverage
Screenshot 1
Additional Notes