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

feat!: Added imageData to productsNavbar #176

Merged
merged 2 commits into from
Apr 13, 2022

Conversation

Kinukeo
Copy link
Contributor

@Kinukeo Kinukeo commented Apr 1, 2022

Description

Added imageName and imageUid to annotation session in order to allow dominate to request this information and display them in the productsNavbar

Don't forget to reference all other pull requests which are associated to this one below: e.g.

relates gliff-ai/dominate#306

Checklist:

Put an x in the boxes that apply to this pull request (you can also fill these out after opening the pull request). If you're unsure about any of these, don't hesitate to leave a comment on this pull request!

  • I have read the gliff.ai Contribution Guide.
  • I have requested to pull a branch and not from main.
  • I have checked all commit message styles match the requested structure.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have assigned 3 or less reviewers.
  • New and existing unit tests pass locally with my changes.
  • My changes generate no new warnings.

@Kinukeo Kinukeo added the enhancement [Improvement] Enhancement request. label Apr 1, 2022
@Kinukeo Kinukeo requested review from a team, ChasNelson1990 and SilviaZeta and removed request for a team April 1, 2022 13:04
@github-actions
Copy link

github-actions bot commented Apr 1, 2022

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-pebble-068ecb003-176.westeurope.azurestaticapps.net

@@ -24,6 +24,7 @@ interface Props {
searchField: string;
searchValue: string;
setAudit: (audit: AuditAction[]) => void;
setProductsNavbarImageData: (imageName: ImageData) => void;
Copy link
Contributor

Choose a reason for hiding this comment

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

Make this prop optional and set a default or change the PR's title to "feat!: Added..." to make it a breaking change?

@SilviaZeta SilviaZeta self-requested a review April 4, 2022 09:45
@@ -24,6 +24,7 @@ interface Props {
searchField: string;
searchValue: string;
setAudit: (audit: AuditAction[]) => void;
setProductsNavbarImageData: (imageName: ImageData) => void;
Copy link
Contributor

Choose a reason for hiding this comment

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

and perhaps rename imageName as imageData?

@Kinukeo Kinukeo changed the title feat: Added imageData to productsNavbar feat!: Added imageData to productsNavbar Apr 11, 2022
@gliff-ai-robot gliff-ai-robot removed the enhancement [Improvement] Enhancement request. label Apr 11, 2022
@Kinukeo Kinukeo requested a review from SilviaZeta April 11, 2022 10:22
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-pebble-068ecb003-176.westeurope.azurestaticapps.net

@Kinukeo Kinukeo merged commit fca082c into main Apr 13, 2022
@Kinukeo Kinukeo deleted the callback-for-productsnavbar-image-name branch April 13, 2022 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants