Feat/update file picker (#6614)

* styling: file-picker editor component

* use filepicker component within filebody and response example filebody

* edit example to use button components

* fix: hide delete, disable checkbox in preview mode

* make label italic

* chore: change example cta buttons to filled style

---------

Co-authored-by: Bijin A B <bijin@usebruno.com>
This commit is contained in:
sanish chirayath
2026-01-01 23:47:58 +05:30
committed by GitHub
parent e63bac6ce4
commit b9856f8c64
12 changed files with 225 additions and 52 deletions

View File

@@ -192,6 +192,8 @@ const ResponseExampleParams = ({ editMode, item, collection, exampleUid }) => {
reorderable={editMode}
onReorder={handleQueryParamDrag}
showAddRow={editMode}
showDelete={editMode}
disableCheckbox={!editMode}
/>
{editMode && (
<div className="flex justify-end mt-2">