diff --git a/frontend/.env b/frontend/.env index aaf30e6..94432cc 100644 --- a/frontend/.env +++ b/frontend/.env @@ -3,6 +3,6 @@ HTTPS=true SSL_CRT_FILE=/etc/letsencrypt/live/fergl.ie/cert.pem SSL_KEY_FILE=/etc/letsencrypt/live/fergl.ie/privkey.pem -_REACT_APP_API_URL=https://dev-streams.fergl.ie:8000 -REACT_APP_API_URL=https://api.streams.fergl.ie +REACT_APP_API_URL=https://dev-streams.fergl.ie:8000 +__REACT_APP_API_URL=https://api.streams.fergl.ie REACT_APP_SERVER_URL=http://localhost:9531 \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore index 1efb8ec..3ea2076 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -23,3 +23,4 @@ yarn-debug.log* yarn-error.log* env.production .env.production +.vscode/ \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index 8e7f8b6..1ab411b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,11 +6,13 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.2.1", + "@windmill/react-ui": "^0.6.0", "autoprefixer": "^10.4.4", "hls.js": "^1.1.5", "postcss": "^8.4.12", "react": "^17.0.2", "react-dom": "^17.0.2", + "react-icons": "^4.3.1", "react-router-dom": "6", "react-scripts": "5.0.0", "tailwindcss": "^3.0.23", diff --git a/frontend/public/index.html b/frontend/public/index.html index 1cf7b47..08121a0 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -21,6 +21,23 @@
+ + + + +