Skip to content

Commit 47caedd

Browse files
henrievjenHenri Evjencjwagn1
authored
#254 | Feature/membership tool rework (#361)
* removed unnecessary messages * fixed: expiration date applies as current date * added color to status * entries with no name appear blank instead of null null * added three dot menu * updated button styles to match antd button design * A * able to lock shirt received column * ACM Shirt Status checkbox working * ACM Shirt Checkbox working properly * Edit working correctly * fixed date off by one day issue * fixed delete user function * updated copyright Co-authored-by: Henri Evjen <henrievjen@Henris-MacBook-Pro.local> Co-authored-by: Carter Wagner <37089795+cjwagn1@users.noreply.github.com>
1 parent d3a3184 commit 47caedd

File tree

3 files changed

+99
-134
lines changed

3 files changed

+99
-134
lines changed

apps/admin-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"graphql-tag": "^2.10.1",
1111
"qrcode.react": "^1.0.0",
1212
"react": "^16.7.0",
13+
"react-csv": "^2.0.3",
1314
"react-dom": "^16.7.0",
1415
"react-highlight-words": "^0.16.0",
1516
"react-router-dom": "^5.1.2",
@@ -49,7 +50,6 @@
4950
"eslint-plugin-react-hooks": "^1.7.0",
5051
"jest-watch-typeahead": "^0.4.0",
5152
"prettier": "^1.18.2",
52-
"react-csv": "^2.0.3",
5353
"typescript": "^3.2.4"
5454
},
5555
"browserslist": [

apps/admin-web/src/screens/Membership/IStyles.tsx

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)