-
Notifications
You must be signed in to change notification settings - Fork 2
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 stock_transfers
type in ResourceListItem
component
#423
Conversation
✅ Deploy Preview for commercelayer-app-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
stock_transfers
type in ResourceListItems
componentstock_transfers
type in ResourceListItem
component
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.
shall we keep those file names snakeCase or 1:1 as the resource name?
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.
I would use the camelCase notation: stockTransfers.tsx
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.
Sure! I just renamed both the dictionary and transformer file! :)
What I did
I added
stock_transfers
related dictionary file and enabledResourceListItem
to render resources of kindstock_transfers
.I also updated the rendering of resources of kind
returns
to match updated design.Checklist