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

PE-6964: add primary name and logo on welcome back page #1944

Merged

Conversation

thiagocarvalhodev
Copy link
Collaborator

@thiagocarvalhodev thiagocarvalhodev commented Dec 17, 2024

Copy link

github-actions bot commented Dec 17, 2024

Visit the preview URL for this PR (updated for commit 1484fe6):

https://ardrive-web--pr1944-pe-6964-add-primary-in7nuwv3.web.app

(expires Thu, 26 Dec 2024 16:49:59 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a224ebaee2f0939e7665e7630e7d3d6cd7d0f8b0

add logo on welcome back page
remove extra button to forget wallet
add logo when user has no private drives
- open viewblock
Comment on lines 199 to 215
// Row(
// mainAxisAlignment: MainAxisAlignment.center,
// crossAxisAlignment: CrossAxisAlignment.center,
// children: [
// Text(appLocalizationsOf(context).walletAddress,
// style: typography.paragraphNormal(
// color: colorTokens.textLow,
// fontWeight: ArFontWeight.semiBold)),
// const SizedBox(width: 8),
// FutureBuilder(
// future: _getWalletAddress(),
// builder: (context, address) => address.hasData
// ? TruncatedAddressNew(
// walletAddress: address.data!)
// : const Text(''))
// ],
// ),
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove comments

@thiagocarvalhodev thiagocarvalhodev merged commit df630bd into dev Dec 19, 2024
2 checks passed
@thiagocarvalhodev thiagocarvalhodev deleted the PE-6964-add-primary-name-and-logo-on-welcome-back-page branch December 19, 2024 16:37
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