cms
cms copied to clipboard
### PR Fixes: - 1 Added Scroll restoration to contents The course content page scrolls to the top on navigation(backward/forward). Scrolling through the same weeks of content again and again...
### PR Fixes: - Fixed unresponsive "Go Back Home" button on 404 page in production environments - Resolved hydration mismatch issues caused by complex Button + asChild component chain -...
### **Environment** - **OS**: Linux (Docker container) - **Node.js Version**: 18.x - **Container Base**: `node:18-bullseye-slim` - **Package Manager**: pnpm - **bcrypt Version**: 5.1.1 (problematic), 6.0.0 (working) ### **Problem Description** When...
**Describe the bug** Within the video, after clicking the timestamp the video doesn't move forward/backward and is unresponsive. It just refreshes and plays from the current timestamp only. **Expected behavior**...
**Is your feature request related to a problem? Please describe.** When browsing the course content on the website, each module (e.g., Week 10, Week 13, etc.) opens as a folder....
### PR Fixes: - The bottom border of the sidebar toggle button was misaligned with the top navbar's horizontal border. - Made changes to the padding, thus fixing the alignment....
 logged out and logged in, still the same issue! can someone tell how can I see those videos?
**Describe the bug** The video player that is working from week 13 for web dev cohort 3.0 has multiple issues that severely affect usability and viewing experience. It introduces several...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
### Changes - Replaced `` client component with the built-in redirect() function from next/navigation in src/app/(main)/(pages)/layout.tsx and src/app/(main)/(pages)/home/page.tsx - Deleted the `Redirect.tsx` file in src/components as it is no longer...