-
Notifications
You must be signed in to change notification settings - Fork 373
Update HorizontalForm.res with demo text #734
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
Changes from 4 commits
40da736
7dcb979
27feb42
3afab4d
9db5381
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,6 +8,7 @@ let make = (~author, ~handleAuthorChange, ~text, ~handleTextChange, ~handleSubmi | |||||
| <div className="flex flex-col gap-0 items-center lg:gap-4 lg:flex-row"> | ||||||
| <label htmlFor="comment_author" className="w-full lg:w-2/12 lg:text-end shrink-0"> | ||||||
| {"Name"->React.string} | ||||||
| {"XXXXXXXX"->React.string} | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line looks like accidental placeholder/debug text.
Suggested change
This line should be removed before merging. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The new Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line renders the label as "NameXXXXXXXX" in the UI. It looks like debug/demo text that was left in accidentally — the PR title even calls it "demo text." This must be removed before merging.
Suggested change
|
||||||
| </label> | ||||||
| <input | ||||||
| type_="text" | ||||||
|
|
||||||
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.
Using a mutable major-version tag (
@v6) means the tag can be silently re-pointed to different code at any time, which is a supply chain risk. Per GitHub's security hardening guide, pin to the full commit SHA instead:The same applies to every
actions/checkout@v6andactions/github-script@v8reference across all 6 workflow files changed in this PR.