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: Add user name to transactions list and redesign list #1870

Merged
merged 8 commits into from
Jan 27, 2025

Conversation

Tymmmy
Copy link
Contributor

@Tymmmy Tymmmy commented Dec 11, 2024

Context

Changes

  • add user name of receiver/sender to the transactions list, and redesigned the list a bit, grouped by date, and grouped some columns together
image - add a detailed view of the transaction in the dialog image

@Tymmmy Tymmmy linked an issue Dec 11, 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 Dec 11, 2024
@Tymmmy Tymmmy marked this pull request as ready for review January 22, 2025 10:22
@@ -44,6 +46,8 @@ const THead = ({
key={col}
className={cx(
'border-b border-green dark:border-pink-neon p-4 text-left font-bold',
hideForMobile?.find((item) => item === col) !== undefined &&
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Taking into consideration limited space available, let's hide some fields for mobile. All details can be viewed in the Details Dialog


return (
<>
{showDateHeader ? (
Copy link
Contributor Author

@Tymmmy Tymmmy Jan 22, 2025

Choose a reason for hiding this comment

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

Transaction list reimagined - with a date header - and all transactions listed bellow for that day only, then a new date header and transactions, and so on, something like Revolut.
Also reordered some fields, removed others, all details can be viewed by clicking on the transaction

adrianboros
adrianboros previously approved these changes Jan 22, 2025
@Tymmmy Tymmmy merged commit 0975ab1 into main Jan 27, 2025
15 checks passed
@Tymmmy Tymmmy deleted the 1868-transactions-list---reorder-things branch January 27, 2025 13:17
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.

Transactions list - reorder things
3 participants