-
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
Auth0_V1 #1
Conversation
created: AuthPage.js w/ initial sign in component
…s and styling structure
…e app subTitle on the index.js page
weird issue around gatsby-source-contentful needing an img saved in media in order to work gatsbyjs/gatsby#15397
<HomePage /> is now dynamically rendering the <StudySetOption /> cards for each studySet recieved from the GraphQL query
component now accepts type prop component is dyncamically rendering JSX for appropraite type deleated individual component implementations of the SidebarLayout
styled updated to be rendering a stack of cards
broke Views our of Pages
look into implementation of auth0 & gatsby without a typical react src/index.js
…js) inside of <GATSBY_INDEX /> (src > pages > index.js)
started from a simple auth0-gatsby starter (https://github.com/auth0-blog/gatsby-auth0) project & adapted what I had previously done to integrate the contentful CMS into gatsby
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.
update all styling to scss from your current module.css setup
|
||
// -- // | ||
require('dotenv').config() | ||
console.log(process.env) |
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.
do a project search for console.log()'s next time
module: { | ||
rules: [ | ||
{ | ||
test: /auth0-js/, |
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.
ask about auth0-js vs auth-spa-js
// console.log(type) | ||
return( | ||
<div className={SidebarLayout_STYLES.index}> | ||
{/* V1 */} |
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.
clean up
No description provided.