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

Brenosalv/feature/redesign-product-page #370

Merged
merged 49 commits into from
Jul 8, 2024

Conversation

Brenosalv
Copy link
Collaborator

#296

Changes

  • Add all new section of the redesigned product page.

@Brenosalv Brenosalv added the enhancement New feature or request label Jun 25, 2024
@Brenosalv Brenosalv self-assigned this Jun 25, 2024
@Brenosalv Brenosalv linked an issue Jun 25, 2024 that may be closed by this pull request
1 task
@Brenosalv Brenosalv changed the title Brenosalv/feature/redesign product page Brenosalv/feature/redesign-product-page Jun 25, 2024
Comment on lines 108 to 113
<StaticImage
placeholder="none"
alt="Oracle logo"
src="../../../../images/logos/oracle.png"
layout="constrained"
/>
Copy link
Member

Choose a reason for hiding this comment

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

This is okay for now and needs no changes... we should think of a way to store data for things like this so that all the images, alt, and titles are always in sync. As this is a lot of code that could easily get messed up with a copy/paste.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes but since the StaticImage component only accept constant values from the same file for the props like src and alt, we can't import the data from elsewhere if it's what you mean.

Copy link
Member

Choose a reason for hiding this comment

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

What is driving saving off these logos? These are already available from the connectors table... however I guess getting those URLs could be tough right now. I think we're okay right now but should look into using the standard ones... then we get the caching benefit.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Because the logos for the connectors on the integrations page differ from those in the product page section two diagram. Later we could either replace them with the ones from the integrations page or update the logos on the integrations page to ensure consistency.

Copy link
Member

Choose a reason for hiding this comment

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

That's good to know... yeah those should be the same for sure. I'll open an issue for us to look into it eventually.

@@ -60,6 +60,8 @@ const SectionOne = () => {
}
`);

const metricIconColor = '#FFFFFF';
Copy link
Member

Choose a reason for hiding this comment

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

Sorry to be a pain... tiny change but can you declare this outside of the function.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure, makes sense.

@travjenkins
Copy link
Member

Description

Lighthouse calls out that images have redundant alt text. I think this is due to them being linked with h3s that contain the same text. We should add some quick details like icon at the end for now and then we can look at coming up with better descriptions of the icons.

image

image

Copy link
Member

@travjenkins travjenkins left a comment

Choose a reason for hiding this comment

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

new changes lgtm

@travjenkins travjenkins merged commit c1a0bd5 into master Jul 8, 2024
14 checks passed
@travjenkins travjenkins deleted the Brenosalv/feature/redesign-product-page branch July 8, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redesign : Product Page
2 participants