Update ResponseView to support timer function display

- Add `isTimer` flag to conditionally render response view tabs and details
- Hide preview and raw tabs for timer responses
- Automatically switch to logs tab for timer responses
- Conditionally hide status and size details for timer responses
This commit is contained in:
Peter Stockings
2025-02-17 00:09:02 +11:00
parent d5338f17c1
commit 29da93a9f8
2 changed files with 15 additions and 8 deletions

View File

@@ -580,6 +580,7 @@ const Editor = {
responseTime: this.responseTime,
responseSize: this.responseSize,
envEditorValue: this.jsonValue,
isTimer: this.isTimer,
onClose: () => {
this.response = null;
},