Skip to content

Commit 8a0253f

Browse files
murr2kclaude
andcommitted
docs: Add Adaptive Resolution to Technology Stack section
Document the Flux aggregateWindow() optimization that decimates time-series data to match screen resolution, improving mobile performance. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fec9019 commit 8a0253f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

fly/web/build-info.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"version": "v1.3.0-post-workflow-testing-69-gc11944f",
2+
"version": "v1.3.0-post-workflow-testing-71-gfec9019",
33
"buildDate": "2026-01-16",
4-
"buildTime": "05:24:27",
5-
"commit": "c11944f",
6-
"commitFull": "c11944f5482a77b8b570ece5e41188da84b259f7",
4+
"buildTime": "05:32:27",
5+
"commit": "fec9019",
6+
"commitFull": "fec901919a2ec3fea717e592323a49f03ae60e3b",
77
"branch": "main",
8-
"buildNumber": "161",
8+
"buildNumber": "163",
99
"environment": "production",
1010
"deployedBy": "Murray Kopit"
1111
}

fly/web/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@ <h3>Comprehensive Technology Stack</h3>
13301330
<div class="tech-line-item">Linear Gradients - Background animations and text gradients</div>
13311331
<div class="tech-line-item">Grafana 11.4.0 - Embedded dashboards via iframe</div>
13321332
<div class="tech-line-item">Grafana Plugins - briangann-gauge-panel, volkovlabs-echarts-panel</div>
1333+
<div class="tech-line-item">Adaptive Resolution - Flux aggregateWindow() decimates data to match screen width</div>
13331334
</div>
13341335

13351336
<div class="tech-line">

0 commit comments

Comments
 (0)