Skip to content

Commit

Permalink
Fixed auto-next not clicking 'Next task' button & Organised CSS selec…
Browse files Browse the repository at this point in the history
…tor constants and InnerText constants in contentScript.ts & Formatted files with prettier plugin
  • Loading branch information
aritra-codes committed Jun 15, 2024
1 parent 83398fd commit ae09ad3
Show file tree
Hide file tree
Showing 9 changed files with 492 additions and 281 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ nodemon.json
*.njsproj
*.sln
*.sw?
.prettierrc
195 changes: 144 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"watch-build": "nodemon"
},
"dependencies": {
"html2canvas": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chrome": "^0.0.268",
"@types/node": "^20.12.12",
"@types/react": "^18.2.66",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Sparx Bookwork Tracker",
"version": "1.0.0",
"description": "Tracks your answers and shows you the answer to bookwork checks. Also, includes option to auto-click 'next' buttons. Less work, More progress! 💪",
"description": "Tracks your answers and shows you the answer to bookwork checks. Also includes more time-saving features! Less work, More progress! 💪",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
Expand Down
Loading

0 comments on commit ae09ad3

Please sign in to comment.