-
Notifications
You must be signed in to change notification settings - Fork 212
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: move to Viewport #672
Conversation
bpierre
commented
Feb 14, 2019
- Remove uses of BreakPoint.
- Moved the app layout structure into AppLayout.
- Moved the main action icon into an icon component.
- Remove uses of BreakPoint. - Moved the app layout structure into AppLayout. - Moved the main action icon into an icon component.
@@ -236,7 +230,7 @@ class VotePanelContent extends React.Component { | |||
<Label>Created By</Label> | |||
</h2> | |||
<Creator> | |||
<IdentityBadge entity={creator} shorten={shortAddresses} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need this to be shortened at all now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it could be shortened at all times (which is the default), now that it opens with the full address. /cc @aragon/design
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I think the shortened version as default is good (for 0x addresses)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, that may actually make it easier to verify for most people (I assume most check 3-4 at the start and at the end), if they check at all.
- Upgrade @aragon/ui to 0.31.0. - Move to Viewport (remove uses of BreakPoint). - Use Main. - Moved the app layout structure into a dedicated component, AppLayout. - Moved the main action icon into an icon component.