generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEATURE : Add pagination in tasks page (#697)
* FEATURE: add pagination feature for fetch tasks * FIX: Fix type error * FIX: Fix type error * FIX: Fix next and prev task fetching error * FIX: bug from selection of tabs * REFACTOR: add loader * REFACTOR: created separate task loader components * FIX: fix test and remove loader * REFACTOR: created separate render task list components * TEST: add test and refactor component * REFACTOR: created separate types for taskApi * REFACTOR: created separate components for pagination button * REFACTOR: remove uncessary ternary operator
- Loading branch information
1 parent
4cac085
commit bc04ca3
Showing
13 changed files
with
464 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.