feat: add responsive tests for Option Settings and Split Panel
- Implemented responsive testing scripts for Option Settings and ResponsiveSplitPanel components. - Added tests to verify layout behavior across various screen sizes (desktop, tablet, mobile). - Generated screenshots and reports for visual validation of responsive designs. Made-with: Cursor
This commit is contained in:
@@ -807,7 +807,7 @@ export const V2SelectedItemsDetailInputConfigPanel: React.FC<
|
||||
</div>
|
||||
|
||||
{displayColumns.length > 0 && (
|
||||
<div className="max-h-[180px] space-y-0.5 overflow-y-auto">
|
||||
<div className="space-y-0.5">
|
||||
{displayColumns.map((col) => (
|
||||
<div
|
||||
key={col.name}
|
||||
@@ -927,7 +927,7 @@ export const V2SelectedItemsDetailInputConfigPanel: React.FC<
|
||||
</p>
|
||||
|
||||
{localFields.length > 0 && (
|
||||
<div className="max-h-[300px] space-y-1 overflow-y-auto">
|
||||
<div className="space-y-1">
|
||||
{localFields.map((field, index) => (
|
||||
<Collapsible key={index}>
|
||||
<div className="rounded-md border">
|
||||
|
||||
Reference in New Issue
Block a user