Closed CarolinaCobo closed 4 weeks ago
@CarolinaCobo is attempting to deploy a commit to the Codú Team on Vercel.
A member of the Team first needs to authorize it.
This pull request introduces several new files and components to enhance a video course feature within the application. The _client.tsx
file adds a Content
component that displays video content and a sidebar, while page.tsx
creates a page for video courses that retrieves user session data. Additionally, mock.ts
provides mock data for testing, and flags.ts
adds a new feature flag COURSE_VIDEO
to control the visibility of video-related features.
File Path | Change Summary |
---|---|
app/(app)/courses/[slug]/[id]/_client.tsx | - Added components: Content , VideoPlayer , Sidebar , SidebarItem , ContentList .- Added interfaces: ContentProps , SidebarProps , SidebarItemProps , ContentListProps .- Default export: Content . |
app/(app)/courses/[slug]/[id]/page.tsx | - Added variable: metadata .- Added function: Page . |
app/(app)/courses/mock.ts | - Added constants: mockVideoSrc , mockContentList .- Exported: mockVideoSrc , mockContentList . |
utils/flags.ts | - Added constant: COURSE_VIDEO to FEATURE_FLAGS . |
_client.tsx
where the Content
component is introduced, indicating a direct connection in terms of changes made to the component structure and functionality._client.tsx
file, where the Content
component is defined, suggesting a relationship through shared file modifications and potential styling considerations.In the land of code where rabbits play,
A new course content hops into the fray.
With videos bright and sidebars neat,
Learning is now a joyful treat!
So gather 'round, both near and far,
For knowledge blooms like a shining star! 🌟
✨ Codu Pull Request 💻
Pull Request details
Any Breaking changes