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

feat: add rules to new proposal page #2290

Merged
merged 2 commits into from
Jan 15, 2021

Conversation

tiagoalvesdulce
Copy link
Member

Closes #2116

UI Changes Screenshot

Mobile

image

Desktop

image

Copy link
Member

@victorgcramos victorgcramos left a comment

Choose a reason for hiding this comment

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

LGTM! Left one minor suggestion so we can discuss it.

Comment on lines 227 to 252
<H3>Rules:</H3>
<ul className="margin-top-s margin-bottom-m">
<ListItem>
Expenses must be denominated in USD (but will be paid in DCR)
</ListItem>
<ListItem>
The work will be paid next month after the month it was done, as
explained{" "}
<Link
href="https://docs.decred.org/contributing/contributor-compensation/"
target="_blank"
rel="noopener noreferrer">
here
</Link>
</ListItem>
<ListItem>Proposal must include actionable plan</ListItem>
<ListItem>
Check{" "}
<Link
href="https://docs.decred.org/governance/politeia/proposal-guidelines/"
target="_blank"
rel="noopener noreferrer">
Proposal Guidelines
</Link>
</ListItem>
</ul>
Copy link
Member

Choose a reason for hiding this comment

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

what about moving it to a separate component, like you did with ListItem? I think this would improve the code readability.

Copy link
Member

@victorgcramos victorgcramos left a comment

Choose a reason for hiding this comment

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

ACK

Copy link
Member

@amass01 amass01 left a comment

Choose a reason for hiding this comment

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

ACK

@amass01 amass01 merged commit 4cfc8e0 into decred:master Jan 15, 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.

Add rules to New Proposal page
3 participants