Seller Interest View
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
seller Interest List
The interest list to be displayed
view Model
The BookInfoScreenViewModel that allows for the usage of certain viewModel functions
nav Controller
Provides the ability to navigate to a listing's respective info page