Problem Description
In the interview workspace interface, the bottom-right panel containing "Add a case" and "Test results" has a fixed or limited layout height. When dealing with extensive test cases or sometimes it doesn't extend correctly, manual resizing is required.
Proposed Solution
-
Draggable Resizer / Handle: Introduce a resize handle or make the top border manually resizable via drag-and-drop, allowing users to vertically expand or collapse the test results panel.
-
State Persistence (Optional): Remember the user's preferred panel size during the session using local storage.
Problem Description
In the interview workspace interface, the bottom-right panel containing "Add a case" and "Test results" has a fixed or limited layout height. When dealing with extensive test cases or sometimes it doesn't extend correctly, manual resizing is required.
Proposed Solution
Draggable Resizer / Handle: Introduce a resize handle or make the top border manually resizable via drag-and-drop, allowing users to vertically expand or collapse the test results panel.
State Persistence (Optional): Remember the user's preferred panel size during the session using local storage.