Skip to content

dagimg-dot/better-hasura-history

Repository files navigation

better-hasura-history

GitHub release (latest by date) GitHub all releases

Better Hasura History

A chrome extension to get a better hasura history experience

Features

  • Better history view for the graphiql section
  • Unlimited history view
  • Show Full operation with variables on hover for each history item (ctrl + hover)
  • Search through your history easily with fuzzy search
  • Edit the name of the history item
  • Delete history item with confirmation
  • Enable/Disable the extension from the popup
  • Remove original History button from the graphiql section

Installing

CRX file

  1. Download the latest release from the releases page
  2. Install the extension by dragging the CRX file into the Chrome extensions page

Zip file

  1. Download the latest release from the releases page
  2. Extract the ZIP file to an unpacked folder
  3. Enable developer mode in Chrome
  4. Open your chromium browser and go to the extensions page
  5. Enable Developer mode (switch in the top right corner)
  6. Use the "Load unpacked" button to select the extracted extension folder

Build from source

  1. Clone the repository
  2. Run pnpm install to install the dependencies
  3. Run pnpm pack to pack the extension
  4. The packed extension will be in the dist folder, both the crx and zip file

Developing

  1. Clone the repository
git clone https://github.com/dagimg-dot/better-hasura-history.git
  1. Install the dependencies
cd better-hasura-history
pnpm install
pnpm dev

About

a chrome extension to get a better hasura history experience

Resources

License

Stars

Watchers

Forks

Packages

No packages published