Skip to content

Conversation

@RudraPatel2003
Copy link
Contributor

Description

You can resize the query parameters table because it uses the Table component. But the path parameters table is a normal table. I think they should be the same.

Resolves #5949

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

Copilot AI review requested due to automatic review settings October 31, 2025 14:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the Path parameters section in the QueryParams component to use the reusable Table component instead of a raw HTML <table> element, improving UI consistency and enabling column resizing functionality.

  • Migrated Path parameters table from raw HTML to the Table component
  • Fixed JSX self-closing tag spacing convention for <br />
  • Removed trailing whitespace

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to resize path parameters table

1 participant