Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-14421] Access Intelligence: Introduce At-risk Passwords Page #13044

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

shane-melton
Copy link
Member

@shane-melton shane-melton commented Jan 24, 2025

🎟️ Tracking

PM-14421

📔 Objective

Introduce the At-risk Passwords page for Risk Insights.

📸 Screenshots

Opening At-Risk Passwords Page

Opening At-Risk Passwords Page Autofill Setting Callout Behavior
Screen.Recording.2025-01-23.at.4.18.19.PM.mov
Screen.Recording.2025-01-28.at.4.01.44.PM.mov

⏰ 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

Copy link
Contributor

github-actions bot commented Jan 24, 2025

Logo
Checkmarx One – Scan Summary & Detailsf74b2907-3c4c-4f30-adf8-b272e7d4daa5

Great job, no security vulnerabilities found in this Pull Request

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

Attention: Patch coverage is 57.26496% with 50 lines in your changes missing coverage. Please review.

Project coverage is 35.31%. Comparing base (e3870a6) to head (706e5d8).

Files with missing lines Patch % Lines
...rowser/src/vault/guards/at-risk-passwords.guard.ts 0.00% 15 Missing ⚠️
...risk-callout/at-risk-password-callout.component.ts 0.00% 14 Missing ⚠️
...s/at-risk-passwords/at-risk-passwords.component.ts 88.52% 6 Missing and 1 partial ⚠️
...at-risk-passwords/at-risk-password-page.service.ts 45.45% 6 Missing ⚠️
...lt/popup/components/vault-v2/vault-v2.component.ts 0.00% 4 Missing ⚠️
apps/browser/src/popup/app-routing.module.ts 0.00% 2 Missing ⚠️
apps/browser/src/popup/services/services.module.ts 0.00% 1 Missing ⚠️
libs/angular/src/services/jslib-services.module.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13044      +/-   ##
==========================================
+ Coverage   35.28%   35.31%   +0.02%     
==========================================
  Files        3124     3128       +4     
  Lines       92349    92460     +111     
  Branches    16793    16799       +6     
==========================================
+ Hits        32586    32649      +63     
- Misses      57306    57352      +46     
- Partials     2457     2459       +2     

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

@shane-melton shane-melton marked this pull request as ready for review January 29, 2025 00:06
@shane-melton shane-melton requested a review from a team as a code owner January 29, 2025 00:06
gbubemismith
gbubemismith previously approved these changes Jan 31, 2025
Copy link
Member

@gbubemismith gbubemismith left a comment

Choose a reason for hiding this comment

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

👏🏼 I like the usage of the observable operators you created. 🙌🏼

></i>
<span slot="secondary">{{ cipher.subTitle }}</span>
<bit-item-action slot="end">
<button
Copy link
Collaborator

Choose a reason for hiding this comment

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

❌ A button within a button isn't valid HTML (spec). I usually absolutely the action button in these cases to give the "look" that they are nested.

In this scenarios we'd have to watch out for long cipher names.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in a3b3934

Copy link
Collaborator

Choose a reason for hiding this comment

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

🚀 slot="end"

apps/browser/src/_locales/en/messages.json Show resolved Hide resolved
apps/browser/src/popup/app-routing.module.ts Show resolved Hide resolved
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