Skip to content

Add HyperSync Query Builder to Showcase Page#712

Merged
DenhamPreen merged 7 commits intomainfrom
showcase-improvement
Oct 7, 2025
Merged

Add HyperSync Query Builder to Showcase Page#712
DenhamPreen merged 7 commits intomainfrom
showcase-improvement

Conversation

@nikbhintade
Copy link
Member

@nikbhintade nikbhintade commented Oct 7, 2025

Summary by CodeRabbit

  • New Features

    • Added a new showcase entry: “HyperSync Query Builder,” with description, image, and source, categorized under HyperSync.
  • Chores

    • Updated the “Chain Density” showcase entry to use the HyperSync tag instead of HyperIndex for correct categorization.
  • Removed

    • Disabled the “Stable Volume” showcase entry (now hidden from the showcase).

@vercel
Copy link

vercel bot commented Oct 7, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
envio-docs Ready Ready Preview Comment Oct 7, 2025 0:35am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 7, 2025

Walkthrough

Retagged the "Chain Density" showcase entry from tags.hyperindex to tags.hypersync, removed (commented out) the "Stable Volume" entry, and added a new "HyperSync Query Builder" showcase entry in src/pages/showcase/index.js.

Changes

Cohort / File(s) Summary of Changes
Showcase entries
src/pages/showcase/index.js
Commented-out the "Stable Volume" showcase entry (disabled). Retagged "Chain Density" from tags.hyperindex to tags.hypersync. Added new "HyperSync Query Builder" entry with description, image, source link, and tags.hypersync.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • DenhamPreen

Poem

A whisker twitch, a gentle sync,
I hop through tags with thoughtful wink—
Chain Density shifted, neat and spry,
HyperSync Builder hops right by.
Carrots, commits, and joyful cheer—🥕✨

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title succinctly and accurately describes the primary change of adding the HyperSync Query Builder to the showcase page, matching the pull request’s main intent without extraneous details.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch showcase-improvement

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
src/pages/showcase/index.js (1)

21-28: Consider removing commented code.

Commented-out code can clutter the codebase and create maintenance confusion. If the "Stable Volume" entry is no longer needed, remove it entirely. If you're keeping it for potential future restoration, consider documenting the reason in a comment.

Apply this diff to remove the commented code:

-    // {
-    //     title: "Stable Volume",
-    //     description:
-    //         "A real-time dashboard for monitoring stablecoin transactions across 10+ chains.",
-    //     image: "/img/showcase/www.stablevolume.com-scroll_original.gif",
-    //     source: "https://www.stablevolume.com/",
-    //     tags: [tags.hyperindex],
-    // },
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6b5139a and 4d40125.

📒 Files selected for processing (1)
  • src/pages/showcase/index.js (3 hunks)
🔇 Additional comments (1)
src/pages/showcase/index.js (1)

67-67: Approve tag change: Chain Density’s site confirms “Powered by Hypersync” with no reference to HyperIndex.

Comment on lines +92 to +99
{
title: "HyperSync Query Builder",
description:
"Interactive playground for building and running HyperSync queries directly in your browser.",
image: "/img/showcase/builder.hypersync.xyz_.png",
source: "https://builder.hypersync.xyz",
tags: [tags.hypersync],
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify the image file exists and URL is accessible.

The new showcase entry looks well-structured and consistent with other entries. Please verify that the image file exists at the specified path and that the URL is accessible.

Run the following script to verify the image file and URL:


🏁 Script executed:

#!/bin/bash
# Description: Verify the image file exists and URL is accessible

# Check if image file exists
if [ -f "img/showcase/builder.hypersync.xyz_.png" ]; then
    echo "✓ Image file exists"
else
    echo "✗ Image file not found at img/showcase/builder.hypersync.xyz_.png"
fi

# Check if URL is accessible (HTTP 200-399)
status_code=$(curl -s -o /dev/null -w "%{http_code}" https://builder.hypersync.xyz)
if [ "$status_code" -ge 200 ] && [ "$status_code" -lt 400 ]; then
    echo "✓ URL is accessible (HTTP $status_code)"
else
    echo "✗ URL returned HTTP $status_code"
fi

Length of output: 96


Missing image asset: /img/showcase/builder.hypersync.xyz_.png isn’t in the repo—add the file under img/showcase/ or update the image path.

🤖 Prompt for AI Agents
In src/pages/showcase/index.js around lines 92 to 99, the referenced image path
"/img/showcase/builder.hypersync.xyz_.png" does not exist in the repo; either
add the missing image file to the img/showcase/ directory with that exact
filename or update the image property to point to an existing asset (e.g.,
correct filename or relative path). Ensure the filename and path match
case-sensitively and, if adding a new file, commit it alongside this change.

@DenhamPreen DenhamPreen merged commit a18930c into main Oct 7, 2025
3 checks passed
@DenhamPreen DenhamPreen deleted the showcase-improvement branch October 7, 2025 12:39
@coderabbitai coderabbitai bot mentioned this pull request Oct 8, 2025
This was referenced Oct 30, 2025
@coderabbitai coderabbitai bot mentioned this pull request Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants