mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
90b5334535
## Description 🔖 [VIDEO](https://www.loom.com/share/0c264d45af364708a98f4f68f025db96) [JIRA TICKET](https://hasurahq.atlassian.net/browse/GS-78?atlOrigin=eyJpIjoiMDM5YTZhZDA0MTViNDhjMGI4MjlkY2M3OTAwMjZiN2EiLCJwIjoiaiJ9) This PR add the component with the list of operations of a query collection. ![image](https://user-images.githubusercontent.com/5709409/188416295-cada64ca-dfd8-4e77-82ef-1736da810146.png) Some features are missing because they will be added in the console integration - the edit modal (developed in this [PR](https://hasurahq.atlassian.net/browse/GS-78?atlOrigin=eyJpIjoiMDE4MzQ2ODExOGE0NDk3Y2E3ZTJhNGE0MTYwYmZhNWEiLCJwIjoiaiJ9) - the global success and error notifications (for this PR I've put some TODO comments) ## Review Setup 💻 - [ ] use the component in storybook, as shown in the video PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5754 GitOrigin-RevId: c0984e6e5fea0ca0f0caeffa0d6da59eed2d5406 |
||
---|---|---|
.. | ||
.storybook | ||
cypress | ||
docs | ||
exports | ||
public | ||
scripts | ||
src | ||
static | ||
webpack | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.npmrc | ||
.nvmrc | ||
.prettierignore | ||
cypress.config.ts | ||
hasuraconfig.js | ||
jest.config.js | ||
Makefile | ||
package-lock.json | ||
package.json | ||
postcss-storybook.config.js | ||
postcss.config.js | ||
README.md | ||
tailwind-storybook.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.test.json |
Hasura Console
The Hasura console is an admin dashboard to manage the connected database and to try out GraphQL APIs. It is a React application bundled with Webpack and the state is managed mostly using Redux.