cms icon indicating copy to clipboard operation
cms copied to clipboard

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

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Do something 2. See error **Expected behavior** A clear...

bug

**Describe the bug** When scrolling the page, the *CheckCircle2* icon (used to indicate completion) remains visible above the navbar, which contains breadcrumbs. Instead of being hidden behind the navbar, the...

bug

**Describe the bug** Validation errors for both email and password are not displayed correctly when both fields are invalid, making it unclear to the user which field needs attention. **To...

bug

**Describe the bug** A clear and concise description of what the bug is. Useless Filter in Video page **To Reproduce** Steps to reproduce the behavior: 1. Do something 2. See...

bug

**Describe the Bug** On the laptop view, the video display is obstructed by the navbar, as shown in the attached screenshot. It would be helpful if the video box size...

bug

### PR Fixes: - 1 Adjusted the `z-index` of the navbar in courseView.tsx to 20 to ensure it stays above all card components, including the `CheckCircle2` icon. - 2 Fixed...

changed z-index for CheckCircle2 icon to follow the stacking context and remain hidden behind the navbar when scrolling. ### PR Fixes: - 1 updated z-index - 2 CheckCircle2 icon remain...

### PR Fixes: - Added Zod validation for email and password. - Replaced useRef with useState for better state management. - Memoized handleEmailChange with useCallback to prevent unnecessary re-renders. -...

### PR Fixes: - This PR updates the contact form in the application to allow users to report issues. - The email sent now includes the user's name, email, and...

The course dashboard currently displays all available weeks/modules (e.g., Week 0, Week 1, Week 2) as a large grid. The problem is that a user who wants to resume their...

enhancement