-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replace react fonticonpicker #18
Conversation
… fork) which use react-icons under the hood + removed outdated/useless dependencies
ping |
Hi @drzraf, Thanks for your contribution. Thanks & Regards |
Thank you for merging. Very happy this could get in. Some comments:
+ if(value[i] > 0 || value[i] < 0){ // missing space. Replace with `value[i] !== 0`
+ updateSettingsapply(' timeline-container_pd_apply'); // extra space in the string(?!)
+ break;
+ }else{ // missing spaces
+ updateSettingsapply('');
+ }
|
We have used dev branch for development and after completion of development we have merged dev branch code to master branch. Thanks & Regards |
@drzraf Many Thanks for your contributions. We have mentioned you on the WordPress.org plugin page. |
Fixes #4
For convenience and avoiding conflict, it includes / is based on top of #17 but only 27f4606 is a concern for this MR.
(I could also create a MR specific to this feature if really needed)
NB: Feel free to change/test/enhance the MR at your needs.