Fix/response pane optimizations (#6395)

* refactor: update content type detection to use base64 decoding

* fix: some styling issues and autofocus issues in input resolved

* refactor: enhance ResponsePane and QueryResult components for improved response handling and size display

* refactor: simplify size display logic in ResponseSize component

* refactor: improve size formatting logic in ResponseSize component for better readability

* refactor: enhance base64 decoding function to handle invalid input and improve error handling
This commit is contained in:
Abhishek S Lal
2025-12-15 19:32:57 +05:30
committed by GitHub
parent 71cf1a8f26
commit 014817810d
7 changed files with 90 additions and 48 deletions

View File

@@ -34,6 +34,7 @@ const SearchInput = ({
spellCheck="false"
className="block w-full pl-7 py-2 rounded-md"
value={searchText}
autoFocus
onChange={handleChange}
{...props}
/>