-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
UX of add slur and Crowdsource in single button #453
Conversation
Add Slur to Uli: Words added through this option are redacted from your local browser Crowdsource Slur Word: Words added through this option are submitted to the list of slurs on the server for anyone to see. integrated both the button in single button with both functionality
@anshuman-rai-27 there are some changes required in this PR. currently, you have just changed the frontend of this issue, like with the code change you made, I wont be able to see "Crowdsource Slur Word" when I right click on a word. But the issue was to merge both the functionalities - "Add Slur to List" and "Crowdsource Slur Word" together, what this means is - if you look carefully, the For this issue, you will also have to modify the I hope this is easy to follow, if not, please let me know! I can explain further. |
tattle-made#453 Rest api update
@aatmanvaidya i have made changes in content-script.js file please review and guide me asap as hacktoberfest is at an end |
Hello @anshuman-rai-27, please give me some time to review, as I will have to test it across browsers.. Just curious, were you able to setup Uli locally for development and test this thing out? |
Hello @anshuman-rai-27 , I have reviewed your PR some changes are required.
if (request.type === 'SLUR_ADDED' || request.type === 'CROWDSOURCE_SLUR_WORD') { just check for the one request you are sending from |
@aatmanvaidya soory i am unable to run this locally made the changes as you guided so guid me for the changes needed in manifest.json |
yes, were you able to get the docker up and running and load the extension into any browser? if you are developing on chrome, in so now your "permissions": [
"storage",
"contextMenus",
"https://ogbv-plugin.tattle.co.in/*",
"http://localhost:3000/*"
], |
@aatmanvaidya soory but i am unable to run docker on my system as my system crashes every time i run docker so i am not able to test the changes , if possible i test it and suggest changes |
Hi @anshuman-rai-27 , thank you for your efforts and work on the PR - we have resolved this issue in this PR - #484 |
issue no : #423
Integrated both the button in single button with both functionality.