Abdul Haadi Momin

Results 10 issues of Abdul Haadi Momin

### PR Fixes: - 1 Added margin between "Slides" and "View all chapters" button - 2 Removed unnecessary and added margins for better spacing ![image](https://github.com/code100x/cms/assets/115286446/7f661351-bdf4-4f8d-8bdb-0ca68c8ca7c4) Resolves #418 ### Checklist before...

**Is your feature request related to a problem? Please describe.** There are a lot of scrollbars visible when watching a video. The default scrollbars are very basic, wide, and square-shaped,...

enhancement

### PR Fixes: - Adds a dropdown just below the category filter bar/dropdown. - Sorting is based on _alphabetically ascending & descending, newest first, oldest first orders._ - Improves navigation....

### PR Fixes: - 1 Renders Download btn only when the users are logged-in - 2 Removes unnecessary logs from the CodeBlock component Resolves #382 ### Screenshots: **Hiding Download button...

**Describe the bug** We should render the download button only if the user is logged in **To Reproduce** Steps to reproduce the behavior: 1. Just go to any track 2....

bug

### PR Fixes: - 1 This PR adds validations for request inputs on the backend API routes wherever it was needed. - 2 Also fixes some wrong status codes in...

**Describe the bug** Questions listed in QnA section are not getting sorted despite the selected sorting option **To Reproduce** Steps to reproduce the behavior: 1. Got to "/questions" 2. Try...

bug

### PR Fixes: - 1 Fixed the sorting problem in QnA section - 2 Fixed the breaking tags on questions - 3 Also resolved some linting issues and some minor...

**Describe the bug** The Tags on a questions are breaking which looks weird **To Reproduce** Steps to reproduce the behavior: 1. Go to "/question" on mobile device 2. See error...

bug

### PR Fixes: - 1 Fixes the UI bonk, the overflow of the questions caused by height. - 2 Raising a PR cuz I think my fix is better, if...