A chrome extension to get a better hasura history experience
- 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
- Download the latest release from the releases page
- Install the extension by dragging the CRX file into the Chrome extensions page
- Download the latest release from the releases page
- Extract the ZIP file to an unpacked folder
- Enable developer mode in Chrome
- Open your chromium browser and go to the extensions page
- Enable Developer mode (switch in the top right corner)
- Use the "Load unpacked" button to select the extracted extension folder
- Clone the repository
- Run
pnpm installto install the dependencies - Run
pnpm packto pack the extension - The packed extension will be in the
distfolder, both the crx and zip file
- Clone the repository
git clone https://github.com/dagimg-dot/better-hasura-history.git- Install the dependencies
cd better-hasura-historypnpm installpnpm dev