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

Entry flow UX changes - Part 1 #175

Merged
merged 24 commits into from
Apr 16, 2018
Merged

Entry flow UX changes - Part 1 #175

merged 24 commits into from
Apr 16, 2018

Conversation

brianpeiris
Copy link
Contributor

@brianpeiris brianpeiris commented Apr 10, 2018

See commit list for changes.
For #116

@gfodor gfodor mentioned this pull request Apr 10, 2018
16 tasks
src/hub.js Outdated
// Wait a tick so that the environments actually render.
setTimeout(() => scene.renderer.animate(null));
// Wait a tick plus some margin so that the environments actually render.
setTimeout(() => scene.renderer.animate(null), 100);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Turns out a timeout of 0 would sometimes partially render the environment.

@brianpeiris brianpeiris changed the title UX Changes - Part 1 Entry flow UX Changes - Part 1 Apr 10, 2018
@brianpeiris brianpeiris changed the title Entry flow UX Changes - Part 1 Entry flow UX changes - Part 1 Apr 11, 2018
@brianpeiris brianpeiris self-assigned this Apr 11, 2018
@gfodor
Copy link
Contributor

gfodor commented Apr 12, 2018

Suggestions as discussed:

  • Pin entry dialog until name field is customized
  • Add a 3-4 digit random number to end of name to signify throwaway nature
  • Don't persist auto-generated name
  • Consider alternative names (animal list?)

@@ -28,17 +28,29 @@
@extend %rounded-border;
@extend %default-font;

appearance: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

thanks!

color: white;
font-size: 1.1em;
width: 90%;
}

&__mic-icon {
pointer-events: none;
Copy link
Contributor

Choose a reason for hiding this comment

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

nice catch

@gfodor
Copy link
Contributor

gfodor commented Apr 12, 2018

lgtm! (not sure if you want to cut a new PR for those additional changes, this PR lgtm as-is)

@gfodor
Copy link
Contributor

gfodor commented Apr 12, 2018

(not sure what is up with build though)

@johnshaughnessy
Copy link
Contributor

johnshaughnessy commented Apr 13, 2018

RE: Random names / possibly animal names... There are a wide range of duck (and other waterfowl) species as listed here: https://www.thespruce.com/duck-species-list-385436
and photographed here: http://www.ducks.org/hunting/waterfowl-id/

@brianpeiris brianpeiris merged commit 6f937fe into master Apr 16, 2018
@brianpeiris brianpeiris deleted the feature/ux-changes branch April 20, 2018 01:35
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.

3 participants