cms
cms copied to clipboard
### PR Fixes: For this This video player is made under VideoJS file but it doesn't worth it so here the approach that I hidden the skip 15 forward &...
### PR Fixes: - #373 Resolves #373 - Added zod schema - added shadcn form - added loader for better ux - fixed validation issues in the form - clean...
### PR Fixes: - 1 #370 Resolves #370 - Just changed the searchbar from `md` to `lg` ### Checklist before requesting a review - [x] I have performed a self-review...
Bug: The signin form has few issues with it mentioned below : 1. No proper validation was setup instead just `error signin` is shown 2. no loader or a proper...
updated docker-compose.yml file and adding instruction in README void db container permission issue ### PR Fixes: - 1 updated docker-compose.yml file to use docker volume created named postgres-data - 2...
bug: windows 11 - docker compose up - db container permissions issue failing to run the container.
**Describe the bug** Running `docker compose up` command throw error for permission for /var/lib/postgresql/data. **To Reproduce** Steps to reproduce the behavior: 1. clone the repo 2. run the command `docker...
**Describe the bug** The navbar is not responsive between 786px to 1122px viewport width. **To Reproduce** Steps to reproduce the behavior: 1. Resize the browser window to a width between...
### PR Fixes: - 1 fixed the Watch history skeletons are bigger than needed - 2 fixed the issue #306 Resolves ##306 ### Checklist before requesting a review - [x]...
In the `VideoMetadata` table, we have a duration field that isnt yet populated Given a json that looks like this ``` [{ id: 3, duration: 905 }, { id: 4,...
Tracks the current video index using the currentVideoIndex state variable. Accepts a list of videos as input (videoList) and uses currentVideoIndex to determine the current video. When a video ends,...