-
Notifications
You must be signed in to change notification settings - Fork 107
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 images on mobile #6085
Open
dimaMachina
wants to merge
42
commits into
main
Choose a base branch
from
fix-images-on-mobile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix images on mobile #6085
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
6631c84
fix images on mobile
dimaMachina 8caba5b
fix images on mobile
dimaMachina f0fc1d8
fix images on mobile
dimaMachina 35e71e0
fix images on mobile
dimaMachina 88574bf
fix images on mobile
dimaMachina ec13144
fix images on mobile
dimaMachina b95a022
fix images on mobile
dimaMachina 2f0b1a6
fix images on mobile
dimaMachina f1e8976
fix images on mobile
dimaMachina 47f19c7
fix images on mobile [skip ci]
dimaMachina 762e280
fix images on mobile [skip ci]
dimaMachina c655cf5
fix images on mobile [skip ci]
dimaMachina 47e5e50
fix images on mobile [skip ci]
dimaMachina 6156fbd
fix images on mobile [skip ci]
dimaMachina 2063022
fix images on mobile [skip ci]
dimaMachina 31fadd2
fix images on mobile [skip ci]
dimaMachina 6120184
fix images on mobile [skip ci]
dimaMachina c7fa84e
fix images on mobile [skip ci]
dimaMachina a5057bb
fix images on mobile [skip ci]
dimaMachina 1ff85fc
fix images on mobile [skip ci]
dimaMachina 4cf2790
fix images on mobile [skip ci]
dimaMachina 66daded
fix images on mobile [skip ci]
dimaMachina 4d27553
fix images on mobile [skip ci]
dimaMachina 0d70a50
fix images on mobile [skip ci]
dimaMachina d75b488
fix images on mobile [skip ci]
dimaMachina 38029cc
fix images on mobile [skip ci]
dimaMachina ca27982
fix images on mobile [skip ci]
dimaMachina 1fd4d79
fix images on mobile [skip ci]
dimaMachina 4ef4bca
fix images on mobile [skip ci]
dimaMachina 74fc2b3
fix images on mobile [skip ci]
dimaMachina 383cf19
fix images on mobile
dimaMachina 4fe224c
mt-6 is not needed
dimaMachina 473e6d5
Merge branch 'main' into fix-images-on-mobile
dimaMachina e6e3480
f1x
dimaMachina 955b389
Merge branch 'fix-images-on-mobile' of github.com:kamilkisiela/graphq…
dimaMachina fe43aa6
fix lint
dimaMachina 85b0fff
rerun
dimaMachina 5d53ce6
fix lint
dimaMachina f4fed5b
fix lint
dimaMachina eb33191
fix lint
dimaMachina be59552
fix lint
dimaMachina 87fffe3
prettier
dimaMachina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,7 @@ | ||
import NextImage from 'next/image' | ||
import usageOperationsImage from '../../../../public/docs/pages/features/usage-operations.png' | ||
|
||
# Insights | ||
|
||
A list of all the GraphQL operations executed by your consumers, their performance metrics and total | ||
count. By clicking on a specific query, you'll be able to see the full list of fields and arguments | ||
used in the operation. | ||
|
||
<NextImage | ||
alt="Insights" | ||
src={usageOperationsImage} | ||
className="mt-10 max-w-2xl rounded-lg drop-shadow-md" | ||
/> | ||
![Insights](/docs/pages/features/usage-operations.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
packages/web/docs/src/pages/docs/gateway/deployment/node-frameworks/hapi.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
packages/web/docs/src/pages/docs/gateway/deployment/runtimes/nodejs.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import { Callout } from '@theguild/components' | ||
|
||
# Node.js | ||
|
||
Node.js is the most common runtime for JavaScript. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this class has an underscore prefix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this link is not highlighted for some reason, after this change highlighted
nextra uses
_
prefix for its classes