ucladevx / Bmaps-Frontend

Frontend for Bmaps with UCLA DevX.
https://www.bmaps.io
8 stars 1 forks source link

Re-Add Free Food Filter #305

Closed r-holland closed 5 years ago

r-holland commented 5 years ago

I added the free food filter back to both map and calendar views, as well as added a few more small CSS fixes to our filter drop down so it looks good on a variety of screen sizes.

NOTE: Our master branch right now is giving me errors with the events API, and that carries over here. I tested my free food filters on a slightly older branch and they do indeed work. But in order to test on this branch to confirm, we need to fix the API error. Is this from Katrina's merge?

Kimeiga commented 5 years ago

image I still get errors trying to get the events from localhost

Kimeiga commented 5 years ago

I guess we should always be running the backend locally to test the frontend?

Kimeiga commented 5 years ago

nvm i was running ng serve instead of make dev