-
Notifications
You must be signed in to change notification settings - Fork 116
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: move AppNameWarning to DiffViewer #130
Conversation
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 feel this is alright. Let's wait for @lucasbento too.
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.
This looks really good, thanks for the contribution!
A few points that I would like to change:
- There needs to be a space between
Useful content
section and the app name info alert to keep consistency; - I strongly recommend to use the Markdown component to show the stuff between ``, it easier to look at;
- How about changing the message to
Keep in mind that
RnDiffAppand
rndiffappare placeholders and, when upgrading, you should replace them with your actual project's name.
?
@pvinis @lucasbento I've made the changes as suggested. |
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.
Looks awesome, thank you!
Summary
This PR is part of #113
UsefulContent
Section of DiffViewer (will only be displayed once diff is rendered)UsefulContent
widthwarning
toinfo
NOTE:
semver
7.x threw an error when I was working on this locally, so I had to changesemver
back to6.3.0
I'll add the comment about being able to change the AppName once #111 is merged :)
Test Plan
What are the steps to reproduce?
Checklist