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-7214: feat(primary name) #1927

Merged
merged 17 commits into from
Dec 3, 2024

Conversation

thiagocarvalhodev
Copy link
Collaborator

@thiagocarvalhodev thiagocarvalhodev commented Dec 2, 2024

Copy link

github-actions bot commented Dec 3, 2024

Visit the preview URL for this PR (updated for commit 05cd68d):

https://ardrive-web--pr1927-pe-7214-show-ar-ns-p-6dio5wuy.web.app

(expires Tue, 10 Dec 2024 19:34:26 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a224ebaee2f0939e7665e7630e7d3d6cd7d0f8b0

- refresh primary name when sync
- add refresh name event on bloc
- update ario sdk readme repo
@thiagocarvalhodev thiagocarvalhodev self-assigned this Dec 3, 2024
return BlocBuilder<ProfileNameBloc, ProfileNameState>(
builder: (context, state) {
final primaryName = state is ProfileNameLoaded
? state.primaryName
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this won't truncate primary names to max 20 and add ... ? Or is it handled elsewhere?

kunstmusik
kunstmusik previously approved these changes Dec 3, 2024
Copy link
Contributor

@kunstmusik kunstmusik left a comment

Choose a reason for hiding this comment

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

Would be good if the max width scaled more with the space available, as well as having a way to see the full name (tooltip for example), but I think this could go out and those can be addressed later.

@thiagocarvalhodev thiagocarvalhodev merged commit 146c77b into dev Dec 3, 2024
6 checks passed
@thiagocarvalhodev thiagocarvalhodev deleted the PE-7214-show-ar-ns-primary-name-on-ar-drive branch December 3, 2024 20:01
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