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

Wallet update #679

Merged
merged 30 commits into from
Jan 27, 2025
Merged

Wallet update #679

merged 30 commits into from
Jan 27, 2025

Conversation

babalicious-io
Copy link
Collaborator

@babalicious-io babalicious-io commented Jan 27, 2025

Sorting of wallet address types into

  • dispenser address
  • non-dispenser address (profile)
  • logged in user address (non-dispenser address) (dashboard) - wip
    The sorting is handled in [address].tsx

General

  • added titles - DISPENSER/ANONYMOUS (once we have userprofiles set up we can add wallet address names)
  • refactored and created global files - WalletStyles // WalletComponents

Dispenser address page
WalletDispenserDetails.tsx

  • the page content (WalletContent) is not displayed
  • pulls in dispenser data and displays open/closed + escrow/give/remain + buyButton (if remain>0)
  • displays stamp info with link to stamp details page
  • displays stamp preview image
  • BY - displays issuer NOT creator - to be updated
    eg:
    /wallet/1434Uv4jR8J9oZwUw9fq6XZjfVShHTNsTV
    /wallet/bc1q278g5d43423wazy7cvng7wn4m5gupa7m3gejay
Screenshot 2025-01-27 at 14 31 00 Screenshot 2025-01-27 at 14 28 08

Profile address page
WalletProfileDetails.tsx

  • restyled the page - removed send/receive/history
  • added ONE bitname name
  • simplified the token and stamps stats, since we dont have that much data
Screenshot 2025-01-27 at 14 31 27

Dashboard address page
WalletDashboardDetails.tsx
WalletDachboardHeader.tsx
WalletDashboardContent.tsx
/routes/dashboard/[address].tsx

  • preparation for logged in user dashboard
  • this is work in progress
  • once finished [address] should be moved, but for now we can access the page:
    /dashboard/addy

The initial dispenser sorting was not set up properly and I had a hard time figuring this out, debugging and finding a solution - #675
Also discovered we display issuer address instead of creator address - site wide - #674

The address dispenser sorting in [address].tsx should be checked

@reinamora137 reinamora137 merged commit e2d7e5c into dev Jan 27, 2025
2 checks passed
@reinamora137 reinamora137 deleted the baba/wallet_update branch January 27, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants