feat(web): logs improvements (#284)

feat: add log searching
feat: wrap parent container to add a scrollbar on overflow so it doesn't push the page lower with each message
feat: switch to showing time instead of date+time
This commit is contained in:
stacksmash76 2022-05-25 20:54:40 +02:00 committed by GitHub
parent f836272fe6
commit 52fad1da95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 73 additions and 38 deletions

View file

@ -11,6 +11,7 @@
"formik": "^2.2.9",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-debounce-input": "^3.2.5",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.1.1",