Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9639f6b
applied alternating light-grey color of the statistics table
leyusufo Nov 27, 2024
69dfbdc
Added borders to the statistics table located
leyusufo Nov 30, 2024
554e68f
Added team member list before the heatmap
leyusufo Nov 30, 2024
6a29975
Deleted team member list from the bottom of the heatmap
leyusufo Nov 30, 2024
a6461b2
getting & displaying team member list changed to ReviewTable.tsx
leyusufo Dec 1, 2024
6e030b8
added toggle option for to display word count of reviews
simong2 Dec 1, 2024
e7de448
rename variable to be more consistent
simong2 Dec 1, 2024
f94e105
removed some declared but its value never read imports
simong2 Dec 1, 2024
62c33e9
toggle with option to open/close
simong2 Dec 2, 2024
c191098
Implemented export functionality and feedback indicators in Table com…
akkireddyanusha Dec 2, 2024
44be4ea
small fix
simong2 Dec 2, 2024
49ab9d1
env fixes
simong2 Dec 2, 2024
0a2e3b6
Added export functionality and last updated indicator to Table component
akkireddyanusha Dec 2, 2024
94083cf
better collapse experience for toggle
simong2 Dec 2, 2024
5483930
deleted App.test.tsx because it failed to run
leyusufo Dec 3, 2024
be99faf
added testing for statistics.tsx file
leyusufo Dec 3, 2024
7ba1984
added test for ReviewTable.tsx file
leyusufo Dec 3, 2024
e6d1309
updated ReviewTable.test.tsx file
leyusufo Dec 3, 2024
3188f80
new custom feature for character count
simong2 Dec 4, 2024
268a285
new toggle name and size
simong2 Dec 4, 2024
fb6ea48
Merge branch 'main' into toggle1
simong2 Dec 4, 2024
25c551a
Merge pull request #1 from simong2/toggle1
simong2 Dec 4, 2024
2a7b0ab
add test for toggle panel
simong2 Dec 4, 2024
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
157 changes: 152 additions & 5 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"axios": "^1.4.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.1.1",
"recharts": "^2.0.0",
"formik": "^2.2.9",
"jquery": "^3.7.1",
"jwt-decode": "^3.1.2",
Expand All @@ -34,11 +33,13 @@
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"react-scripts": "^5.0.1",
"recharts": "^2.0.0",
"redux-persist": "^6.0.0",
"sass": "^1.62.1",
"save": "^2.9.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5",
"yup": "^1.4.0"
},
"scripts": {
Expand Down Expand Up @@ -71,6 +72,7 @@
"@types/jqueryui": "^1.12.21",
"@types/react-bootstrap": "^0.32.32",
"@types/react-datepicker": "^4.10.0",
"@types/xlsx": "^0.0.35",
"prettier": "^2.8.7"
}
}
9 changes: 0 additions & 9 deletions src/App.test.tsx

This file was deleted.

Loading