Skip to content
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

Merged
merged 22 commits into from
Dec 10, 2019
Merged

Auth0_V1 #1

merged 22 commits into from
Dec 10, 2019

Conversation

MrT3313
Copy link
Owner

@MrT3313 MrT3313 commented Dec 10, 2019

No description provided.

created: AuthPage.js w/ initial sign in component
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
Copy link
Owner Author

@MrT3313 MrT3313 left a 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)
Copy link
Owner Author

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/,
Copy link
Owner Author

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 */}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up

@MrT3313 MrT3313 merged commit 582c8e0 into master Dec 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant