forked from iamharshika/Concise-Moviepedia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDo.txt
49 lines (44 loc) · 809 Bytes
/
ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
1. Authentication
2. episode details
3. toggle dark mode
4. try it on the image add a small tag to the item to differentiate b/w movie and tv show
5. language is undefined on the details page
6. More features
- trending - carousel on home page for trending
Configurations -
"backdrop_sizes": [
"w300",
"w780",
"w1280",
"original"
],
"logo_sizes": [
"w45",
"w92",
"w154",
"w185",
"w300",
"w500",
"original"
],
"poster_sizes": [
"w92",
"w154",
"w185",
"w342",
"w500",
"w780",
"original"
],
"profile_sizes": [
"w45",
"w185",
"h632",
"original"
],
"still_sizes": [
"w92",
"w185",
"w300",
"original"
]