Skip to content

Commit

Permalink
Remove red background from side bar shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Dec 30, 2021
1 parent 3563fdc commit 356c62b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
Lots of bug fixes and stability improvements:
* Fixed the filename displayed in the confirmation dialog for opening a log after a download on Windows.
* Improved handling of live logging state, including displaying more information in the title bar and detecting timeouts.
* Fixed an issue causing the selected time on the odometry timeline to jump erratically.
* Added the ability to hide the side bar (useful for running split screen with odometry).
* Added error handling when viewing data without an "Enabled" field.
* Fixed an issue causing the robot trail on the odometry tab to render incorrectly when live.
* The selection is now automatically locked when starting live mode.
* When editing axes manually, the min and max values are now rounded to five decimal places.
Removed red background from side bar shadow.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "advantage-scope",
"productName": "Advantage Scope",
"version": "1.9.6",
"version": "1.9.7",
"description": "Logging tool from FRC Team 6328.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion www/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ div.side-bar-shadow {
box-shadow: 0px 0px 3px 0px #777;
transition: opacity 0.3s ease-in-out;
opacity: 0%;
background-color: red;
}

@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit 356c62b

Please sign in to comment.