yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move the confirm button at the bottom?

pauldijou opened this issue · comments

Just wondering if there is any good reason to force the user to move back to the top of the page to confirm its answers when he reaches the bottom after completing them all.

I agree, it's not ideal, but this solves in a way the scroll issue (see #47) 😆

Joking aside, we should definitely consider the action button on the bottom of the page.

@pauldijou do you have a particular generator that has a long stack of questions like that? It's going to be useful to test an implementation.

Actually, I think that fixing #52 is a better fix for this issue, since if we only present one prompt at time there will never be the need to scroll down the page.