mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
[Send] Navigation Tab (#1591)
* Initial commit of send tab * update jslib (9ddec9b->859f317) * updated skeleton class/html * removed added space * cleaned up import groupings * Updated to use flex container and removed unnecessary scss class
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="tab-page">
|
||||
<router-outlet></router-outlet>
|
||||
<nav class="tabs" [ngClass]="{'tabs-3': !showCurrentTab}">
|
||||
<nav class="tabs">
|
||||
<ul>
|
||||
<li routerLinkActive="active" *ngIf="showCurrentTab">
|
||||
<a routerLink="current" appA11yTitle="{{'currentTab' | i18n}}">
|
||||
@@ -12,6 +12,11 @@
|
||||
<i class="fa fa-lock fa-2x" aria-hidden="true"></i>{{'myVault' | i18n}}
|
||||
</a>
|
||||
</li>
|
||||
<li routerLinkActive="active">
|
||||
<a routerLink="send" appA11yTitle="{{'send' | i18n}}">
|
||||
<i class="fa fa-paper-plane fa-2x" aria-hidden="true"></i>{{'send' | i18n}}
|
||||
</a>
|
||||
</li>
|
||||
<li routerLinkActive="active">
|
||||
<a routerLink="generator" appA11yTitle="{{'passGen' | i18n}}">
|
||||
<i class="fa fa-refresh fa-2x" aria-hidden="true"></i>{{'generator' | i18n}}
|
||||
|
||||
Reference in New Issue
Block a user