-
Notifications
You must be signed in to change notification settings - Fork 881
chore(site): refactor filters #13394
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
Conversation
…-template-filter
…-template-filter
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.
I like this new approach a lot! Had a couple of suggestions here and there, but I think the core logic looks really nice
It looks like this isn't fully done yet (some components not being integrated, some debugger
statements still being in the code), but let me know when you want me to do another review
I started to refactor our filters to make them easier to maintain. The current abstraction is not ideal. I'm opening this PR to collect early feedback.
Related to #13035