Open
Description
Currently, the bottom drawer used for the Pod Log and Resource Editor has a fixed height that cannot be adjusted or expanded by users. To enhance user experience and provide better control over viewing space, we need to implement a feature that allows users to adjust the height of this bottom drawer.
Problem
- The bottom drawer for Pod Log and Resource Editor has a non-adjustable, fixed height.
- This limitation restricts the user's ability to view and interact with extensive logs or detailed resource information effectively.
Expected Behavior
- Users should be able to dynamically adjust the height of the bottom drawer.
- The adjustment should be done via a draggable handle or similar UI element to allow for flexible resizing.
Steps to Reproduce
- Open the Pod Log or Resource Editor.
- Attempt to adjust the height of the bottom drawer.
Acceptance Criteria
-
Resizable Drawer:
- The bottom drawer for both the Pod Log and Resource Editor must include a resizable handle or mechanism.
- Users should be able to increase or decrease the height of the drawer smoothly.
-
User Experience:
- Ensure the resizing mechanism is intuitive and does not interfere with other UI elements.
- The height adjustment should be persistent across page reloads or navigations if feasible.
-
Testing:
- Confirm that the bottom drawer height can be adjusted both upwards and downwards.
- Test the resizing functionality on various devices and screen sizes to ensure responsiveness.
- Verify that the adjustment persists or reverts as expected.
Additional Information
Review the current implementation of the bottom drawer to integrate the resizing feature. Consider any potential impacts on overall layout and ensure the feature aligns with the design standards.