achievements: smoother achievement delete confirmation (fixes #8097) - #10379
achievements: smoother achievement delete confirmation (fixes #8097)#10379RyanS4 wants to merge 1 commit into
Conversation
…ks, and resumes (fixes #8097)
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthrough
Assessment against linked issues
Out-of-scope changes
Merge Risk: ⚪ Minimal · up to The change adds confirmation prompts before achievement and resume deletions while preserving the existing save behavior; no actionable merge-blocking risk remains beyond normal checks and review. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
[confirmDelete]="true", custom item names, and localized confirmation prompts across the achievements, references, and links<planet-step-list>instances inusers-achievements-update.component.html.PlanetStepListComponentwith@Input() deletePromptMessage?: stringto support tailored confirmation prompt text per item type while defaulting to "Are you sure you want to delete the following step?".removeExistingResume()inUsersAchievementsUpdateComponentto open a confirmation dialog (DialogsPromptComponent) displaying the resume file name before marking the attachment for deletion.planet-step-list.component.spec.tsandusers-achievements-update.component.spec.tsverifying prompt generation and deletion handling.Fixes #8097
Summary by CodeRabbit
New Features
Bug Fixes
Tests