Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-pagination-get-all-users #64

Closed
wants to merge 1 commit into from

Conversation

Tuyisenge2
Copy link
Collaborator

####What does this PR do?
This PR addresses the issue of pagination on get all users

How should this be manually tested?
1.Clone the repo and cd into it
2.Checkout to fix-pagination-getallusers and run npm install
3.Run npm run dev to start the application locally
3.login as admin and navigate to dashboard and try to utilize and use pagination on page of users

Copy link

vercel bot commented Jul 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hackers-ec-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 8:52am

/* eslint-disable react-hooks/exhaustive-deps */
/* eslint-disable @typescript-eslint/no-explicit-any */
import { ReactNode, useEffect, useState } from 'react';
import { ReactNode, useEffect, useRef, useState } from 'react';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

@Tuyisenge2 Tuyisenge2 requested a review from Angemichel12 July 31, 2024 17:48
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 76ddc0a to af441ed Compare July 31, 2024 18:28
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from af441ed to 7914f10 Compare July 31, 2024 18:48
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 7914f10 to 8822e7b Compare July 31, 2024 22:35
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 8822e7b to 9bd7347 Compare July 31, 2024 22:59
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 9bd7347 to 6a5e221 Compare July 31, 2024 23:11
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 6a5e221 to 2614dfd Compare August 1, 2024 06:17
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 2614dfd to 0ceb3df Compare August 1, 2024 06:33
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 0ceb3df to 570fd00 Compare August 1, 2024 07:58
@Tuyisenge2 Tuyisenge2 force-pushed the fix-pagination-getallusers branch from 570fd00 to 7156c93 Compare August 1, 2024 08:52
@@ -0,0 +1,64 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

@@ -0,0 +1,64 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants