-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Remove unused angular directives #10169
Remove unused angular directives #10169
Conversation
# For now, this component is not being used. 7 years ago. Thanks! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I saw that:
// singleLineSelectors directive provides a drop-down that can overlap |
What do you think?
…replaced by filterSelectors
I removed that class and tested: I've tested, and I can't see any difference... So i've commit/pushed. Tell me what do you think about it! |
Looks good to me, it doesn't seem to be used anywhere ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @cillian !
I'm not sure what else would be needed from the testing side of things. I've had a quick smoke test around:
I'd say this is good to go? I'll more to ready to go, feel free to drop a line if anything else is needed on this one! |
Thanks @filipefurtad0 ! I'd say |
What? Why?
This partially address #8700 and removes three unused angular directives.
showMore
directive was introduced here but it looks like it was never used, see a, b, c.fillVertical
directive was introduced here but was no longer used after a3660dfsingleLineSelectors
was no longer used after 532e27bWhat should we test?
Check the directives are not called anywhere here...
https://github.com/openfoodfoundation/openfoodnetwork/search?q=fill-vertical
https://github.com/openfoodfoundation/openfoodnetwork/search?q=show-more
https://github.com/openfoodfoundation/openfoodnetwork/search?q=single-line-selectors
Release notes
Changelog Category: Technical changes