michael-fesselmeyer / ember-super-rentals

1 stars 0 forks source link

Feat/searchbar #21

Closed michael-fesselmeyer closed 1 year ago

michael-fesselmeyer commented 1 year ago

Refactored index template into a component: This helped clean up the code and make it more manageable.

Updated index.hbs template: Made some tweaks to accommodate the refactoring.

Added rentals.js in components folder: This is where the rentals component lives.

Updated rentals file input: Made some necessary updates here.

Added filters for search results: This is the core of the new feature - users can now narrow down their search results.

Added filter invoke in rentals.hbs: Ensured the filter works as expected in the rentals.hbs file.

Updated rentals-test for search query: The test now checks if search results update correctly based on the search query.

The main focus of this branch was to create a search bar to filter rental results, making the app more user-friendly and efficient.