cms icon indicating copy to clipboard operation
cms copied to clipboard

Results 624 cms issues
Sort by recently updated
recently updated
newest added

### 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...

bug

**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**...

bug

**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....

enhancement

### 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....

![Image](https://github.com/user-attachments/assets/091d0a16-3e62-48ad-9e8d-ab912598b266) logged out and logged in, still the same issue! can someone tell how can I see those videos?

bug

**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...

bug

**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...

enhancement

### 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...