fix(ui): optimize react state, performance, and ux logic
- Refactored useFilteredNodes to memoize logic and prevent re-rendering. - Optimized LeftPanel useMemo dependencies and HostChart O(N) traversal. - Fixed polling interval desync and added WebSocket throttling/React Strict Mode transport patch. - Fixed Graph layout dependencies and 'ghost' children chevrons on collapsed nodes. - Fixed RightPanel tab persistence UI bug and resolved React Hooks order crash. No remaining known issues from the UI analysis.
This commit is contained in:
8
dist/index.html
vendored
8
dist/index.html
vendored
@@ -9,10 +9,10 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
||||
<script type="module" crossorigin src="/assets/index-BsyZf1s0.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/graph-vendor-C44rQwKI.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-vendor-DpLh-vKM.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-soHg8pn4.css">
|
||||
<script type="module" crossorigin src="/assets/index-CTcm3RSe.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/graph-vendor-pGkIx_vZ.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/ui-vendor-tLSpD589.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BjyEYKkh.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user