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

Agent: update help text #1169

Merged
merged 6 commits into from
Jun 25, 2020
Merged

Conversation

ECWireless
Copy link
Contributor

@ECWireless ECWireless commented Jun 16, 2020

Fixes #1162

@sohkai ended up leaving the InstallFrame.js component (and modal) in for now, but will delete if you don't think either are necessary to keep around.

Agent Help Text

ECWireless and others added 2 commits May 17, 2020 17:35
Copy link
Contributor

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

Hey, thanks a lot for doing this! A comment:

apps/agent/app/src/components/AgentHelp.js Outdated Show resolved Hide resolved
@sohkai
Copy link
Contributor

sohkai commented Jun 17, 2020

Ended up leaving the InstallFrame.js component (and modal) in for now

Let's remove them with this change as well :)

Copy link
Contributor

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

Another comment before we can get this in!

Comment on lines 26 to 27
width: 46px;
height: 46px;
Copy link
Contributor

Choose a reason for hiding this comment

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

As a rule we avoid setting sizes with numbers, and always use the GU import with corresponds to 8 pixels, like this: width: ${6 * GU}px. This way we're more consistent. Let's GUify this!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I see. Done!

Copy link
Contributor

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

This should be good to go now! 🔥

Copy link
Contributor

@sohkai sohkai left a comment

Choose a reason for hiding this comment

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

LGTM!

@sohkai sohkai merged commit b9a4de1 into aragon:master Jun 25, 2020
@ECWireless ECWireless deleted the agent-help-text-frame branch June 25, 2020 16:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent: update help text suggesting Frame
3 participants