mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-23 02:31:26 +01:00
* update extension refresh form when an attachment is added or removed - This is needed because the revision date was updated on the server and the locally stored cipher needs to match. * receive updated cipher from delete attachment endpoint - deleting an attachment will now alter the revision timestamp on a cipher. * patch the cipher when an attachment is added or deleted * migrate vault component to use the `cipherViews$` observable * reference `cipherViews$` on desktop for vault-items - This avoid race conditions where ciphers are cleared out in the background. `cipherViews` should always emit the latest views * return CipherData from cipher service so that consumers have the updated cipher right away * use the updated cipher from attachment endpoints to refresh the details within the add/edit components on desktop |
||
---|---|---|
.. | ||
app | ||
connectors | ||
images | ||
locales | ||
scss | ||
utils | ||
.nojekyll | ||
404.html | ||
app-id.json | ||
browserconfig.xml | ||
favicon.ico | ||
global.d.ts | ||
index.html | ||
main.ts | ||
manifest.json | ||
polyfills.ts | ||
theme.ts | ||
translation-constants.ts | ||
version.json |