Skip to content

Remove legacy team home components#650

Merged
potter-sun merged 1 commit into
devfrom
fix/2026-05-14_retire-legacy-team-home
May 14, 2026
Merged

Remove legacy team home components#650
potter-sun merged 1 commit into
devfrom
fix/2026-05-14_retire-legacy-team-home

Conversation

@potter-sun
Copy link
Copy Markdown
Collaborator

Summary

  • Remove unused legacy Team Home experiment components that encoded current-session-team / Scope-as-Team assumptions.
  • Delete their shared helper module now that no active route imports those surfaces.
  • Keep the real /teams route on the current Team home implementation.

Fixes #587

Validation

  • npm --prefix apps/aevatar-console-web run tsc
  • npm --prefix apps/aevatar-console-web test -- --runTestsByPath src/routesConfig.test.ts src/pages/teams/index.test.tsx src/pages/teams/home.test.tsx --runInBand

@potter-sun potter-sun marked this pull request as ready for review May 14, 2026 07:20
@potter-sun potter-sun requested a review from AbigailDeng as a code owner May 14, 2026 07:20
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.13%. Comparing base (6dfd516) to head (5ca8a1c).

@@            Coverage Diff             @@
##              dev     #650      +/-   ##
==========================================
- Coverage   72.13%   72.13%   -0.01%     
==========================================
  Files        1261     1261              
  Lines       91065    91065              
  Branches    11924    11924              
==========================================
- Hits        65693    65687       -6     
- Misses      20673    20678       +5     
- Partials     4699     4700       +1     
Flag Coverage Δ
ci 72.13% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@potter-sun potter-sun merged commit 195bb0b into dev May 14, 2026
13 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.

Console web: retire legacy Scope-as-Team home components

1 participant