-
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
Release v4.0.0 #55
Release v4.0.0 #55
Conversation
- Add Learn Page (placeholder) - Add Docs Page (placeholder) - Add Menu to Nav - Improve on-load homepage display
- Modify Learn - Modify Docs - Add Get Started - Cleanup references ahead of more changes
- Need to convert Components to JSX and remove folders/scss
- Add VSCode workspace setting file - Update package.json Close #44
- Add Learn Page (placeholder) - Add Docs Page (placeholder) - Add Menu to Nav - Improve on-load homepage display
- Modify Learn - Modify Docs - Add Get Started - Cleanup references ahead of more changes
- Need to convert Components to JSX and remove folders/scss
- All pages load, shows concept of new Navbar and other components
- Re-add news section - Check if feed is null before displaying something - Add feed fetch in SSR in index.js
# Conflicts: # components/docs/docs.js # components/home/home.js # components/home/news/index.js # pages/docs.js # pages/index.js # styles/docs.scss
into develop * 'develop' of https://github.com/CameraKit/camerakit-website: Add AlphaApps to Company Slider Remove unused import in social-meta Add Pega to Companies Slider
@dwillmc @timone @adrianmateoaea24 @emersoncloud please review and then I will merge for deployment into production. |
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.
@adrianmateoaea24 improved the mobile display which your comment made me take a look at, but gonna leave that edge case untouched. Please re-review and if nothing else, give it the ole approval! |
…tact The <Link> element for accesing Docs results in a page that is blank. I added the check to see if the page is trying to be rendered on the client and refresh the page if it is.
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.
Looks good!
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.
gr8
Close #58
Close #57