From bee5348f153942bf776f1a3ccc7ece3aa656bee5 Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 3 Jul 2025 12:56:35 -0400 Subject: [PATCH 1/3] added clear applicant button --- components/admin-tabs/Applicants.tsx | 11 ++++++----- styles/pages/_Admin.scss | 17 ++++++++++++++--- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/components/admin-tabs/Applicants.tsx b/components/admin-tabs/Applicants.tsx index 989132d5..e0de49ac 100644 --- a/components/admin-tabs/Applicants.tsx +++ b/components/admin-tabs/Applicants.tsx @@ -189,11 +189,12 @@ const Applicants: React.FC = () => { return (
-
-

{ADMIN_TABS.VIEW_AND_MODIFY_APPLICANTS}

- - -
+
+

{ADMIN_TABS.VIEW_AND_MODIFY_APPLICANTS}

+ + +
+ Date: Thu, 3 Jul 2025 13:40:44 -0400 Subject: [PATCH 2/3] updated upload artifact --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 4d4094d3..36255a6d 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -39,7 +39,7 @@ jobs: # after the test run completes, store videos and any screenshots # NOTE: screenshots will be generated only if E2E test failed - name: Upload Screenshots - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots From 4be21ffd1ffee802a04dce37f93a5a19ce530013 Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 3 Jul 2025 13:44:01 -0400 Subject: [PATCH 3/3] changed another update artifact --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 36255a6d..6d633a8f 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -46,7 +46,7 @@ jobs: path: cypress/screenshots # Test run video was always captured, so always upload (implicit means only on success) - name: Upload Videos - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos