chingu-x / chingu-dashboard

https://chingu-dashboard.vercel.app
GNU General Public License v3.0
9 stars 2 forks source link

Notes Section in the Sprints Page Should Not be Scrollable #248

Closed jrayDFW closed 2 months ago

jrayDFW commented 2 months ago

Describe the bug The Notes section in the Sprints page should not be scrollable with a fixed height. It should hug the text inside of it. As it is right now, it would be hard to read any notes if it exceeds the 1-2 lines, especially if I cannot resize the input field itself.

To Reproduce Bug Steps to reproduce the bug:

  1. Go to the Sprints Page.
  2. Click on the Notes section to add some notes.
  3. Start writing in some notes, preferrably a lot of notes that exceed the height of the text input container.
  4. Once the notes are written, click on the save button.
  5. See how the container switches to a small scrollable container (you might have to refresh the page or collapse the Notes outer container)

Expected behavior When the user inputs notes that are greater than the height of the default container size, it should hug the text inside of it instead of being scrollable. When the user refreshes the page and goes back to see it, it should still be hugging the text so that it is easily readable.

Screenshots How the Notes section looks right now with a lot of text inputted into it and it becomes scrollable: Notes-Scrollable

How the Notes section should look: Notes-How_it_should_look

Additional context Add any other context about the problem here.

--------------- End of User Report: DO NOT MODIFY ITEMS BELOW THIS LINE ---------------

GitHub Issue No. / ID

Team Task Here will be added Team declaration by Team Leads.

Development start date Date when dev team start fixing a bug

Development end date Date when dev team complete fixing a bug

BugFix Deploy Date Date when BugFix is deployed, and Bug Issue is closed

PO Comment Here will be PO team add a comment.

jdmedlock commented 2 months ago

DO NOT MODIFY/DELETE THIS COMMENT Project task ID: 86b22prz2

JaneMoroz commented 2 months ago

@Dan-Y-Ko It's definitely a bug, I know how to fix it 😅