Adding location pin, location input
This commit is contained in:
@@ -26,6 +26,8 @@ class MarketGrid extends Shadow {
|
||||
|
||||
if (this.listings.length > 0) {
|
||||
ZStack(() => {
|
||||
// BuyModal()
|
||||
|
||||
for (let i = 0; i < this.listings.length; i++) {
|
||||
const rating = this.listings[i].stars
|
||||
const percent = (rating / 5)
|
||||
@@ -74,6 +76,11 @@ class MarketGrid extends Shadow {
|
||||
.marginBottom(0.5, em)
|
||||
|
||||
button("Buy Now")
|
||||
.onClick((finished) => {
|
||||
if(finished) {
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
})
|
||||
.padding(1, em)
|
||||
|
||||
Reference in New Issue
Block a user