-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-pebble-068ecb003-176.westeurope.azurestaticapps.net |
src/components/ProjectAuditTable.tsx
Outdated
@@ -24,6 +24,7 @@ interface Props { | |||
searchField: string; | |||
searchValue: string; | |||
setAudit: (audit: AuditAction[]) => void; | |||
setProductsNavbarImageData: (imageName: ImageData) => void; |
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.
Make this prop optional and set a default or change the PR's title to "feat!: Added..." to make it a breaking change?
src/components/ProjectAuditTable.tsx
Outdated
@@ -24,6 +24,7 @@ interface Props { | |||
searchField: string; | |||
searchValue: string; | |||
setAudit: (audit: AuditAction[]) => void; | |||
setProductsNavbarImageData: (imageName: ImageData) => void; |
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.
and perhaps rename imageName
as imageData
?
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-pebble-068ecb003-176.westeurope.azurestaticapps.net |
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!