DINESH1201 / pe

0 stars 0 forks source link

Error messages are too long sometimes requiring the user to scroll #4

Closed DINESH1201 closed 1 week ago

DINESH1201 commented 1 week ago

As an application that is build for CLI, the user should not have to use his mouse for any scrolling or clicking. When certain wrong commands are entered, the error message (in some cases, the success message) are too long causing the status message box to not fit the entirety of the message.

Steps to reproduce:

  1. Type an invalid command. For example employee n/jeff p/99991234 a/PGP e/jeff@gmail.com d/DT ced/2025-02-29 Screenshot 2024-11-15 at 4.37.02 PM.png

Expected: The status message box should resize to fit the whole message so that the user does not have to scroll to view the error message.