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

Bug: When browser window is not extra wide, cannot see the left-most columns on My Projects Page #1927

Open
entrotech opened this issue Oct 31, 2024 · 1 comment
Labels
bug Release Note: Shows as Error Correction level: easy p-feature: My Projects Page /projects pbv: dev All engineering issues priority: MUST HAVE role: front-end Front End Developer size: 0.5pt Can be done in 2-3 hours or less
Milestone

Comments

@entrotech
Copy link
Member

Describe the bug

When the browser window is not extra wide, there is a horizontal scroll bar, but the user cannot scroll far enough to the left to reveal the left-most columns.

Steps to reproduce the issue

(if applicable, please specify platform (iOS, Android, Windows, Mac version) and brower)

REPLACE THE FOLLOWNG TEXT:

    1. Go to the My Projects Page
    1. Narrow your browser window
    1. There is a horizontal scroll bar, which is scrollled to the left, but the left-most columns are off-screen to the left.

What's the expected result?

You should be able to scroll to see any of the columns.

What's the actual result?

Cannot scroll horizontally to see left-most columns.

image

Device configuration

At least on this hardware/software:

  • Device: laptop
  • OS version: Windows 11
  • Browser: Chrome and Firefox
@entrotech entrotech added bug Release Note: Shows as Error Correction role: front-end Front End Developer level: easy priority: MUST HAVE p-feature: My Projects Page /projects size: 0.5pt Can be done in 2-3 hours or less labels Oct 31, 2024
@entrotech entrotech added this to the 10 - Launch milestone Oct 31, 2024
@lattaai1
Copy link

Hello, I've fixed this issue!

This is what I've done:
I have identified the issue causing the horizontal scrolling problem in the Projects page. The main cause was the fixed minimum width set on the table. I've made the following changes to address this:

  1. Removed the fixed minimum width from the table.
  2. Added a responsive container for the table with horizontal scrolling.
  3. Updated the table layout to use percentage-based widths for better responsiveness.
  4. Adjusted the pagination component to be more compact on smaller screens.

These changes should allow users to scroll and view all columns, even on narrower screens.

I also created pull request: #1928

Caution

Disclaimer: This fix was created by Latta AI and you should never merge before you check the correctness of generated code!


This bug was fixed for free by Latta AI - https://latta.ai/ourmission

@entrotech entrotech added the pbv: dev All engineering issues label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Release Note: Shows as Error Correction level: easy p-feature: My Projects Page /projects pbv: dev All engineering issues priority: MUST HAVE role: front-end Front End Developer size: 0.5pt Can be done in 2-3 hours or less
Projects
Status: Prioritized Backlog
Development

No branches or pull requests

2 participants