Skip to content

Commit 9925306

Browse files
feat(studio): hide overlay on test edge function sheet (supabase#44627)
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Ability to view things beneath the sheet, such as edge function logs while testing. | Before | After | |--------|--------| | <img width="1203" height="842" alt="Screenshot 2026-04-07 at 13 33 57" src="https://github.com/user-attachments/assets/90423650-fcf0-4a88-aadd-dbbb373e2a33" /> | <img width="1206" height="838" alt="Screenshot 2026-04-07 at 13 30 53" src="https://github.com/user-attachments/assets/103a05a6-eaed-4985-a83d-4aa4b945ee9f" /> | <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Improved the visual appearance of the edge function tester sheet by removing the overlay effect, providing a cleaner interface. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 4696fc2 commit 9925306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/studio/components/interfaces/Functions/EdgeFunctionDetails/EdgeFunctionTesterSheet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ export const EdgeFunctionTesterSheet = ({ visible, onClose }: EdgeFunctionTester
291291
<Sheet open={visible} onOpenChange={onClose}>
292292
<SheetContent
293293
size="default"
294+
hasOverlay={false}
294295
className="flex flex-col gap-0 p-0"
295296
onPointerDownOutside={(e) => {
296297
// react-resizable-panels v4 registers document-level capture-phase pointer

0 commit comments

Comments
 (0)