Skip to content

fix(web): clarify health trend score changes#457

Merged
RaghavChamadiya merged 1 commit into
repowise-dev:mainfrom
joptimus:fix/issue-452-health-trend-label
Jun 12, 2026
Merged

fix(web): clarify health trend score changes#457
RaghavChamadiya merged 1 commit into
repowise-dev:mainfrom
joptimus:fix/issue-452-health-trend-label

Conversation

@joptimus

@joptimus joptimus commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • rename the health trend file-delta section from a move/rename-oriented label to a score-change label
  • keep the underlying trend data, table columns, sorting, and API contract unchanged

Fixes #452.

Why

The trend page section listed files whose health scores changed most between the latest snapshots, but the heading said "Files that moved most since last index." That read like file moves or renames, which is not what the table represents.

The new heading, "Largest score changes since last index," matches the data shown in the table: before score, after score, and delta.

Scope

This is a copy-only web UI change:

  • no API changes
  • no schema changes
  • no scoring or trend calculation changes
  • no layout changes beyond the replacement text

Verification

  • npm.cmd ci
  • npm.cmd run type-check --workspace packages/web
  • git diff --check

@repowise-bot

repowise-bot Bot commented Jun 11, 2026

Copy link
Copy Markdown

✅ Health: 7.7 (unchanged)
1 hotspot

🔥 Hotspot touched (1)
  • .../trend/page.tsx — 1 commits/90d, 0 dependents · primary owner: Raghav Chamadiya (100%)

📊 Full report · ⭐ Star Repowise · 📥 Install bot · Last updated 2026-06-11 14:50 UTC
Silence on a single PR with [skip repowise] in the title · Per-repo toggle on repowise.dev/settings?tab=bot

@RaghavChamadiya RaghavChamadiya left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@RaghavChamadiya RaghavChamadiya merged commit f7403ab into repowise-dev:main Jun 12, 2026
5 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.

Health trends page: misleading section title for largest score changes

2 participants