cms
cms copied to clipboard
**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...
**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...
**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...
**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...
### 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...