* New translations messages.json (French)
* New translations messages.json (Polish)
* New translations messages.json (Estonian)
* New translations messages.json (Persian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Ukrainian)
* New translations messages.json (Swedish)
* New translations messages.json (Russian)
* New translations messages.json (Portuguese)
* New translations messages.json (Dutch)
* New translations messages.json (Spanish)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Hungarian)
* New translations messages.json (Hebrew)
* New translations messages.json (Finnish)
* New translations messages.json (Greek)
* New translations messages.json (German)
* New translations messages.json (Catalan)
* New translations messages.json (Bulgarian)
* New translations messages.json (English, United Kingdom)
* Add minimize when copying to clipboard option
* Change minimizeOnCopyToClipboardKey constant reference and fix whitespace
* Extend feature to context menus and view component
* Cleanup and refactor methods
* Refactor copy method and add minimizeOnCopyToClipboardKey constant to electronConstants.ts
* Use window.main subclass and fix formatting
* Revert "Use window.main subclass and fix formatting"
This reverts commit 0159613751a54bc886fac0b34bd09d3a26498924.
* Reimplement part of 0159613751a54bc886fac0b34bd09d3a26498924
* Add null check to VaultComponent::copyValue
* Remove unused import
* Apply save changes prompt to groupings
* Revert "Apply save changes prompt to groupings"
This reverts commit 9e8873e5c7716f06bd228a10906d0765bfe575a4.
* Updated load function
Co-authored-by: Vincent Salucci <vsalucci@bitwarden.com>
* New translations messages.json (Korean)
* New translations messages.json (Polish)
* New translations messages.json (Russian)
* New translations messages.json (Dutch)
* New translations messages.json (Montenegrin (Latin))
* New translations messages.json (Persian)
* New translations messages.json (Polish)
* New translations messages.json (Portuguese)
* New translations messages.json (Italian)
* New translations messages.json (Russian)
* New translations messages.json (Slovak)
* New translations messages.json (Spanish)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Danish)
* New translations messages.json (Bulgarian)
* New translations messages.json (Catalan)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (English, United Kingdom)
* New translations messages.json (Estonian)
* New translations messages.json (French)
* New translations messages.json (Hebrew)
The styling got adjusted to stay as close as possible to the original sweetalert1 styles.
The only visible change is the button order, it is the same as in the web-vault now (OK - CANCEL instead of CANCEL - OK)
- Removed old postinstall gulp hack
- Added tsconfig type definition for sweetalert2 module typing.