Skip to content

feat: Migrate to GraphQL and Performance Optimization#37

Merged
0xliam627 merged 15 commits into
mainfrom
feat/next-era
Jun 21, 2026
Merged

feat: Migrate to GraphQL and Performance Optimization#37
0xliam627 merged 15 commits into
mainfrom
feat/next-era

Conversation

@0xliam627

@0xliam627 0xliam627 commented Jun 13, 2026

Copy link
Copy Markdown
Member

Description

This PR migrates the frontend to consume the new GraphQL API, significantly improving data loading performance. We also added the sharp library to optimize Next.js Image components.

Changelog

  • Migrate to GraphQL and optimize performance
  • Fix chart: prevent decimal numbers in downloads YAxis (fixes The number of downloads is not a decimal number 0.75, 1.5,... #34)
  • Fix: pass filter down to backend API to fix Dev Dashboard pagination and load time
  • Chore: remove stars from UI and fix plugin card author layout
  • Feat: improve version selector UI and date formatting
  • Fix: removed virustotal scan and resolved syntax error
  • Feat(dashboard): filter non-Endstone repos by default and improve BuildList
  • Fix(builds): resolve mobile horizontal overflow and responsive layout issues
  • Chore: run code quality fixes (lint/format)
  • Feat(dashboard): add submit version button to plugin dashboard and fix auth for plugin builds list
  • Fix(ui): fix horizontal overflow on mobile Dev Builds page
  • Feat(plugin): update shield badge generator to use server-side crisp rendering and proper image tags

Fixes # (performance issues and GraphQL migration)

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
endgit-web Ready Ready Preview, Comment Jun 21, 2026 10:58am

@0xliam627 0xliam627 merged commit 86f92a1 into main Jun 21, 2026
4 checks passed
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.

The number of downloads is not a decimal number 0.75, 1.5,...

1 participant