Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Response and Request area heights and style #3619

Merged
merged 110 commits into from
Feb 18, 2025

Conversation

ElinorW
Copy link
Contributor

@ElinorW ElinorW commented Feb 14, 2025

Overview

Fixes the issues with the request and response area overflows.
Adjusts styling to match what is on the design.

Demo

image
image

Notes

Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.

Testing Instructions

  • Prefer bulleted description
  • Start after checking out this branch
  • Include any setup required, such as bundling scripts, restarting services, etc.
  • Include test case, and expected output

…ling, and enhance response display components
…e handling, and improve type safety in graph request functions
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

@ElinorW ElinorW marked this pull request as ready for review February 17, 2025 13:15
@ElinorW ElinorW requested a review from a team as a code owner February 17, 2025 13:16
Copy link
Contributor

@musale musale left a comment

Choose a reason for hiding this comment

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

In request headers, could you -re-adjust the height of the headers container so that it doesn't overflow and the lower end of the scroll bar can be seen
image

@Mnickii
Copy link
Contributor

Mnickii commented Feb 17, 2025

The query runner and headers are not responsive in mobile view
screenshot-1739802106196

@Mnickii Mnickii linked an issue Feb 17, 2025 that may be closed by this pull request
6 tasks
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

1 similar comment
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

Copy link
Contributor

@Mnickii Mnickii left a comment

Choose a reason for hiding this comment

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

Mobile view is looking great!
I've noticed though that I can't scroll to the response area.
screenshot-1739809205234

@@ -66,7 +66,7 @@
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
/* overflow: hidden; */
Copy link
Contributor

Choose a reason for hiding this comment

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

let's delete

@@ -275,13 +275,12 @@ const RenderJSONSchema = (props: RenderCardJSONProps) => {
</Link>
</MessageBarBody>
</MessageBar>
<div>
<div style={{ display: 'flex', flexDirection: 'column',height: '500px' }}>
Copy link
Contributor

Choose a reason for hiding this comment

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

let's use classNames for consistency

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-wave-0c4fb390f-3619.eastus2.4.azurestaticapps.net

@Mnickii Mnickii merged commit ca62b3d into feat/fluent-v9-upgrade Feb 18, 2025
16 of 17 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.

Monaco editor responsiveness issues in Response and Request areas
3 participants