Skip to content

Conversation

@vleague2
Copy link
Contributor

🎟️ Tracking

📔 Objective

📸 Screenshots

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

❌ Patch coverage is 27.27273% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.24%. Comparing base (a5caa19) to head (00a2eaf).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...omponents/src/a11y/router-focus-manager.service.ts 33.33% 10 Missing ⚠️
apps/web/src/app/app.component.ts 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17112      +/-   ##
==========================================
- Coverage   41.25%   41.24%   -0.01%     
==========================================
  Files        3546     3547       +1     
  Lines      102024   102044      +20     
  Branches    15302    15306       +4     
==========================================
+ Hits        42087    42089       +2     
- Misses      58173    58191      +18     
  Partials     1764     1764              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 29, 2025

Logo
Checkmarx One – Scan Summary & Details9da36ced-55a1-4bd0-abcc-935234efec1c

Great job! No new security vulnerabilities introduced in this pull request

Comment on lines 132 to 142
return {
navEvent,
currentNavInfo: info,
};
}),
filter((navEventAndData) => {
const info = navEventAndData.currentNavInfo;

return info === undefined ? true : info?.focusMainAfterNav !== false;
}),
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Why return navEvent and info if we are only using info?

Comment on lines 117 to 126
if (this.isFirstPageLoad) {
this.isFirstPageLoad = false;
return false;
}

return true;
}

return false;
}),
Copy link
Contributor

Choose a reason for hiding this comment

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

We can call skip(1) from rxjs instead of using the class property isFirstPageLoad

Copy link
Contributor

Choose a reason for hiding this comment

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

We should move this logic into a service in libs/components/a11y

@willmartian
Copy link
Contributor

Thoughts on feature flagging this?

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.

4 participants