Skip to content

Init CLI UI#171

Merged
AlexanderKaran merged 5 commits intomainfrom
cli-stats-ui
Mar 16, 2026
Merged

Init CLI UI#171
AlexanderKaran merged 5 commits intomainfrom
cli-stats-ui

Conversation

@AlexanderKaran
Copy link
Collaborator

@AlexanderKaran AlexanderKaran commented Mar 15, 2026

Added UI for the e18e CLI output. Currently, this PR adds the following:

  1. A graph showing duplicate deps count on the home page
  2. A graph showing duplicate deps count on the dev time stats page
  3. A graph showing duplicate deps count on each meta-frameworks detail page
  4. A full expandable detail on the duplicate deps on each meta-frameworks detaile page

Question Should dups deps be on the home page, or is it a little misleading?

Also, the e18e CLI now powers the deps counts soI moved the UI to use that

Screen_Recording_2026-03-09_at_7 27 47_pm

Checklist

  • If updating UI/UX components ensure you have added screenshots or a gif or video of the changes to the PR description
  • If this is a dependabot PR that bumps a metaframework version, ensure that all package versions in the package match the versions installed by the metaframework version being bumped
  • If this is a dependabot PR that bumps a metaframework version in a starter-* package, ensure that the deps, and file content matches the output of the metaframeworks recommended starter/default project

@AlexanderKaran AlexanderKaran requested a review from 43081j as a code owner March 15, 2026 11:07
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 15, 2026

Deploying framework-tracker with  Cloudflare Pages  Cloudflare Pages

Latest commit: 82060fe
Status: ✅  Deploy successful!
Preview URL: https://d47eb2a6.framework-tracker.pages.dev
Branch Preview URL: https://cli-stats-ui.framework-tracker.pages.dev

View logs

Copy link
Collaborator

@dreyfus92 dreyfus92 left a comment

Choose a reason for hiding this comment

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

looks good! ✌🏻

@@ -0,0 +1,10 @@
---
import { chartDupeDepsData } from '../lib/collections'
Copy link
Contributor

Choose a reason for hiding this comment

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

can we call this file and related names in full? like DuplicateDependencyChart, chartDuplicateDependencyData, etc

@43081j
Copy link
Contributor

43081j commented Mar 15, 2026

looks good to me!

left one minor nit comment re the wording but its not a blocker.

as for your question, i think duplicates showing is fine. we can change it later if needed

@AlexanderKaran AlexanderKaran merged commit afeb9e4 into main Mar 16, 2026
2 checks passed
@AlexanderKaran AlexanderKaran deleted the cli-stats-ui branch March 16, 2026 11:34
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.

3 participants