Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

shantanu-02
Copy link
Contributor

@shantanu-02 shantanu-02 commented Jan 5, 2025

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?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot recording 1 dashboard_ss
Screen.Recording.2025-01-05.142752.mp4

Test Coverage

Screenshot 1 dashboard_ss

Additional Notes

users/discord/components/UsersSection.js Outdated Show resolved Hide resolved
users/discord/components/UsersSection.js Outdated Show resolved Hide resolved
users/discord/components/UsersSection.js Outdated Show resolved Hide resolved
Copy link
Member

@Achintya-Chatterjee Achintya-Chatterjee left a 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

@shantanu-02
Copy link
Contributor Author

test screenshot is missing

It was just the UX issue...so didn't update/write any tests.

@Achintya-Chatterjee
Copy link
Member

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

@AnujChhikara
Copy link
Contributor

Hello @shantanu-02 can you please attach the test coverage screenshot

Comment on lines +59 to +70

createElement('div', { class: 'users_section' }, [
UsersSection({
users,
showUser,
handleUserSelected,
}),
]),

createElement('div', { class: 'user_details_section' }, [
UserDetailsSection({ user: users[showUser] ?? {} }),
]),
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: User information container on /users/discord page of the dashboard.
6 participants