Skip to content

Commit

Permalink
changing tv screen
Browse files Browse the repository at this point in the history
  • Loading branch information
qridwan committed May 4, 2023
1 parent 0b3f7f1 commit 4c89120
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 267 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Look for REACT_APP_* for client config variables

NODE_ENV=development
# YOUTUBE_API_KEY=AIzaSyDnN7UR7Zsb-wd6nljSXHRrQXwgTGXq3kI
YOUTUBE_API_KEY=AIzaSyBHZsIf0ntfPYGVAS9RpNz3pEGXuDHlbkY
YOUTUBE_API_KEY=AIzaSyDnN7UR7Zsb-wd6nljSXHRrQXwgTGXq3kI
# YOUTUBE_API_KEY=AIzaSyBHZsIf0ntfPYGVAS9RpNz3pEGXuDHlbkY
REACT_APP_FIREBASE_CONFIG={"apiKey":"AIzaSyA2fkXeFokJ-Ei_jnzDso5AmjbIaMdzuEc","authDomain":"watchparty-273604.firebaseapp.com","databaseURL":"https://watchparty-273604.firebaseio.com","projectId":"watchparty-273604","storageBucket":"watchparty-273604.appspot.com","messagingSenderId":"769614672795","appId":"1:769614672795:web:54bbda86288ab1a034273e"}
REACT_APP_BUNNYCDN_ACCESS_KEY='1b797de9-d1dd-4c0b-bd78489acc56-56fa-4484'

Expand Down
48 changes: 48 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^8.0.5",
"react-onclickoutside": "^6.12.2",
"react-player": "^2.12.0",
"react-router-dom": "^5.3.4",
"react-scripts": "5.0.1",
"react-secure-link": "^3.1.2",
Expand Down
5 changes: 5 additions & 0 deletions src/components/App/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ body {
width: 100%;
height: 100%;
}
.react-player {
position: absolute;
top: 0;
left: 0;
}

#playerContainer {
height: 100%;
Expand Down
Loading

0 comments on commit 4c89120

Please sign in to comment.