mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
[AC-2676] Remove paging logic from GroupsComponent (#9705)
* remove infinite scroll, use virtual scroll instead * use TableDataSource for search * allow sorting by name * replacing PlatformUtilsService.showToast with ToastService * misc FIXMEs
This commit is contained in:
@@ -71,6 +71,11 @@ type GroupDetailsRow = {
|
||||
collectionNames?: string[];
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated To be replaced with NewGroupsComponent which significantly refactors this component.
|
||||
* The GroupsComponentRefactor flag switches between the old and new components; this component will be removed when
|
||||
* the feature flag is removed.
|
||||
*/
|
||||
@Component({
|
||||
selector: "app-org-groups",
|
||||
templateUrl: "groups.component.html",
|
||||
|
||||
Reference in New Issue
Block a user