docbrown/app/javascript/listings
Mario See 11be56f38c Add location to listings (#3370)
* add location to classified_listings

create rails migration and ran rake db:migrate

* add faker city to seed

* add location to index json

* add location as searchable attribute in algolia

* add form text field for adding location to new listing

* add location to dashboard json

* add location field for editing listings

* add location to listing_params in controller

* add location to single listing view

* add location to listing row in dashboard

* add location to dashboard test

* adjust listing dashboard row spacing

* reduce character limit

* reduce lines of conditional html elements

* compress listing card const

* fix form call for location in edit page

* update snapshot in dashboard

* add location length validation in listing model

* shorten limit and update location in edit page
2019-07-10 12:45:41 -04:00
..
__tests__ Add location to listings (#3370) 2019-07-10 12:45:41 -04:00
dashboard Add location to listings (#3370) 2019-07-10 12:45:41 -04:00
elements Allow users to belong to multiple orgs (#2583) 2019-06-04 09:30:52 -04:00
listingDashboard.jsx Add pinned articles box to profiles (#3269) 2019-06-24 15:18:29 -04:00
listingForm.jsx Finalize multi-org features (#3041) 2019-06-04 13:56:22 -04:00
listings.jsx Fix escape key handling and add space in single listing view (#3306) 2019-06-26 09:58:48 -04:00
singleListing.jsx Add location to listings (#3370) 2019-07-10 12:45:41 -04:00