mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 17:13:24 +00:00
[PM-29448] Consume the new send table in web (#17923)
2nd part of PM-29448. Consumes the new send table in the web vault. Also updates the send table to contain the responsive behaviour.
This commit is contained in:
@@ -32,6 +32,7 @@ import {
|
||||
SendFormConfig,
|
||||
SendAddEditDialogComponent,
|
||||
SendItemDialogResult,
|
||||
SendTableComponent,
|
||||
} from "@bitwarden/send-ui";
|
||||
|
||||
import { HeaderModule } from "../../layouts/header/header.module";
|
||||
@@ -45,7 +46,14 @@ const BroadcasterSubscriptionId = "SendComponent";
|
||||
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
|
||||
@Component({
|
||||
selector: "app-send",
|
||||
imports: [SharedModule, SearchModule, NoItemsModule, HeaderModule, NewSendDropdownComponent],
|
||||
imports: [
|
||||
SharedModule,
|
||||
SearchModule,
|
||||
NoItemsModule,
|
||||
HeaderModule,
|
||||
NewSendDropdownComponent,
|
||||
SendTableComponent,
|
||||
],
|
||||
templateUrl: "send.component.html",
|
||||
providers: [DefaultSendFormConfigService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user