Skip to content

feat: change the Grants page to match the Transactions page#2200

Merged
mirunagherman merged 13 commits into
mainfrom
miruna/INT-564
Jun 8, 2026
Merged

feat: change the Grants page to match the Transactions page#2200
mirunagherman merged 13 commits into
mainfrom
miruna/INT-564

Conversation

@mirunagherman

Copy link
Copy Markdown
Contributor

Context

  • Linear Issue INT-564 - Change the grants page list to match the one from transactions list

Changes

  • In the Grant Details popup, renamed the "State" label to "Status" and formatted the "Created at" date.
  • The Status column is hidden on mobile devices.
  • The Date column is now the first column and supports ascending/descending sorting.
  • Grants are grouped by day, with the day displayed as a group header and the time shown in each grant row.
  • Replaced the previous pagination approach with page-based pagination.
  • Page numbers are displayed at the bottom when multiple pages are available.
  • Added arrow buttons for pagination on smaller screens.

@mirunagherman mirunagherman requested a review from Tymmmy June 3, 2026 11:49
@github-actions github-actions Bot added package: wallet/frontend Wallet frontend implementations package: wallet/backend Wallet backend implementations type: source Source changes labels Jun 3, 2026
@mirunagherman mirunagherman requested a review from adrianboros June 3, 2026 11:49
@mirunagherman mirunagherman self-assigned this Jun 3, 2026

@Tymmmy Tymmmy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I tested the functionality and it works as expected, one thing I noticed, for example on Transactions page if you go to the 4th page (any page that is not the first) and sort by Date, the page will remain in the 4th page. The Grants page, if you go to the 4th page, and you sort by Date, it will skip to the firts page. If you can check this issue out, the rest seems fine and on point.

@mirunagherman mirunagherman requested a review from Tymmmy June 4, 2026 08:04
Tymmmy
Tymmmy previously approved these changes Jun 4, 2026
Comment thread packages/wallet/backend/src/grant/validation.ts Outdated
Comment thread packages/wallet/shared/src/types/grant.ts Outdated
Comment thread packages/wallet/frontend/src/pages/grants/index.tsx Outdated
@mirunagherman mirunagherman merged commit 7c5aff2 into main Jun 8, 2026
15 checks passed
@mirunagherman mirunagherman deleted the miruna/INT-564 branch June 8, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: wallet/backend Wallet backend implementations package: wallet/frontend Wallet frontend implementations type: source Source changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants