-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[PM-25982] Assign to Collections - My Items #16591
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-25982] Assign to Collections - My Items #16591
Conversation
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16591 +/- ##
==========================================
+ Coverage 38.29% 38.31% +0.01%
==========================================
Files 3404 3404
Lines 97591 97608 +17
Branches 14692 14698 +6
==========================================
+ Hits 37373 37398 +25
+ Misses 58591 58585 -6
+ Partials 1627 1625 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good and thanks for the tests!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just left a comment about a comment. ;)
// When all ciphers are either: | ||
// - unassigned | ||
// - already in a Default Collection | ||
// then the Default Collection can be shown. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎨 Maybe we move this up into the above comment instead of at the end of the function?
…t/pm-25982/remove-my-items-collection
d8d0444
|
🎟️ Tracking
PM-25982
📔 Objective
When assigning a cipher to a collection the Default Collection should not be available if the cipher already exists in a shared collection.
This is a application to assign to collections, bulk assign to collections and add/edit cipher
📸 Screenshots
Screen.Recording.2025-09-24.at.2.26.59.PM.mov
Screen.Recording.2025-09-24.at.9.00.25.PM.mov
🦮 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