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

feat(er-next): transfer colors & core styles + implement Navigation #1430

Merged
merged 14 commits into from Mar 7, 2024

Conversation

DrShpongle
Copy link
Contributor

@DrShpongle DrShpongle commented Mar 7, 2024

This PR includes:

  • transfer core styles&colors&fonts from Gatsby implementation
  • implement Navigation component
  • /login page gets adjusted
  • miscellaneous tweaks to layouts to be consistent to original implementation

to be continued...

Learn page with Navigation
Login page

Continue To Be Continued GIF by Abitan

Copy link

vercel bot commented Mar 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
badass-turbo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
colt-steele ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
devrel-fyi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
epic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
pro-aws ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
pro-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
skill-stack-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
testing-javascript ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm
total-typescript-turbo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2024 9:03pm

Copy link

vercel bot commented Mar 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
badass-turbo ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
colt-steele ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
devrel-fyi ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
epic-web ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
pro-aws ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
pro-nextjs ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
skill-stack-docs ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
testing-javascript ✅ Ready (Inspect) Visit Preview Mar 7, 2024 8:07pm
total-typescript-turbo 🔄 Building (Inspect) Visit Preview Mar 7, 2024 8:07pm

className?: string
}

const sellingLive = true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

At the moment I'm not sure how we handle selling so hardcoded this for now


const sellingLive = true

const isTeamPurchaser = (user: any) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here I define if user has only Team purchase

}),
)}
>
{/* TODO: <Feedback /> component */}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Feedback component is not implemented yet - have to investigate how it connect to the API

<Logo isMobile={isMobile} />
</Link>

{/* TODO: reference: epic-react-gatsby-main/src/layouts/video-resource-page-layout.js */}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Progress subcomponent in navigation for the large viewports is not implemented yet

TooltipTrigger,
} from '@skillrecordings/ui'

const Feedback: React.FC<{children: React.ReactNode}> = ({children}) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This component is on WIP stage at the moment

DialogTitle,
DialogTrigger,
DialogPortal,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Export more primitives for the Dialog component

@kodiakhq kodiakhq bot merged commit 0f99df3 into main Mar 7, 2024
6 of 13 checks passed
@kodiakhq kodiakhq bot deleted the en/er-next-miscellaneous-stuff branch March 7, 2024 20:58
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.

None yet

2 participants