Favorite Auctions Listing Page
- Name:
favoriteAuctionListPageTemplate - Url:
#/favorite-auctions - Description: The full page template for the favorite (watchlisted) auctions listing, including keyword search, sorting, per-page selection, the auction list, and pagination.
Default Template
<div class="ta-auction-section">
<div class="ta-auction-list-header-top">
<auction-keyword-search />
</div>
<hr class="mt-0">
<div class="ta-auction-list-header">
<per-page-select />
<div class="ta-auction-search-wrapper mb-3">
<sorting-dropdown/>
<switch-view/>
</div>
</div>
<favorite-auction-list-items />
<div class="ta-auction-list-footer">
<pagination-summary/>
<pagination-buttons/>
</div>
</div>
Available Components
<AuctionKeywordSearch />
Displays a text input for filtering auctions by keyword.
<PerPageSelect />
Displays a dropdown to select the number of auctions shown per page. Controlled by perPageSelect and perPageOptions configuration options.
<SortingDropdown />
Displays the sorting dropdown. Controlled by enableSorting. The default sort field and direction are controlled by favoriteAuctionDefaultSortField and favoriteAuctionDefaultSortBy.
<SwitchView />
Displays a toggle button to switch between grid and list view for the auction listing.
<FavoriteAuctionListItems />
Renders the list of watchlisted auctions. Each item uses the favoriteAuctionListItemTemplate.
<PaginationSummary />
Displays a text summary of the current pagination state, e.g. "Showing 1-10 of 45 auctions".
<PaginationButtons />
Displays previous/next and page number pagination controls. The pagination type is controlled by paginationType.
Properties
mainConfig
See documentation here
is_authorized
See documentation here