forked from PalisadoesFoundation/talawa-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Redesigned Funds Screen for Talawa Admin Portal (PalisadoesFoun…
…dation#1790) * feat: Redesigned Funds Screen for Talawa Admin Portal - Redesigned the funds screen as per the figma design. - Except the button to archive/ unarchive funds in the update fund modal I have modified it to switch. - Ensured create and delete funds are working properly. - Modified the update handler to update the fundId for the fund. - Ensured search by fund name also works by adding a new query. - added a new query for fundbyOrganization to retrieve all the funds also to help to sort by name easily. - Ensured the page is responsive for all screens. - Covered all the modified code by tests. Signed-off-by: Akhilender <akhilenderb9@gmail.com> * fix: removed default fallback - Removed fallback as it is used only for testing. Signed-off-by: Akhilender <akhilenderb9@gmail.com> * fix: Fixing failing code coverage * fix: fixing code coverage - Removed redundant loader and increasing code coverage * fix: failing test - MemberDetail previously was not failing and even in local setup it is not failing * fix: Fixed null funds error Signed-off-by: Akhilender <akhilenderb9@gmail.com> --------- Signed-off-by: Akhilender <akhilenderb9@gmail.com>
- Loading branch information
1 parent
42a2052
commit 0f44df2
Showing
18 changed files
with
1,006 additions
and
1,255 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
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 was deleted.
Oops, something went wrong.
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.