Skip to content

Commit

Permalink
Added Network screen
Browse files Browse the repository at this point in the history
  • Loading branch information
orenskl committed Apr 5, 2023
1 parent 0b52535 commit 5e0d5aa
Show file tree
Hide file tree
Showing 8 changed files with 572 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"cSpell.words": [
"alsa",
"asound",
"gethostname",
"hifistreamer",
"httpclient",
"levelname",
"mopidy",
"psutil",
"pyconnman",
"qrcode",
"sethostname",
"tidalapi"
]
}
161 changes: 161 additions & 0 deletions frontend/package-lock.json

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

3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.3",
"is-ip": "^5.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
Expand All @@ -16,7 +17,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "REACT_APP_API_SERVER='hifistreamer' react-scripts start",
"start": "BROWSER=safari REACT_APP_API_SERVER='hifistreamer' react-scripts start",
"build": "BUILD_PATH='../hifistreamer_app/www' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
Loading

0 comments on commit 5e0d5aa

Please sign in to comment.