daniel-c-harvey
b451dda79e
feat(visualizer): WebGL2 fragment-shader Mix renderer at parity; datum-as-texture, shader-clock rAF, drop CSS backdrop-filter (P10 W1)
2026-06-15 12:43:56 -04:00
daniel-c-harvey
7f1c6bdb66
Merge ui-share-relocate into dev (share button centered below detail metadata)
2026-06-15 11:13:22 -04:00
daniel-c-harvey
709103ad71
ui: move SharePopover below metadata on all release detail pages
2026-06-15 10:45:27 -04:00
daniel-c-harvey
9f074f7350
fix(visualizer): lift footer above waveform backdrop; move zoom slider to top-right
2026-06-15 10:45:25 -04:00
daniel-c-harvey
2d0a565765
feat(public): scrolling Canvas 2D Mix visualizer — windowed, playback-coupled, zoomable, read-only (8.K W2)
2026-06-14 18:20:32 -04:00
daniel-c-harvey
af724ce570
Phase 9 Wave 4: ARCHIVE nav + Cuts/Sessions/Mixes pages + MixWaveformVisualizer
...
Replaces flat RELEASES/SESSIONS/MIXES nav with ARCHIVE dropdown (PageRoute.Children,
one-level cap, dual-role node). Adds /archive overview, /cuts (AlbumsView + medium
filter; /albums redirects), /sessions + /sessions/{id} (hero-dominant), /mixes +
/mixes/{id} (MixWaveformVisualizer full-page background). Extracts ReleaseDetailScaffold
from TrackDetail (invariant trio). PersistentComponentState bridge on all new pages.
Click-to-seek seam designed on MixWaveformVisualizer (inert until wired).
2026-06-12 23:05:25 -04:00
daniel-c-harvey
f767d288c5
feat: normalize release-cardinal fields out of track into a Release entity (Phase 8 §8.0)
2026-06-11 12:51:21 -04:00
daniel-c-harvey
9be35e5a58
refactor: extract StreamNowButton component shared by hero and nav menu
2026-06-09 07:00:37 -04:00
daniel-c-harvey
760e9a1982
fix: Adjust Spectrum Bar Colors
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m37s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m23s
2026-06-09 06:23:23 -04:00
daniel-c-harvey
f40786171d
fix: shrink .lmf-icon to 56px to match MudFab Size.Large
2026-06-08 16:33:20 -04:00
daniel-c-harvey
5258729c86
feat: enlarge LevelMeterFab note to 68px so it fills the 72px FAB
2026-06-08 16:27:08 -04:00
daniel-c-harvey
8679a9f619
fix: scale LevelMeterFab music note to fill the FAB — bump .lmf-icon from 24px to 56px
2026-06-08 16:17:23 -04:00
daniel-c-harvey
ae22153edb
style: LevelMeterFab FAB to 72px, icon to 36px
2026-06-08 16:16:22 -04:00
daniel-c-harvey
e3df6dd93e
fix: scale LevelMeterFab music note to fill the FAB — bump .lmf-icon from 24px to 56px
2026-06-08 16:15:01 -04:00
daniel-c-harvey
6151e6024c
Merge branch 'gradient-tune' into dev
2026-06-08 14:55:07 -04:00
daniel-c-harvey
505ac0c47b
style: retune spectrum gradient — dark green floor 0-30%, expand yellow/orange zones
2026-06-08 14:54:56 -04:00
daniel-c-harvey
6cacf51318
Merge branch 'gallery-card-border' into dev
2026-06-08 14:53:33 -04:00
daniel-c-harvey
87971dbd6f
style: revert fallback thumb background to deepdrft-navy-mid
2026-06-08 14:53:09 -04:00
daniel-c-harvey
881d3d49cd
style: thicken track card border to 2px solid secondary palette color
2026-06-08 14:52:01 -04:00
daniel-c-harvey
4e6e3c9eab
feat: apply amplitude-tracking gradient to spectrum bars matching LevelMeterFab color scheme
2026-06-08 14:49:23 -04:00
daniel-c-harvey
58725c4646
feat: true RMS dBFS level measurement for LevelMeterFab via getFloatTimeDomainData
2026-06-08 14:40:11 -04:00
daniel-c-harvey
149127c920
fix: recalibrate level meter dB window to [-70, -10] for FFT peak data
2026-06-08 14:20:50 -04:00
daniel-c-harvey
ad1c85f3ee
Merge branch 'p2-w1-interactivity-guards' into dev
2026-06-08 14:14:02 -04:00
daniel-c-harvey
c086d03776
feat: guard interactivity-gap controls until WASM hydrates (PLAN 2.4)
2026-06-08 13:31:54 -04:00
daniel-c-harvey
b9969640e5
feat: continuous vertical VU fill for LevelMeterFab, replacing 3-band tint
2026-06-08 08:55:45 -04:00
daniel-c-harvey
2bac1520db
fix: readable text in list mode light theme — override hard-coded off-white with mud-palette-text-primary inside .deepdrft-track-row
2026-06-08 08:36:45 -04:00
daniel-c-harvey
1c942ffb2b
fix: LevelMeterFab icon tint via inline style, bypass Blazor CSS isolation scoping of :root
2026-06-08 08:25:56 -04:00
daniel-c-harvey
21e1a33ccf
style: semi-transparent hover overlay and theme-aware list row background in TrackCard
2026-06-08 08:12:04 -04:00
daniel-c-harvey
6705c52b69
Merge branch 'gallery-view-toggle' into dev
2026-06-08 08:02:13 -04:00
daniel-c-harvey
1bd27f2160
fix: add ::deep to track-row-fab rule and define deepdrft-track-row--playing style
2026-06-08 07:59:28 -04:00
daniel-c-harvey
8fbabcdbc5
feat: add grid/list view toggle to track gallery with hover-reveal art cards
2026-06-08 07:56:14 -04:00
daniel-c-harvey
7eae599490
fix(LevelMeterFab): replace MudFab with hand-rolled button+SVG so band color tinting is no longer overridden by MudBlazor internals
2026-06-08 07:46:49 -04:00
daniel-c-harvey
165d935ae7
feat: LevelMeterFab tints the minimized-dock FAB icon by live audio level
2026-06-08 07:15:57 -04:00
daniel-c-harvey
c766cdf5b8
Merge branch 'p2-w2-t1-public-image' into dev
2026-06-07 16:41:39 -04:00
daniel-c-harvey
fa28bfb5cc
feat: add Share popover to track detail page
2026-06-07 16:38:37 -04:00
daniel-c-harvey
10cb96ef7c
feat: add public image proxy and wire TrackCard cover art to api/image/{entryKey}
2026-06-07 16:33:24 -04:00
daniel-c-harvey
5bc1b63b61
fix: route all _isMinimized mutations through SetMinimized so spacer stays in sync
...
Expand, ToggleMinimized, and Close now share one guarded mutator that fires
OnMinimized and renders. Fixed prerender branch left as a direct assignment.
2026-06-07 16:14:55 -04:00
daniel-c-harvey
4e6ec75000
Merge branch 'seek-fix' into dev
2026-06-07 15:07:13 -04:00
daniel-c-harvey
8e4d783ec2
chore: Move TrackCard & Friends
2026-06-07 15:06:58 -04:00
daniel-c-harvey
daa334a947
fix: seek lower-bound guard and pointer-down callback ordering
...
AudioPlayer.ts: route seeks below bufferStart to seekBeyondBuffer;
previous missing lower-bound caused clamped playback after first seek.
WaveformSeeker: fire OnSeekStart/OnSeekChange before capturePointer
await to prevent fast-click race that locked _isSeeking true.
Latent: WavOffsetService encodes remaining-only DataSize, overwriting
JS this.duration after seek — not fixed here, scope separately.
2026-06-07 15:02:34 -04:00
daniel-c-harvey
bd15b66aee
feature: Home Page & Footer Mobile Friendly
Deploy DeepDrftAPI / Build, Publish & Bundle (push) Successful in 1m56s
Deploy DeepDrftManager / Build & Publish (push) Successful in 1m3s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m22s
Deploy DeepDrftAPI / Deploy (push) Successful in 1m33s
Deploy DeepDrftManager / Deploy (push) Successful in 1m27s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m29s
2026-06-07 13:48:12 -04:00
daniel-c-harvey
8ba3a10e15
fix: gate hero fade-up on SSR pass only to stop double-fire on WASM hydration
2026-06-07 12:57:54 -04:00
daniel-c-harvey
e04f780014
fix: stack hero-actions buttons full-width at xs (<=599px)
2026-06-07 10:06:20 -04:00
daniel-c-harvey
5d3ea49de8
fix: stack NowPlayingStats vertically and tighten footer padding at xs (<=599px)
2026-06-07 09:43:51 -04:00
daniel-c-harvey
5cdd69d7d9
fix: WaveformSeeker resize drift and mobile fast-tap crash
...
- Add ResizeObserver (JS observeResize/unobserveResize + C# OnWidthChanged)
so _elementWidth stays current after window resize, fixing hover indicator drift
- Move _isSeeking = true before capturePointer await so a fast mobile tap
that fires pointerup mid-await still commits the seek
- Replace all Duration!.Value null-forgiving dereferences with explicit
Duration is > 0 guards in all four pointer event handlers
- Silence post-dispose resize callback rejections with .catch(() => {})
2026-06-07 09:00:10 -04:00
daniel-c-harvey
6dfb3a2f23
fix: AudioPlayerBar Styles
Deploy DeepDrftManager / Build & Publish (push) Successful in 1m10s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m31s
Deploy DeepDrftManager / Deploy (push) Successful in 1m24s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m29s
2026-06-07 08:19:52 -04:00
daniel-c-harvey
13adb144a6
feature: Mobile Menu & Style Polish
2026-06-07 06:53:21 -04:00
daniel-c-harvey
84a302ce24
feature: Palette Enhancements
2026-06-06 21:24:19 -04:00
daniel-c-harvey
9ce2631bf4
feature: AudioPlayer Enhancements
Deploy DeepDrftAPI / Build, Publish & Bundle (push) Successful in 1m59s
Deploy DeepDrftManager / Build & Publish (push) Successful in 59s
Deploy DeepDrftPublic / Build & Publish (push) Successful in 3m30s
Deploy DeepDrftAPI / Deploy (push) Successful in 1m33s
Deploy DeepDrftManager / Deploy (push) Successful in 1m27s
Deploy DeepDrftPublic / Deploy (push) Successful in 1m28s
2026-06-06 20:17:50 -04:00
daniel-c-harvey
475f93c8a3
feature: AudioPlayerBar Layout Enhancements
2026-06-06 19:47:17 -04:00