yudagn / AetherBnB

AetherBnb is a clone of the website Airbnb that implements many of the features available on Airbnb.
0 stars 0 forks source link

# Listings Feature #8

Open Evan-Leon opened 2 years ago

Evan-Leon commented 2 years ago

Functionality

Style

Crud (*only those that apply)

Seeds

Evan-Leon commented 2 years ago
yudagn commented 2 years ago

Hmm, i'll have to see about the issue with not being able to access the create button, I may add deleting listings, but i'd prefer to avoid that. I would prefer to have a spinner that shows the listing is being created. I'm still unsure what to do for that.

Evan-Leon commented 2 years ago

ok, cool, I think it is still all good on my end, just some considerations, could change a ui 'loading' slice of state in the handle submit ? or make the button inactive after submitting the listing? Not a big deal though

yudagn commented 2 years ago

I added a scroll feature to the listings modal, still working on the spinner. Yeah i may end up doing that. Bit the bullet and added deleting listings, gave dependent destroy to reviews and bookings.