From 0ccc08e3470c03adeceedbc05f3de944b9925512 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:16:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/hopejr/visualizer/index.html | 48 +++++++++++++-------------- examples/hopejr/visualizer/script.js | 20 +++++------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/examples/hopejr/visualizer/index.html b/examples/hopejr/visualizer/index.html index 672cd9302..b39d93317 100644 --- a/examples/hopejr/visualizer/index.html +++ b/examples/hopejr/visualizer/index.html @@ -14,29 +14,29 @@ flex-direction: column; height: 100vh; } - + .controls { padding: 15px; background-color: #f5f5f5; z-index: 100; } - + .status { padding: 10px; border-radius: 5px; margin: 10px 0; } - + .connected { background-color: #d4edda; color: #155724; } - + .disconnected { background-color: #f8d7da; color: #721c24; } - + button { padding: 8px 16px; background-color: #4CAF50; @@ -46,27 +46,27 @@ cursor: pointer; margin-right: 10px; } - + button:hover { background-color: #45a049; } - + button:disabled { background-color: #cccccc; cursor: not-allowed; } - + .container { display: flex; flex: 1; overflow: hidden; } - + #canvas-container { flex: 3; position: relative; } - + #sidebar { flex: 1; padding: 15px; @@ -75,22 +75,22 @@ max-width: 300px; border-left: 1px solid #ddd; } - + .joint-info { margin-bottom: 10px; padding: 8px; border: 1px solid #ddd; border-radius: 4px; } - + .joint-name { font-weight: bold; } - + .joint-value { font-family: monospace; } - + .bar-container { width: 100%; background-color: #e0e0e0; @@ -99,14 +99,14 @@ overflow: hidden; margin-top: 5px; } - + .bar { height: 100%; background-color: #4CAF50; width: 0%; transition: width 0.2s ease-in-out; } - + .log-container { margin-top: 20px; border: 1px solid #ddd; @@ -117,14 +117,14 @@ font-family: monospace; background-color: #f8f9fa; } - + .view-controls { position: absolute; bottom: 10px; left: 10px; z-index: 10; } - + .view-button { background-color: rgba(0, 0, 0, 0.5); color: white; @@ -149,7 +149,7 @@ Status: Disconnected - +