daily-code
daily-code copied to clipboard
### **Description:** This PR addresses the issue where tracks were not maintaining the correct order when categories or sort options were changed on the Landing page. ### **Solution:** - Introduced...
### **Description:** On the Landing page, course tracks are displayed with options to filter by category and sort by various parameters. However, there are several issues with how the tracks...
### PR Fixes: - Added a black outline to the toggle switch. - Ensured that the toggle switch is more recognizable for new users. Resolves #665 ### Checklist before requesting...
**Describe the bug** Toggle switch is not recognized for new users **To Reproduce** Steps to reproduce the behavior: Make the border dark for the toggle and add z Index **Expected...
### PR Fixes: - Implemented user progress tracking for learning chapters. - Added a feature to allow users to resume or view completed chapters within a track. Resolves #[Issue Number...
### Description: This PR addresses the issue where the "Prev" and "Next" buttons in the TrackTools component remain clickable even when disabled, resulting in unnecessary re-renders. This was happening because...
### PR Fixes: - 1 Previous button that shows on the first page - 2 Next button that shows on last page Resolves #651 ### Checklist before requesting a review...
**Describe the bug** The pagination at the end of scrolling all the tracks do not mean any sense, also the pagination buttons do not work. **To Reproduce** Steps to reproduce...
### PR Fixes: - fixed the possible log errors - fixed the filter button - Configured next.config to allow domains used in Image tag in dev mode Resolves #587 ,...