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

feat: slur crowdsource feature #364

Merged
merged 58 commits into from
Oct 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
bfbb14b
setting up slur crowdsourcing
aatmanvaidya Sep 5, 2023
8c9b566
adding more UI in ADD
aatmanvaidya Sep 6, 2023
c3a9268
adding modles and mirgrations
aatmanvaidya Sep 6, 2023
7aacdd8
changes to backend
aatmanvaidya Sep 10, 2023
4214018
adding GET and POST request
aatmanvaidya Sep 10, 2023
2714583
fixing GET request
aatmanvaidya Sep 10, 2023
840dfd4
adding PUT request
aatmanvaidya Sep 10, 2023
f6adfb2
adding DELETE request
aatmanvaidya Sep 10, 2023
8d001ff
some updates
aatmanvaidya Sep 10, 2023
4d5010a
writing axios requests
aatmanvaidya Sep 11, 2023
40059a4
axios to frontend
aatmanvaidya Sep 11, 2023
cf2dede
updating GET request
aatmanvaidya Sep 11, 2023
5170b76
Merge branch 'slur-crowdsource' of https://github.com/aatmanvaidya/Ul…
aatmanvaidya Sep 12, 2023
d867dbe
CRUD in frontend
aatmanvaidya Sep 14, 2023
8184922
moving test file
aatmanvaidya Sep 14, 2023
b179093
fixing radio button issue
aatmanvaidya Sep 14, 2023
31d7597
feat: github actions to build browser extension for pull requests (#373)
aatmanvaidya Sep 20, 2023
4e5cfcb
chore: cleanup pr build action
aatmanvaidya Sep 21, 2023
566c969
adding blog to header (#378)
aatmanvaidya Sep 21, 2023
819728a
Merge branch 'slur-crowdsource' of https://github.com/aatmanvaidya/Ul…
aatmanvaidya Sep 21, 2023
0eb19b4
setting up automate testing
aatmanvaidya Sep 22, 2023
50490ef
automated testing done till filling the form
aatmanvaidya Sep 23, 2023
451a69d
opening the edit form
aatmanvaidya Sep 23, 2023
034ebf2
done with automated testing for chrome
aatmanvaidya Sep 23, 2023
fc825f5
setting up tester's for other websites
aatmanvaidya Sep 23, 2023
3f003b4
adding automated testing for firefox
aatmanvaidya Sep 25, 2023
8207e82
deleting log file of firefox
aatmanvaidya Sep 25, 2023
1f79df8
jest testing for slur-crowdsource
aatmanvaidya Sep 26, 2023
f9a28c2
changing slur index UI
aatmanvaidya Sep 28, 2023
2c3306b
updating mirgarations
aatmanvaidya Sep 29, 2023
2931f0e
fixing updated migrations
aatmanvaidya Sep 29, 2023
6c3d2db
updating index.js slur CRUD calls
aatmanvaidya Sep 29, 2023
582f326
adding transactions to PUT and DELETE requests
aatmanvaidya Sep 29, 2023
ab63838
setting up fronted as per new changes - Add Slur Form
aatmanvaidya Oct 1, 2023
d9cd9bd
temporary fix for radio button issue
aatmanvaidya Oct 1, 2023
216ef7e
fixing level of severity issue in form
aatmanvaidya Oct 1, 2023
b9192bd
updating slur index page and slur edit page
aatmanvaidya Oct 1, 2023
9eee2fe
adding requerimtes of the form to the code
aatmanvaidya Oct 2, 2023
c5f78b1
refactoring slur index page UI
aatmanvaidya Oct 2, 2023
1a546bc
adding notifications for CRUD func
aatmanvaidya Oct 3, 2023
1825f93
polishing UI
aatmanvaidya Oct 3, 2023
12ce750
UI changes
aatmanvaidya Oct 3, 2023
122ad8a
deleteing old gecko file and updating right click issue fix
aatmanvaidya Oct 3, 2023
c84b805
enabling right click, data in backend
aatmanvaidya Oct 5, 2023
1c54204
adding metadata sign
aatmanvaidya Oct 5, 2023
0ce3509
fixing UI
aatmanvaidya Oct 5, 2023
1e605d6
fixing firefox issue
aatmanvaidya Oct 6, 2023
8a1b443
touching up UI
aatmanvaidya Oct 6, 2023
617dace
changing npm test to api-test
aatmanvaidya Oct 7, 2023
163b68e
ui changes
aatmanvaidya Oct 7, 2023
f76a735
general updates
aatmanvaidya Oct 10, 2023
2ad2178
fix: slur edit/create flow
dennyabrain Oct 11, 2023
1c5bb4c
updating level of severity to camelCase
aatmanvaidya Oct 11, 2023
955edbc
fixing PUT request
aatmanvaidya Oct 12, 2023
0a94dc6
fixing some bugs, chaning slur replace feature, also working on alret
aatmanvaidya Oct 12, 2023
39f8b4d
adding alert when slur is added using right click
aatmanvaidya Oct 12, 2023
ae49a22
adding enable slur replace checkbox and removing the toggle
aatmanvaidya Oct 12, 2023
177ab3c
updating manifest files
aatmanvaidya Oct 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion browser-extension/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "cd ../.. && husky install \"browser-extension/plugin/.husky\"",
"test": "echo \"Error: no test specified\" && exit 1",
"test-jest": "jest",
"api-test": "jest",
aatmanvaidya marked this conversation as resolved.
Show resolved Hide resolved
"start:options": "parcel src/options.jsx",
"start:contentScript": "parcel src/content-script.js",
"moveBuildArtefactsToDistDir": "cp src/options.html dist && cp manifest.json dist && cp icon* dist && cp src/background.js dist",
Expand Down
Loading