For multiple images, we'll need to create an image model of some sort that links back to the main auction model
To display them, looks like there isn't a nice carousel or something with shoelace. Could do a basic thing with just a set of images as buttons? Maybe https://shoelace.style/components/button-group for next/prev buttons?
Auctions have images, how do we upload them? How do we display them?
To upload them, we can pull in a variety of open source file upload components. A few options:
For multiple images, we'll need to create an image model of some sort that links back to the main auction model
To display them, looks like there isn't a nice carousel or something with shoelace. Could do a basic thing with just a set of images as buttons? Maybe https://shoelace.style/components/button-group for next/prev buttons?