Skip to content

[#115] | Jayabharathi | Show Navbar only when there is a response#201

Merged
kannananil merged 1 commit into
DeveloperGarage:mainfrom
jayabha-jayas:feature/show-navbar-only-when-there-is-a-response
Nov 5, 2025
Merged

[#115] | Jayabharathi | Show Navbar only when there is a response#201
kannananil merged 1 commit into
DeveloperGarage:mainfrom
jayabha-jayas:feature/show-navbar-only-when-there-is-a-response

Conversation

@jayabha-jayas

Copy link
Copy Markdown
Contributor

Made changes to show Navbar only when there is a response as part of this issue #115

  • Given the user opens the application without sending any requests
    Then the Response section Navbar should not be visible

  • Given the user executes a request
    When the application receives a response
    Then the Response section Navbar should appear above the response content area

  • Given the user sees the Response section Navbar
    When the user clicks on one of the tabs (Raw, Preview, Headers, etc.)
    Then the corresponding response view should be displayed correctly

Screenshots

Before:

Before

After:

After

Closes : #115

… a response

Signed-off-by: Jayabharathi <jayabhajayas@gmail.com>

@kannananil kannananil left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jayabha-jayas, the changes looks good we can proceed to merge. Thanks for your efforts.

@kannananil kannananil merged commit 204a068 into DeveloperGarage:main Nov 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Response section Navbar should only be visible when there is some response from the request.

2 participants