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

Create v2 filter #342

Merged
merged 6 commits into from
Sep 27, 2023
Merged

Create v2 filter #342

merged 6 commits into from
Sep 27, 2023

Conversation

astoppop
Copy link
Contributor

Pull Request

Change Summary

Implemented part of water filter. Basic structure for other filters setup.

Change Reason

Filter hasn't been implemented yet.

Verification [Optional]

Related Issue: #215

setToolbarModal
};

export default connect(mapStateToProps, mapDispatchToProps)(AddResourceModalV2);
Copy link
Contributor

Choose a reason for hiding this comment

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

This absolutely works but we should switch this over to the newer functional approach to using Redux state. We have a short guide on this in the redux_guide.md in this project and there's a live example in components/Head/Head.js

Copy link
Contributor

@gcardonag gcardonag left a comment

Choose a reason for hiding this comment

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

Thanks for bringing filters back into the mix! 🔻

@gcardonag gcardonag merged commit 6d6b81a into phlask:develop Sep 27, 2023
1 of 2 checks passed
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.

2 participants