Skip to content

Commit

Permalink
Merge branch 'noahpro99/issue255-message-to-rotate-screen-if-vertical…
Browse files Browse the repository at this point in the history
…-or-do-it-automatically-in-on-phone'
  • Loading branch information
noahpro99 committed Feb 24, 2024
2 parents 8360892 + b74d74f commit bc77101
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 22 deletions.
Binary file modified frontend/bun.lockb
Binary file not shown.
229 changes: 229 additions & 0 deletions frontend/package-lock.json

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

4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"react-router-dom": "^6.22.0",
"react-scripts": "5.0.1",
"react-simple-code-editor": "^0.13.1",
"react-use": "^17.5.0",
"reagraph": "^4.15.10",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
Expand All @@ -32,7 +33,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate": "openapi -i http://localhost:8080/openapi.json -o src/api"
"generate": "openapi -i http://localhost:8080/openapi.json -o src/api",
"format": "prettier --write ."
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit bc77101

Please sign in to comment.