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

[PLAY-277] Home ID in HomeAddressStreet should open in a new tab #2023

Merged
merged 11 commits into from
Sep 7, 2022

Conversation

Israel-Molestina
Copy link
Contributor

Screens

Screen Shot 2022-08-23 at 5 15 50 PM

Screen Shot 2022-08-23 at 5 15 57 PM

Screen Shot 2022-08-23 at 5 16 05 PM

Screen Shot 2022-08-23 at 5 16 12 PM

Breaking Changes

NO

Runway Ticket URL

Runway Ticket URL

How to test this

cd playbook && ./test.sh

Checklist:

  • LABELS Add a label: enhancement, bug, improvement, new kit, deprecated, or breaking. See Changelog & Labels for details.
  • DEPLOY Please add the Milano label when you are ready for a review.
  • SCREENSHOT Please add a screen shot or two.
  • SPECS Please cover your changes with specs.
  • READ DOCS Please make sure you have read and understand the Playbook Release Process

…ts and created doc examples for each. Added new_window prop to the ruby hashtag component and created a new doc example for it
… doc examples for both rails and react for hashtag and homeaddresskit components
…and 32. link_option was the correct method to test for
@Israel-Molestina Israel-Molestina added enhancement New Features, Props, & Variants (USED IN CHANGELOG) milano 20 MAX - Deploy this PR to a review environment via Milano labels Aug 23, 2022
@Israel-Molestina Israel-Molestina self-assigned this Aug 24, 2022
@app-milano app-milano bot temporarily deployed to pr2023 August 26, 2022 18:33 Inactive
@Israel-Molestina Israel-Molestina marked this pull request as ready for review September 6, 2022 14:29
@Israel-Molestina Israel-Molestina requested a review from a team as a code owner September 6, 2022 14:29
@@ -49,7 +51,10 @@ const Hashtag = (props: HashtagProps) => {
className={classes}
id={id}
>
<a href={url}>
<a href={url}
rel="noreferrer"
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this is an open source project, this really shouldn't be hard-coded here. You can add it as an optional prop then default the value, but we shouldn't dictate this part to everyone.

state: "PA",
zipcode: "19382",
territory: "PHL",
}) %>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
}) %>
}) %>

@app-milano app-milano bot temporarily deployed to pr2023 September 6, 2022 17:18 Inactive
@@ -0,0 +1 @@
Use the newWindow/new_window prop to control whether the link opens on the same page or a new tab (same page is the default behavior)
Copy link
Contributor

@thestephenmarshall thestephenmarshall Sep 6, 2022

Choose a reason for hiding this comment

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

Suggested change
Use the newWindow/new_window prop to control whether the link opens on the same page or a new tab (same page is the default behavior)
Use the `newWindow` / `new_window` prop to control whether the link opens on the same page or a new tab (same page is the default behavior).

Copy link
Contributor

@thestephenmarshall thestephenmarshall left a comment

Choose a reason for hiding this comment

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

One more suggestion.

@Israel-Molestina Israel-Molestina added milano 20 MAX - Deploy this PR to a review environment via Milano and removed milano 20 MAX - Deploy this PR to a review environment via Milano labels Sep 7, 2022
@Israel-Molestina Israel-Molestina merged commit c6adf5f into master Sep 7, 2022
@Israel-Molestina Israel-Molestina deleted the Play-277-HomeAddressStreet branch September 7, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New Features, Props, & Variants (USED IN CHANGELOG) milano 20 MAX - Deploy this PR to a review environment via Milano
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants