cms
cms copied to clipboard
## Current Behavior: The default scrollbar, as shown in the first image, is currently used in the application. This default scrollbar does not align with the desired aesthetics and user...
Timestamps is redirecting user to the main page. video: [Screencast from 2024-05-17 21-57-26.webm](https://github.com/code100x/cms/assets/126372969/6d8b29a4-b160-4030-971b-e34cd81e469b) **Expected behavior** Timestamps should redirct to the specific part of video
### 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...
When i click on Mark as Completed it not marking my video completion.. error in network tab: error: "[\n {\n \"code\": \"invalid_type\",\n \"expected\": \"object\",\n \"received\": \"promise\",\n \"path\": [],\n \"message\": \"Expected...
**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...
**Describe the bug** Videos till week-12 are bookmarked by default, and errors out if bookmark being removed **To Reproduce** Steps to reproduce the behavior: 1. Uncheck bookmarks, which are previously...
This PR is raised in reponse to the **issue #654** Here is what all has changed 1) In the backend route handler for the _/markAsCompleted_ route we were parsing incorrect...
The title of the cms have a long line , which looks ugly , instead we can update it to something concise like `100xDev` **Screenshots or GIFs** 
### PR Fixes: Created a small feature like youtube player "using number button user can increment or decrement to seek video like if User press 1 video will seek to...
**Describe the bug** when setting up cms repo locally both the ```docker-compose up``` and ```npm install``` commands fails as it gives the syntax error in package.json **To Reproduce** Steps to...