1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

[PM-18803] nudges new items (#14523)

* Added new-items-nudge service and component to show spotlight for new item nudges
This commit is contained in:
Jason Ng
2025-05-01 12:43:55 -04:00
committed by GitHub
parent 64daf5a889
commit a62d269a89
15 changed files with 398 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
<vault-new-item-nudge *ngIf="!loading" [configType]="config.cipherType"> </vault-new-item-nudge>
<form [id]="formId" [formGroup]="cipherForm" [bitSubmit]="submit">
<!-- TODO: Should we show a loading spinner here? Or emit a ready event for the container to handle loading state -->
<ng-container *ngIf="!loading">