Useful for aragon-desktop to allow users to go back to the onboarding screen (so they can enter another organization or create a new one). This wording would also be mobile friendly for now :D.
Thoughts @aragon/design?
Yes 馃憣
Shall we also autocomplete the names (and on the onboarding as well)?
馃憣 Autocomplete or showing the list of favourite orgs in onboarding could probably be another addition (I don't think we have an textfield + dropdown built yet, right?).
I was thinking of this button just sending the user back to the onboarding screen.
Autocomplete for any orgs (as opposed to just favorite orgs) could be dangerous in cases of "phishing" where orgs have very similar names to other orgs, I'm imagining a scenario where someone sets up a phishing org just to try and get fraudulent deposits.
@sohkai
(I don't think we have an textfield + dropdown built yet, right?)
No we don鈥檛, but we have the UI parts, so it鈥檚 basically a .filter() to implement it.
@john-light very good point 馃憤
@sohkai yeah good idea. If going from the DAO switcher to home screen to type in the name of another dao is far more common than creating a new DAO, perhaps we could just have a field in the DAO switcher for typing the name of the DAO you want to visit directly, without going through the onboarding screen
@jounih Yeah, I do think going to another organization will be more common (although we should have room to show the ENS check like in the onboarding home page). With the new onboarding split up too, the "Create new organization" could even point directly to the creation page.
Let's settle on the easiest implementation, which is a link to the onboarding screen
Most helpful comment
Autocomplete for any orgs (as opposed to just favorite orgs) could be dangerous in cases of "phishing" where orgs have very similar names to other orgs, I'm imagining a scenario where someone sets up a phishing org just to try and get fraudulent deposits.