Add a self-contained HTML dashboard report - #43
Merged
akshay-grabtaxi merged 1 commit intoJul 29, 2026
Conversation
vanminh-grabtaxi
requested review from
arunsampathkumar-grabtaxi and
minkuanlim-grabtaxi
as code owners
July 29, 2026 09:03
MinhNguyen-nvm
force-pushed
the
feature/html-dashboard
branch
2 times, most recently
from
July 29, 2026 09:25
06b96db to
0477f38
Compare
Every analysis now writes dashboard.html next to the markdown and JSON reports. The file embeds the report data and renders entirely client side with no external dependencies, so it works offline and from CI artifact browsers. The dashboard shows the total size tiles, the component breakdown as a stacked bar, per-team download sizes with a drill-down into each team's components, modules, and libraries, and searchable tables for modules, libraries, and large files. Light and dark themes follow the system setting with a manual toggle.
MinhNguyen-nvm
force-pushed
the
feature/html-dashboard
branch
from
July 29, 2026 09:35
0477f38 to
c9bcf33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every analysis now writes dashboard.html next to the markdown and JSON reports. The file embeds the report data and renders entirely client-side with no external dependencies, so it works offline and from CI artifact browsers.
The dashboard shows the total size tiles, the component breakdown as a stacked bar, per-team download sizes with a drill-down into each team's components, modules, and libraries, and searchable tables for modules, libraries, and large files. Light and dark themes follow the system setting with a manual toggle.