Skip to content

fix:clear request selection when closing details pane - #120

Open
aasifa1 wants to merge 1 commit into
requestly:masterfrom
aasifa1:fix/request-selection-after-details-close
Open

fix:clear request selection when closing details pane#120
aasifa1 wants to merge 1 commit into
requestly:masterfrom
aasifa1:fix/request-selection-after-details-close

Conversation

@aasifa1

@aasifa1 aasifa1 commented Sep 13, 2026

Copy link
Copy Markdown

Closes #51

📜 Summary of changes:

Fixed an issue where a request row remained highlighted in the network table after closing the request details pane.

The table selection is now controlled by the currently open request. When the details pane is closed, the selected request is cleared and the row is no longer highlighted.

🎥 Demo Video:

Video/Demo: Not available — UI verification could not be completed locally because the desktop interception environment could not be launched.

✅ Checklist:

  • Make sure linting and unit tests pass.
  • No install/build warnings introduced.
  • Verified UI in browser.
  • For changes in extension's code, manually tested in Chrome and Firefox.
  • Added/updated unit tests for this change.
  • Raised pull request to update corresponding documentation (if already exists).
  • Added demo video showing the changes in action (if applicable).

🧪 Test instructions:

  1. Open the network traffic table.
  2. Select a request to open its details pane.
  3. Close the request details pane.
  4. Verify that the previously selected request row is no longer highlighted.

Automated validation:

  • TypeScript type-check passes.
  • 37 existing tests pass.
  • git diff --check passes.
  • Core build passes.

🔗 Other references:

Issue #51

@CLAassistant

CLAassistant commented Sep 13, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@aasifa1
aasifa1 force-pushed the fix/request-selection-after-details-close branch from f9c7763 to 3411f21 Compare September 13, 2026 11:45
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.

Bug: Request in table still remains highlighted after closing the request details pane.

2 participants