* Proof of concept for Linked custom field type
* Linked Fields for all cipher types, use dropdown
* Fix linked icon alignment
* Tweak linked icon alignment and style
* Move add-edit custom fields to own component
* Disable copy for linked field
* Use Field.LinkedId to store linked field info
- more semantically accurate, will expose these as buttons to assistive technologies
- note: while having block-level elements like `<div>` inside a `<button>` is an html validation error, it does not affect functionality as long as there's no more structure inside it
* Move share from edit to view. Fix animations
Editing and Sharing a cipher simultaneously results in lost edits. Move
share button to the view page to resolve this confusion.
Previous routing caused the share form to be animated again on
submition, resulting in a stuttering page load. This method correctly
animates all transitions with the concession that the share page
always takes you back to the view page. This is not necessarily the current
behavior, but it is the most likely behavior in the current scheme
* Update jslib reference
* Initial commit for personal ownership
* Removed TODO // Updated allowPersonalOwnership logic to include necessary org/user checks
* Fixed import order
* Updated jslib (dcbd09e -> 72bf18f)
* Fixed casing for error message
* Updated Example text to be dynamic to current year using New Date(); and then a Date pipe to display properly in the UI
* Removed change in the add-edit.component.ts file because it is now made in jslib
* Try to fix some security vulnerabilities present in used packages
(Ran npm audit fix, solved some of the issues)
* Implement custom field ordering with new handle placement
(WIP, as an update for the jslib is needed to work correctly)
* Update reference for jslib
* Restore original state of package-lock.json
* Downgrade node sass package