1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[PM-294489 Extract send table to libs/tools (#17841)

* Extract send table to libs/tools so it can be re-used in desktop

* Remove *ngIf

* Add story

* Move story under sends

* Remove duplicate class

* Move the dates to prevent any changes in storybook

* Revert changes to web component to speed up merge
This commit is contained in:
Oscar Hinton
2025-12-09 19:26:26 +01:00
committed by GitHub
parent 0af5e5630b
commit 508131ac1e
4 changed files with 295 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ export { SendItemsService } from "./services/send-items.service";
export { SendSearchComponent } from "./send-search/send-search.component";
export { SendListFiltersComponent } from "./send-list-filters/send-list-filters.component";
export { SendListFiltersService } from "./services/send-list-filters.service";
export { SendTableComponent } from "./send-table/send-table.component";