UCLALibrary / ucla-library-website-components

This is a library of Vue components that will be used in UCLA Library Nuxt websites.
Other
4 stars 1 forks source link

feat: APPS-2549 Migrate SectionRemoveSearchFilter component #473

Closed pghorpade closed 3 months ago

pghorpade commented 3 months ago

Connected to APPS-2549

Component Created: SectionRemoveSearchFilter.vue

Stories: ~/stories/SectionRemoveSearchFilter.stories.js

Spec: ~/stories/SectionRemoveSearchFilter.spec.js

Notes: This component had a very complex data structure in vue2, so simplified it. Also updated BlockRemoveSearchFilter to remove color and filter type prop and logic as SectionRemoveSearchFilter component cannot pass this information, It will come from useRoute in BlockRemoveSearchFilter. Also added vue router push to mock /about , /visit , /help routes for way finding colors stories to work.

Checklist:

pghorpade commented 3 months ago

closing for opening it with main