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:
Type an invalid command. For example employee n/jeff p/99991234 a/PGP e/jeff@gmail.com d/DT ced/2025-02-29
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.
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:
employee n/jeff p/99991234 a/PGP e/jeff@gmail.com d/DT ced/2025-02-29
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.