Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Apps-3035 create filters drop down component #664

Merged
merged 11 commits into from
Dec 13, 2024

Conversation

farosFreed
Copy link
Contributor

@farosFreed farosFreed commented Dec 6, 2024

Connected to APPS-3035

Component Created: FiltersDropdown.vue based on this component request

Stories: ~/stories/FiltersDropdown.stories.js

Spec: ~/stories/FiltersDropdown.spec.js

Notes:
This PR adds the FiltersDropdown.vue component to the component library, along with its styles, test, and story files.

This component currently uses v-model which cuts down on script needed.
Because a child's v-model data is always in sync with the parent's model variable, I did not include emits yet despite them being mentioned in the requirements, as I don't believe they will do anything. However, if we need the parent data to be in a different state than the v-model data, we can use the pattern of assigning an initial data prop to a data ref and then emitting to the parent when we want it to update the data. This is somewhat what dateFilter.vue does.

Checklist:

  • I checked that it is working locally in the dev server
  • I checked that it is working locally in the storybook
  • I checked that it is working locally in the
    library-website-nuxt dev server
  • I added a screenshot of it working
  • UX has reviewed and approved this
  • I assigned this PR to someone on the dev team to review
  • I used a conventional commit message
  • I assigned myself to this PR

Copy link
Contributor

github-actions bot commented Dec 6, 2024

Percy Screenshots

In order to conserve our percy screenshot allowance, percy is not configured to run automatically. Please make sure the PR is ready and all other checks are passing, then start it manually:

  1. Visit https://github.com/UCLALibrary/ucla-library-website-components/actions/workflows/percy.yml 2. Click the 'Run workflow' button in the blue bar. 3. Select the correct branch for this PR and click 'Run workflow' again to confirm.

@farosFreed farosFreed self-assigned this Dec 6, 2024
@farosFreed farosFreed added the feature feature label Dec 6, 2024
Copy link
Contributor

github-actions bot commented Dec 6, 2024

@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 6, 2024 23:31 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 9, 2024 18:26 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 10, 2024 14:21 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 10, 2024 15:50 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 10, 2024 20:19 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 10, 2024 20:34 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 11, 2024 16:56 Inactive
@github-actions github-actions bot temporarily deployed to storybook--pull_request-664 December 12, 2024 19:12 Inactive
Copy link
Contributor

@tinuola tinuola left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 👍🏾

@tinuola tinuola merged commit 8dbad4a into main Dec 13, 2024
9 checks passed
@tinuola tinuola deleted the APPS-3035_create-filtersDropDown-component branch December 13, 2024 01:43
pghorpade pushed a commit that referenced this pull request Dec 13, 2024
# [3.42.0](v3.41.0...v3.42.0) (2024-12-13)

### Features

* Apps-3035 create filters drop down component ([#664](#664)) ([8dbad4a](8dbad4a))
@pghorpade
Copy link
Contributor

🎉 This PR is included in version 3.42.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants