1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

Inform send in vault (#876)

* Add first pass info card to Vault view

* Make send-info title a link

* Make access links open new tab

* Separate Vault card message from access message

* Add period to card end

* Final wording. Change Bitwarden Send links to point to Send tab
This commit is contained in:
Matt Gibson
2021-03-08 15:17:42 -06:00
committed by GitHub
parent bdf6dcd8cd
commit 79ffafcc17
6 changed files with 50 additions and 2 deletions

View File

@@ -167,6 +167,7 @@ import { CiphersComponent } from './vault/ciphers.component';
import { CollectionsComponent } from './vault/collections.component';
import { FolderAddEditComponent } from './vault/folder-add-edit.component';
import { GroupingsComponent } from './vault/groupings.component';
import { SendInfoComponent } from './vault/send-info.component';
import { ShareComponent } from './vault/share.component';
import { VaultComponent } from './vault/vault.component';
@@ -382,6 +383,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
SelectCopyDirective,
SendAddEditComponent,
SendComponent,
SendInfoComponent,
SettingsComponent,
ShareComponent,
SsoComponent,