diff --git a/.all-contributorsrc b/.all-contributorsrc index 5743574b..b22ffa54 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -345,6 +345,15 @@ "contributions": [ "code" ] + }, + { + "login": "R4H3N", + "name": "Rohan Dhingra", + "avatar_url": "https://avatars.githubusercontent.com/u/126861359?v=4", + "profile": "https://github.com/R4H3N", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 6 diff --git a/README.md b/README.md index df937c40..f7e3eee0 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Rayen Lee
Rayen Lee

💻 + Rohan Dhingra
Rohan Dhingra

💻 diff --git a/frontend/src/features/groups/ManageGroupsPage.jsx b/frontend/src/features/groups/ManageGroupsPage.jsx index ae5f8346..3319bf65 100644 --- a/frontend/src/features/groups/ManageGroupsPage.jsx +++ b/frontend/src/features/groups/ManageGroupsPage.jsx @@ -157,7 +157,11 @@ export default function ManageGroupsPage() { document.body.removeChild(a); window.URL.revokeObjectURL(url); }; - + + + // Toast close handler const handleToastDismiss = (_, reason) => { if (reason === "clickaway") { @@ -182,6 +186,9 @@ export default function ManageGroupsPage() { + + + diff --git a/sample-group-data.xlsx b/sample-group-data.xlsx new file mode 100644 index 00000000..b9470eec Binary files /dev/null and b/sample-group-data.xlsx differ