SellerInterestView

fun SellerInterestView(sellerInterestList: List<MBook>, viewModel: BookInfoScreenViewModel, navController: NavController)

This composable is the Seller Interest View. It configures the display of all of a user's book listings and the buyers that have expressed interest in purchasing the book.

Parameters

sellerInterestList

The interest list to be displayed

viewModel

The BookInfoScreenViewModel that allows for the usage of certain viewModel functions

navController

Provides the ability to navigate to a listing's respective info page