mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
* Added right click functionality on cipher row * Updated menu directive to position menu option on mouse event location * Updated menu directive to reopen menu option on new mouse event location and close previously opened menu-option * removed preventdefault call * Added new events for favorite and edit cipher * Added new menu options favorite, edit cipher Added new copy options for the other cipher types Simplified the copy by using the copy cipher field directive * Listen to new events * Refactored parameter to be MouseEvent * Added locales * Remove the backdrop from `MenuTriggerForDirective` * Handle the Angular overlay's outside pointer events * Cleaned up cipher row component as copy functions and disable menu functions would not be needed anymore * Fixed bug with right clicking on a row * Add right click to collections * Disable backdrop on right click * Fixed bug where dvivided didn't show for secure notes * Added comments to enable to disable context menu * Removed conditionals * Removed preferences setting to enable to disable setting * Removed setting from right click listener * improve context menu positioning to prevent viewport clipping * Keep icon consisten when favorite or not * fixed prettier issues * removed duplicate translation keys * Fix favorite status not persisting by toggling in handleFavoriteEvent * Addressed claude comments * Added comment to variable --------- Co-authored-by: Addison Beck <github@addisonbeck.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| jest.config.js | ||
| package.json | ||
| project.json | ||
| tailwind.config.base.js | ||
| tailwind.config.js | ||
| test.setup.ts | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||