-
Notifications
You must be signed in to change notification settings - Fork 7
feat: add journey timeline section #56
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pyconfhyd2026 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| return ( | ||
| <> | ||
| <Hero /> | ||
| {isJourneyEnabled && <Journey />} |
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.
There are already multiple sections in home page. Could you?
- Create an About page and add following:
- About PyConf
- Events Over the Years
- Epic Frames
| import { useEffect, useRef, useState } from 'react'; | ||
| import { Heading, Paragraph, Span } from '@/components/Typography'; | ||
|
|
||
| const journeyData = [ |
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.
Move this to data repository?
Can we use pastEditions data and add additional attributes required for this to reduce dupes.
| <section | ||
| ref={sectionRef} | ||
| id="journey" | ||
| className="scroll-mt-20 py-16 bg-sky-100 dark:bg-gray-800 overflow-hidden" |
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.
The background of the component is not consistent with website for both Dark and Light mode
RajatRajdeep
left a comment
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.
|
PR checks in description are not marked as complete. Kindly check and mark them as complete. |

Summary:
Issue Link:
PR Checks:
make pre-pushcommand).make pre-pushcommand).