Thomas Rittson
Thomas Rittson
Our integration team is reviewing the examples in the GUI and some related items, I've passed this on to them and they will review and resolve as part of this...
This also seems to be affecting Vivaldi on PopOS (desktop): #2432
Can you provide any specific steps we can follow to reproduce this? One thought - do you have your OS theme set to Auto? (i.e. it automatically uses light mode...
@Hinton yes you're right, I think we should extract the theming logic into its own service (for all clients) and make sure to run it in the popup in browser....
Additional changes: * rename the permissions guards to `org-permissions.guard.ts` and `provider-permissions.guard.ts` with similar changes to the class names * rename the route data properties to `OrganizationPermissions` and `ProviderPermissions` * fold...
Maybe just flaky CI - let me mash the "re-run" button a few times and see if that fixes it. EDIT: nope, it seems persistent, it's both a chromatic error...
@shane-melton The build is fixed, I had to pin `jest-mock-extended` at `v2.0.6` due to a bug: https://github.com/marchaos/jest-mock-extended/issues/97. We should be good to go now.
@skube Good question. By "auto-fill", we mean auto-filling credentials by any method, including all those you list. Generally if one method won't work none of them will, but if the...
Hi all! A quick update - we've gotten 200+ responses on the Google Form, which has been extremely useful for being able to review your reports in bulk and strike...
@andrhevictor, yes: * [this function](https://github.com/bitwarden/browser/blob/e835a53b80478e11ef2dd16e8f30db234a886e5e/src/content/autofill.js#L44) runs in the background on the webpage, scrapes its contents, and sends it to the extension in a consumable format (`PageDetails`) * [this service](https://github.com/bitwarden/browser/blob/master/src/services/autofill.service.ts) is...