mattisongjj / pe

0 stars 0 forks source link

Text overflow for name with no way to view full name #7

Closed mattisongjj closed 1 week ago

mattisongjj commented 1 week ago

When updating or adding a member with a very long name field once the displayed name field exceeds the window there is no way for the user to view the full name which could be a big problem for smaller screens

Steps to reproduce

  1. Run the application

  2. Add or update a member with a very long name

  3. Observe that once the displayed name field of the member exceeds the window a '...' is shown with no way to view the full name of the member

Screenshot 2024-11-15 at 5.16.20 PM.png

Expected Behavior

On any screen size, if the text overflows, there should be a way to view the full text, either by having it display on multiple lines or having a dropdown

Actual behavior

Once the text for the name field overflows the window a '...' is shown with no way to view the full name, this poses a potential problem to those with smaller screen sizes

Suggested Improvement

Use a dropdown or have the name field wrap to the next row and be multiline in the case of text overflow, this makes the application more responsive for smaller screens