[fix](trx-frontend-http): optimize WebGL rendering and pin bookmarks to top

Improve WebGL runtime performance by caching/downsampling overview waterfall texture updates and batching marker/dashed-line draws; keep bookmark chips anchored at the top of the waterfall area.\n\nCo-authored-by: OpenAI Codex <codex@openai.com>

Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-05 21:41:49 +01:00
parent 27b90a62c5
commit c4f0844137
3 changed files with 90 additions and 21 deletions
@@ -2299,7 +2299,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
top: 0;
left: 0;
right: 0;
z-index: 6;
z-index: 8;
height: 0;
overflow: hidden;
font-size: 0.68rem;
@@ -2311,8 +2311,8 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
.spectrum-bookmark-chip {
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
transform: translateX(-50%);
top: 2px;
white-space: nowrap;
cursor: pointer;
font-weight: 600;