JoinColony / colonyDapp

Colony dApp client
49 stars 19 forks source link

Interactive popover does is not displayed if there is no username #1784

Closed auryn-macmillan closed 5 years ago

auryn-macmillan commented 5 years ago

Issue For addresses that do not have a username, the interactive popover from #1715 does not show up.

This could occur for one of two reasons; the data has not loaded yet or an address has been assigned as an admin or worker but has not yet created a colony account.

In this case, I think we should still show the popover so that people can see the address.

Originally posted by @auryn-macmillan in https://github.com/JoinColony/colonyDapp/pull/1715#issuecomment-526590976

rdig commented 5 years ago

It may be that the address hasn't loaded either.

But I'll investigate

auryn-macmillan commented 5 years ago

It may be that the address hasn't loaded either.

I imagine it has to load the address in order to generate the blockie, no?

rdig commented 5 years ago

I'm already working on a handfull of fixes for the info popover in #1792

So I'll tackle this issue there as well.