-
Notifications
You must be signed in to change notification settings - Fork 283
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
Escapes Html #7542
Escapes Html #7542
Conversation
04b8331
to
9222183
Compare
@mook-as, sorry misunderstood it. Will fix it |
9222183
to
27034f3
Compare
@mook-as can you re-review, fixed it |
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.
Since this is a UI PR, please attach a screenshot of the result.
Signed-off-by: Vikalp Rusia <vikalprusia@gmail.com>
27034f3
to
4762641
Compare
edited the description of PR |
@mook-as re-requested your review |
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.
Just trivial stuff that shouldn't block merging for a new contributor 🎉
@mook-as refactored code as per your suggestion can you please re-review |
Signed-off-by: Vikalp Rusia <vikalprusia@gmail.com>
FWIW, I like having commit messages that explain what's going on; for example 63edddf has a commit message longer than the change :) But again that's something that I wouldn't expect of a new contributor (and doesn't always happen with us either). For this one, I would imagine something in the lines of:
There's some advice in the git manual on the format of commit messages; but reading that isn't mandatory or anything. Looks like there are some linting errors; please run |
4a9fd7e
to
2433160
Compare
Changes
Escape the snapshot name in result banner
Why?
Causing unintended interaction with the UI elements.
How
Escape the name of the created snapshot in the banner displayed in the snapshot list to avoid interpreting it as HTML.
Details
Referring to this comment -
#7508 (comment)
Changes
Screenshots