1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

[Send] Groupings component (#1605)

* Initial commit of groupings component

* Update jslib ee164be

* Updated send-list item icons

* Requested changes

* Removed obsolete safari hacks
This commit is contained in:
Vincent Salucci
2021-02-10 10:16:34 -06:00
committed by GitHub
parent 1868b99d17
commit 0d6e212463
10 changed files with 395 additions and 48 deletions

View File

@@ -46,7 +46,7 @@ import { PasswordHistoryComponent } from './vault/password-history.component';
import { ShareComponent } from './vault/share.component';
import { ViewComponent } from './vault/view.component';
import { SendComponent } from './send/send.component';
import { SendGroupingsComponent } from './send/send-groupings.component';
const routes: Routes = [
{
@@ -273,7 +273,7 @@ const routes: Routes = [
},
{
path: 'send',
component: SendComponent,
component: SendGroupingsComponent,
canActivate: [AuthGuardService],
data: { state: 'tabs_send' },
},