-
Notifications
You must be signed in to change notification settings - Fork 190
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
Coding: Develop a timeline for programs page (#73) #150
Conversation
this looks great we just need to tweak the code a bit |
Hey @annabauza I have made the necessary changes in the code ,could you please review it once |
@Bucky25 can you review this one? |
src/Components/Programs/styles.js
Outdated
}) | ||
export const Months = styled(View,{ | ||
marginBottom:'15px', |
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.
please make it power of 2
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.
Okay
src/Components/Programs/styles.js
Outdated
marginBottom:'10px', |
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.
please make it power of 2
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 please add a link to your deployed gh pages
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.
gh-pages link: https://iamkryptonite.github.io/anitab-org.github.io/
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.
Generally very good code. I have left you mostly notes related to css. Thanks.
Hi,I have made the changes. Please review once. @tichnas |
@iamkryptonite I think you're still using jQuery and pixels which don't go well with React Native. Can you please change them also? |
Hi @tichnas, I have removed jquery and used useRef instead. And I have also changed all the places where pixels were used. |
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.
💯 This is great thank you!
@iamkryptonite please call yarn in command line and commit yarn.lock because travis is failing. |
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.
Please commit the changes to yarn.lock
(and don't delete the file)
Also, remove your homepage link from package.json
and can you please tell what's @babel/plugin-transform-react-jsx
used for?
Thanks
Hey, I have made the requested changes and also removed the babel package as it was not required. |
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.
please resolve conflict and merge with existing events tab. Thanks!
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.
Generally OK for first iteration just a quick question does homepage change would not break github static pages?
package.json
Outdated
@@ -1,11 +1,13 @@ | |||
{ | |||
"homepage": "./", | |||
"homepage": "/", |
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.
Why this change?
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 am not really sure, I think this was a mistake so have changed it.
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.
Great Work @iamkryptonite !! Could you please squash your commits
@Vishal-raj-1 we are squashing comments on merge, no need to do that. |
…nitab-org#150)" This reverts commit a26b10c.
Hey @annabauza there is one small change that I need to make in my code. |
Rise the issue and ask to be assigned |
Hey @annabauza I have raised the issue. Could you pls approve it and add relevant labels. |
Description
Developed a timeline for the events page.
Fixes #73
Type of Change:
Delete irrelevant options.
Code/Quality Assurance Only
How Has This Been Tested?
Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.

gh-pages Link: https://iamkryptonite.github.io/anitab-org.github.io/
Checklist:
Delete irrelevant options.
Code/Quality Assurance Only