1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[Linked fields] Add Linked Field as a custom field type (#1963)

* 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
This commit is contained in:
Thomas Rittson
2021-11-04 07:40:42 +10:00
committed by GitHub
parent f20a1e7424
commit 2113c709a4
8 changed files with 50 additions and 10 deletions

View File

@@ -271,7 +271,7 @@ export default class MainBackground {
const message = Object.assign({}, { command: subscriber }, arg);
that.runtimeBackground.processMessage(message, that, null);
}
}(), this.vaultTimeoutService, this.logService);
}(), this.vaultTimeoutService, this.logService, this.cryptoFunctionService);
}
async bootstrap() {