Apply shared button component to browse-by.

This commit is contained in:
Michael Spalti
2022-12-20 13:46:59 -08:00
parent c28f165923
commit 73a9e0b0bb
24 changed files with 244 additions and 148 deletions

View File

@@ -315,9 +315,9 @@ import { MenuModule } from './menu/menu.module';
import {
ListableNotificationObjectComponent
} from './object-list/listable-notification-object/listable-notification-object.component';
import { ThemedItemBackButtonComponent } from './item-back-button/themed-item-back-button.component';
import { ThemedResultsBackButtonComponent } from './results-back-button/themed-results-back-button.component';
import { ThemedCollectionDropdownComponent } from './collection-dropdown/themed-collection-dropdown.component';
import { ItemBackButtonComponent } from './item-back-button/item-back-button.component';
import { ResultsBackButtonComponent } from './results-back-button/results-back-button.component';
const MODULES = [
@@ -398,8 +398,8 @@ const COMPONENTS = [
ItemSubmitterComponent,
ItemDetailPreviewComponent,
ItemDetailPreviewFieldComponent,
ItemBackButtonComponent,
ThemedItemBackButtonComponent,
ResultsBackButtonComponent,
ThemedResultsBackButtonComponent,
ClaimedTaskActionsComponent,
ClaimedTaskActionsLoaderComponent,
ItemActionsComponent,