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

UI Issues in Data Fetch Scroll, Text Area Overflow, and User Profile Navigation #9918

Closed
2 of 3 tasks
shauryag2002 opened this issue Jan 12, 2025 · 6 comments · Fixed by #10953
Closed
2 of 3 tasks
Assignees

Comments

@shauryag2002
Copy link
Contributor

shauryag2002 commented Jan 12, 2025

Description:

This update resolves three UI/UX issues:

  • Scroll Behavior on Data Fetch:

    • Current Behavior: When scrolling up, the loading skeleton appears, and the component automatically scrolls back to the bottom.
    • Fixed Behavior: The Loading... appears without forcing the component to scroll to the bottom.
      Image
  • Resizable Input Text Area Overflow:

    • Current Behavior: The input text area can be expanded infinitely, causing layout overflow.
    • Image
    • Fixed Behavior: The text area now has a height limit, preventing overflow.
    • Image
  • Unresponsive User Avatar and Username:

    • Current Behavior: Clicking the user avatar or username does nothing.
    • Fixed Behavior: Clicking the user avatar or username now correctly navigates to the user's profile.
      Image

To Reproduce:

  • Go to Encounters tab.
  • Go to any one of users by clicking View Details.
  • Then, Go to notes tab
  1. Scroll Behavior:

    • Go to the data fetch component.
    • Scroll up and observe the loading skeleton.
    • Before: Scroll resets to the bottom.
    • After Fix: Scroll remains in position.
  2. Text Area Overflow:

    • Navigate to the notes input section.
    • Expand the input text area.
    • Before: The area expands infinitely.
    • After Fix: The area has a height limit.
  3. User Profile Navigation:

    • Click on the user avatar or username.
    • Before: No action occurs.
    • After Fix: Redirects to the user profile.

Expected Behavior:

  • The component does not auto-scroll on data fetch.
  • The text area has a maximum height limit.
  • Clicking the avatar or username redirects to the user profile.

Environment:

  • OS: Windows 11
  • Browser: Microsoft Edge
  • Version: 131.0.2903.146
@shauryag2002
Copy link
Contributor Author

I am working on this issue.

@rajku-dev
Copy link
Contributor

Partial Duplicate of #9842

@Jacobjeevan
Copy link
Contributor

For future, get the issue assigned first before opening a PR @shauryag2002 👍

@nihal467
Copy link
Member

nihal467 commented Mar 1, 2025

@shauryag2002 unassign you from the issue due to inactivity

@siva222003
Copy link
Contributor

@nihal467 can you assign this to me?

@github-actions github-actions bot added needs-triage question Further information is requested labels Mar 1, 2025
@nihal467 nihal467 removed question Further information is requested needs-triage labels Mar 1, 2025
@khavinshankar
Copy link
Member

Issues 2 and 3 were already fixed and was working as expected, making a PR for issue 1, the scroll issue

@github-project-automation github-project-automation bot moved this to Triage in Care Mar 4, 2025
@rithviknishad rithviknishad moved this from Triage to Review required in Care Mar 4, 2025
@github-project-automation github-project-automation bot moved this from Review required to Done in Care Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment