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

Implemented filter icon color update based on the type of filters applied and the segment selected (#2zb6ver) #278

Merged
merged 14 commits into from
Nov 10, 2022

Conversation

alsoK2maan
Copy link
Contributor

Related Issues

Closes #275

Short Description and Why It's Useful

Changed the color of the filter icon to the secondary color if any filter is applied depending the tab we are at.

Screenshots of Visual Changes before/after (If There Are Any)

Finished status filter applied-
Screenshot from 2022-11-09 16-23-17

No filters applied-
Screenshot from 2022-11-09 16-23-34

Pinned job filter applied-
Screenshot from 2022-11-09 16-23-43

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@@ -371,7 +370,14 @@ export default defineComponent({
getPinnedJobs: 'user/getPinnedJobs',
currentJob: 'job/getCurrentJob',
pipelineFilters: 'job/getPipelineFilters',
})
}),
updateFilterIcon: function() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
updateFilterIcon: function() {
filterIconColor: function() {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done sir

@adityasharma7 adityasharma7 merged commit 6a6e8c7 into hotwax:main Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change the color of filter icon when any filter is applied
4 participants