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

Voting app: clarify polls #808

Merged
merged 2 commits into from
Apr 17, 2019
Merged

Voting app: clarify polls #808

merged 2 commits into from
Apr 17, 2019

Conversation

bpierre
Copy link
Contributor

@bpierre bpierre commented Apr 17, 2019

Fixes #582 and #732

all-votes
panel-1
panel-2

@bpierre bpierre requested review from sohkai and dizzypaty April 17, 2019 13:14
<Form onSubmit={this.handleSubmit}>
<Field label="Question">
<TextInput
ref={question => (this.questionInput = question)}
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice if we focused this input on navigating back to the tab.

Copy link

@dizzypaty dizzypaty left a comment

Choose a reason for hiding this comment

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

🤩👏🏼

)}
{screenIndex === 1 && (
<div>
<p css="margin: 30px 0 20px">Coming soon!</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if we decided on keeping this @dizzypaty

Copy link

@dizzypaty dizzypaty Apr 17, 2019

Choose a reason for hiding this comment

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

@sohkai Mmm... we can keep it if we plan to eventually make it available from here (#582 (comment)). Otherwise I'm fine with removing it! I know this tab still feels a bit weird and empty but I'll definitely rethink this on the next iteration of the voting app.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah let's remove the Coming Soon part

@sohkai sohkai merged commit 231a43b into master Apr 17, 2019
@sohkai sohkai deleted the voting-clarify-content branch April 17, 2019 14:16
ramilexe pushed a commit to ConsiderItDone/aragon-apps that referenced this pull request Dec 9, 2021
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.

Change "New vote" to "New poll"
4 participants