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

feat(wallet-frontend): Grant list improvements #1106

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

Tymmmy
Copy link
Contributor

@Tymmmy Tymmmy commented Feb 1, 2024

Context

Changes

  • Added pagination to grants list
  • Added more details to the list page

NOTE - the order of the grants will be latest Grant to oldest when we update rafiki on Testnet

@Tymmmy Tymmmy linked an issue Feb 1, 2024 that may be closed by this pull request
@github-actions github-actions bot added package: wallet/frontend Wallet frontend implementations type: source Source changes labels Feb 1, 2024
@Tymmmy Tymmmy changed the title Grant list improvements feat (wallet-frontend): Grant list improvements Feb 1, 2024
@Tymmmy Tymmmy changed the title feat (wallet-frontend): Grant list improvements feat(wallet-frontend): Grant list improvements Feb 2, 2024
@Tymmmy Tymmmy marked this pull request as ready for review February 2, 2024 11:01
@@ -57,7 +87,8 @@ type FinalizeInteractionParams = {
type FinalizeInteractionResponse = SuccessResponse | ErrorResponse

interface GrantsService {
list: (cookies?: string) => Promise<ListGrantsResponse>
list: (args?: GrantListArgs, cookies?: string) => Promise<GrantsListResponse>
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe it could be good to rename list -> filter, listAll -> list?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well...it's not really filtering though, it is listing all in a specific pagination setup

@Tymmmy Tymmmy merged commit d37ee5a into main Feb 8, 2024
9 checks passed
@Tymmmy Tymmmy deleted the 757-grant-list-and-details-improvements branch February 8, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: wallet/frontend Wallet frontend implementations type: source Source changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grant list and details improvements
3 participants