forked from iarv/Remote-Terminal-for-MeshCore
WAY better repulsion range button label and faster packet default speed
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
frontend/dist/index.html
vendored
2
frontend/dist/index.html
vendored
@@ -13,7 +13,7 @@
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<script type="module" crossorigin src="/assets/index-0aA6G_Rq.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BBzeYRV9.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Ty42XaBr.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -952,7 +952,7 @@ export function PacketVisualizer({
|
||||
const [chargeStrength, setChargeStrength] = useState(-200);
|
||||
const [filterOldRepeaters, setFilterOldRepeaters] = useState(false);
|
||||
const [letEmDrift, setLetEmDrift] = useState(true);
|
||||
const [particleSpeedMultiplier, setParticleSpeedMultiplier] = useState(1);
|
||||
const [particleSpeedMultiplier, setParticleSpeedMultiplier] = useState(3);
|
||||
const [hideUI, setHideUI] = useState(false);
|
||||
|
||||
// Pan/zoom
|
||||
@@ -1266,7 +1266,7 @@ export function PacketVisualizer({
|
||||
className="mt-1 px-3 py-1.5 bg-primary/20 hover:bg-primary/30 text-primary rounded text-xs transition-colors"
|
||||
title="Expand nodes apart then contract back - can help untangle the graph"
|
||||
>
|
||||
Expand & Contract
|
||||
Oooh Big Stretch!
|
||||
</button>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user