mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 08:35:08 +01:00
update readme
This commit is contained in:
parent
a3d7f3ff24
commit
0d5cf9a567
15
README.md
15
README.md
@ -37,19 +37,28 @@ Check out [this project's issues](https://github.com/JamesHawkinss/movie-web/iss
|
||||
- [x] Better search suffix view
|
||||
- [x] Add back link of results view
|
||||
- [x] Add results list end
|
||||
- [x] Store watched percentage
|
||||
- [ ] Add Brand tag top left
|
||||
- [ ] Add github and discord top right
|
||||
- [ ] Link Github and Discord in error boundary
|
||||
- [x] Store watched percentage
|
||||
- [ ] Implement movie + series view
|
||||
- [ ] Global state for media objects
|
||||
- [ ] Styling for pages
|
||||
- [ ] Series episodes+seasons
|
||||
- [ ] Bookmarking
|
||||
- [ ] Resume from where you left of
|
||||
- [ ] Less spaghett video player view
|
||||
- [ ] Homepage continue watching + bookmarks
|
||||
- [x] Add provider stream method
|
||||
- [x] Better looking error boundary
|
||||
- [x] sort search results so they aren't sorted by provider
|
||||
- [ ] Get rid of react warnings
|
||||
- [ ] Subtitles
|
||||
- [ ] Migrate old video progress
|
||||
- [ ] Get rid of react warnings
|
||||
- [ ] Implement more scrapers
|
||||
|
||||
## Todo's overall
|
||||
## Todo's after rewrite
|
||||
|
||||
- [ ] Less spaghetti versioned storage (typesafe and works functionally)
|
||||
- [ ] better mobile search type selector
|
||||
- [ ] Custom video player
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { MWMediaStream, MWPortableMedia } from "providers";
|
||||
import { MWMediaStream } from "providers";
|
||||
import { useRef } from "react";
|
||||
|
||||
export interface VideoPlayerProps {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { MWMedia, MWPortableMedia } from "providers";
|
||||
import { MWPortableMedia } from "providers";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useParams } from "react-router";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user