Xeio / WanderLost

Lost Ark Wandering Merchant Tracker
MIT License
106 stars 36 forks source link

[WIP] Card prototype #138

Closed user1736 closed 2 years ago

user1736 commented 2 years ago

Hey @Xeio, could pls have a look at this?

I considered what you suggested and added checks to ensure that the collection's not empty before each First() call , however, it did not help. I also tried removing the copy page I created thinking that it might be somehow messing DI - no luck here either.

Xeio commented 2 years ago

Added a minor commit, but mostly yours seems to work, at least as far as displaying. I just see "TODO" in all the merchant slots since there's no way to submit yet, but if I swap back to my normal branch, submit the merchant so it's in the database, then swap back to your branch I see the card(s) show up.

Also, you could change that last "ActiveMerchantsGrid" to have ActiveOnly="true" to let you submit on the same page. Looks like you're on a bit older version before I split the active and future merchants into two controls.

user1736 commented 2 years ago

So it runs huh? - then it's something on my end then :( Thanks for looking into it, I'm gonna update it to the latest version and give it another go.