-
Notifications
You must be signed in to change notification settings - Fork 68
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
[IMPROVE] refactor hard-coded component data into parameters (react component props) #145
base: main
Are you sure you want to change the base?
Conversation
This pull request introduces 1 alert and fixes 1 when merging 21704ff into 6dbe41c - view on LGTM.com new alerts:
fixed alerts:
|
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.
leaving some notes on my initial look. Will take an actual deeper look later. Thanks.
This pull request fixes 1 alert when merging d77d437 into 65fbcd3 - view on LGTM.com fixed alerts:
|
1. added counters,infotiles,discourse json files inside initialData. so when user set INITIALIZE_DATA=true,it will add data into strapi collections. |
Put all Hardcoded content outside of component in app/data folder and improved the responsiveness of Infotiles and carousel component by adding media query.
Reference : #77