-
Notifications
You must be signed in to change notification settings - Fork 0
GraphiQL #10
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
base: main
Are you sure you want to change the base?
GraphiQL #10
Conversation
Feature/pages
fix: fix errors respectively to menthors code review
feat: add library components
fix: correct build errors
feat: add validation for cyrilic
src/assets/Alex.jpg
Outdated
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.
please remake to webp format
| src="https://graphql-pokemon.js.org/introduction/javascript-examples" | ||
| className="absolute -top-12 h-full w-full" | ||
| > | ||
| Ваш браузер не поддерживает iframe! |
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.
тут мб траслэйт нужно
| src="https://graphql-pokemon.js.org/introduction/welcome" | ||
| className="absolute -top-12 h-full w-full" | ||
| > | ||
| Ваш браузер не поддерживает iframe! |
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.
и тут транслэйт
| } from "~/components/ui"; | ||
|
|
||
| const SchemaDoc = () => { | ||
| const { schema } = useAppSelector((state) => state); |
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.
wrong usage of useSelector
you need to make useSelector(state => state.schema
to only subscribe on schema state property
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.
please look through all usages of useSelector in the app and fix
| return ( | ||
| <header | ||
| className={cn( | ||
| `shadow${headerScroll}`, |
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.
tailwind classnames are not working like this. you need to have full classname in the codebase to make tailwind work and compile classname and include it in the bundle
Task:
https://github.com/rolling-scopes-school/tasks/edit/master/react/modules/graphiql.md
Screenshot:
Deploy:
https://graphiql-app-git-develop-killthecreator.vercel.app
Done / deadline
25.05.2023 / 29.05.2023
Video
https://youtu.be/tfki-z8NqS0
Score: 90 / 90
Welcome route - 10 points
Sign In / Sign Up - 20 points
GraphiQL route - 50 points
General requirements - 10 points