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

Add hostname to calendar event (maintenance window) bodies #20235

Merged
merged 6 commits into from
Jul 8, 2024

Conversation

jacobshandling
Copy link
Contributor

Addresses #19281

Screenshot 2024-07-05 at 10 47 25 AM
  • Changes file added for user-visible changes in changes/,
  • Added/updated tests
  • Manual QA for all new/changed functionality

@getvictor
Copy link
Member

@lucasmrod I'd like to merge #20156 before this one

@@ -63,7 +63,8 @@ const CalendarEventPreviewModal = ({
</div>
<div className={`${baseClass}__preview-info__text`}>
{orgName} reserved this time to make some changes to your work
computer.
computer (
{showGenericPreview ? "ANNAS-DELL" : "Anna's MacBook Pro"}).
Copy link
Member

Choose a reason for hiding this comment

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

What's this change about?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

slightly different copy in the Figma for these two cases. Worth checking, @rachaelshaw was that intended?

Copy link
Member

Choose a reason for hiding this comment

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

@jacobshandling I think we should actually keep it as "Anna's MacBook Pro" for everything. I had changed it in Figma to see how it would look with less pretty display names, but we should keep the more readable one for the preview! Sorry about that, I'll update the Figma.

@lucasmrod thanks for catching this!

Copy link
Member

@lucasmrod lucasmrod left a comment

Choose a reason for hiding this comment

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

Left a few questions!

@jacobshandling jacobshandling changed the title Add hostname to calendar event (maintenance window) descriptions Add hostname to calendar event (maintenance window) bodies Jul 8, 2024
@jacobshandling jacobshandling force-pushed the 19281-add-hostname-to-maintenance-windows branch from 7c46a7f to b77693e Compare July 8, 2024 19:44
@jacobshandling jacobshandling requested a review from a team as a code owner July 8, 2024 19:44
Copy link
Member

@RachelElysia RachelElysia left a comment

Choose a reason for hiding this comment

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

lgtm!

@jacobshandling jacobshandling merged commit 20e1e4e into main Jul 8, 2024
21 checks passed
@jacobshandling jacobshandling deleted the 19281-add-hostname-to-maintenance-windows branch July 8, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants