daniel-c-harvey
3a4db834ac
fix: track compiled RCL knob JS for MapStaticAssets deployment
2026-06-18 13:14:09 -04:00
daniel-c-harvey
5614bbefad
fix(DDIcons): correct Waveform doc-comment bar count from seven to six
2026-06-17 18:09:44 -04:00
daniel-c-harvey
6ecc7f1f37
polish(p15): mute panel, revert scroll to knob, waveform icon + strong toggle state
...
Mute --deepdrft-panel-ground; WAVE scroll MudSlider back to RadialKnob; new DDIcons Waveform/WaveformFilled glyph for the waveform toggle; strong green ON-state chip vs dim OFF; refresh popover pointer-capture comment.
2026-06-17 18:03:16 -04:00
daniel-c-harvey
3835d9f9c4
fix(RadialKnob): real pointer capture via setPointerCapture interop
...
Switch initiator to @onpointerdown; capture the pointer on the knob element
through a new knob.ts helper so pointermove/up/cancel reach the knob even
when the cursor leaves the window. Accurate comment; IAsyncDisposable cleanup.
2026-06-17 15:43:26 -04:00
daniel-c-harvey
8a329aadcf
fix(p15): remediate seven control-panel + knob defects
...
Greyer panel ground (token); remove drag scrollbar + lock body scroll; caption icons light; center WAVE slider; RadialKnob drag uses pointer events (robust to cursor leaving window); milder scrim alpha; overlay z-index above header/footer.
2026-06-17 15:32:01 -04:00
daniel-c-harvey
2c2342fbaf
fix(p15): remediate four green-minor review findings
...
Tokenize scrim navy RGB triple (--deepdrft-scrim-rgb); LAVA row now
flex-start so knobs group left; WAVE row keeps space-between for
right-pinned width knob; remove inert margin-left:auto/wvc-row-right;
correct stale seven->ten count in OnControlStateChanged comment.
2026-06-17 14:42:23 -04:00
daniel-c-harvey
dd4f8ddded
feat(visualizer): Phase 15 control-deck rework
...
Centered tinted MudOverlay (NowPlayingCard chrome) replaces the anchored popover; eight dials become a deterministic three-row LAVA/WAVE layout; lava + waveform lamp toggles drive a genuine per-subsystem draw-skip; scroll/zoom becomes a slider; playful tooltips; green=interactive/light=static.
2026-06-17 14:28:15 -04:00
daniel-c-harvey
41ac7a5a93
Phase 10 reframe R4: seven-knob inline visualizer controls, always-on lava loop, filled lava-lamp icon
2026-06-16 17:17:14 -04:00
daniel-c-harvey
fe28573b68
chore(assets): track lava-lamp source SVG (glyph source for the visualizer-controls icon)
2026-06-16 13:08:15 -04:00
daniel-c-harvey
2c4bd3a394
fix(p10-reframe-w1): clip visualizer to minimized FAB height; replace LavaLamp icon with SVG Repo glyph
2026-06-16 11:53:47 -04:00
daniel-c-harvey
ff37efea89
Phase 10 W1: de-noise Mix visualizer, clip to live player-bar height, redraw lava-lamp icon
2026-06-16 11:12:20 -04:00
daniel-c-harvey
2bb7d86e63
fix(icons): strip outer <svg> wrapper from LavaLamp — MudBlazor supplies its own
2026-06-16 00:37:20 -04:00
daniel-c-harvey
e59271aa00
feat(mix): lava-lamp popover with RadialKnob controls + wider Mix detail body (P10 W4)
2026-06-16 00:19:47 -04:00
daniel-c-harvey
22c2ae5ecb
chore: RadialKnob control
2026-06-15 23:26:11 -04:00
daniel-c-harvey
2f7f8dbdf8
fix: track compiled RCL parallax JS for MapStaticAssets deployment
...
DeepDrftShared.Client's wwwroot/js/ was gitignored, so the TS-compiled
parallax.js was absent at build-time manifest generation. MapStaticAssets
serves _content/ exclusively from the build manifest, so the file was
missing from the publish output — requests fell through to the Blazor
HTML handler, producing a text/html MIME-type error in the browser.
DeepDrftPublic audio JS is unaffected because UseStaticFiles() serves
that startup project's physical wwwroot/ directly, bypassing the manifest.
The RCL has no such bypass, so its compiled JS must be present at
manifest-generation time, which requires tracking it in git.
2026-06-12 06:39:07 -04:00
daniel-c-harvey
70f110bed7
fix: use Content Update to suppress tsconfig.json from publish output
2026-06-11 20:55:43 -04:00
daniel-c-harvey
a2f9742f8a
fix(parallax): prime parallax position with pre-Blazor init script to kill Server->WASM position pop
2026-06-11 16:08:55 -04:00
daniel-c-harvey
ae531116b7
fix(parallax): animate background-position-y directly so SSR parallax works pre-WASM
2026-06-11 14:45:30 -04:00
daniel-c-harvey
9d7f2ff003
feat(home): wire ParallaxImage hero to homepage; tweak crossfade to 700ms
2026-06-11 12:12:35 -04:00
daniel-c-harvey
91566692f6
fix(parallax): drive --parallax-pos via CSS scroll animation to kill SSR/hydration position pop
2026-06-11 11:57:43 -04:00
daniel-c-harvey
92ddc5bb3e
fix(parallax): add aspect-ratio mode to ParallaxImage to kill SSR/hydration layout shift
2026-06-11 11:06:16 -04:00
daniel-c-harvey
c46c3a2f9c
feat(parallax): aspect-ratio-aware auto height via WindowHeightFraction + ResizeObserver, drop DotNetObjectReference round-trip
2026-06-11 10:23:25 -04:00
daniel-c-harvey
4d9505c341
feat: add ParallaxImage scroll-parallax component to DeepDrftShared.Client
2026-06-11 09:23:34 -04:00
daniel-c-harvey
4e6cda939d
fix(embed): transparent background via dedicated Embed theme instead of inline CSS variable override
2026-06-08 08:00:48 -04:00
daniel-c-harvey
8e4d783ec2
chore: Move TrackCard & Friends
2026-06-07 15:06:58 -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
4341d97f12
theme: shift light palette primary to navy-mid, step green scale up one level
2026-06-06 20:49:14 -04:00
daniel-c-harvey
bd110c07da
Merge branch 'track-card-green-fix' into dev
2026-06-06 20:41:52 -04:00
daniel-c-harvey
d1cb85b840
feat: adjust navy wireframe tokens and add green-interactive
2026-06-06 20:41:37 -04:00
daniel-c-harvey
07ba9946ce
feat: add --deepdrft-green-interactive token to design token layer
2026-06-06 20:36:46 -04:00
daniel-c-harvey
4b5de088ab
fix: correct MudBlazor Tertiary class targets and demote artist to muted off-white in TrackCard
2026-06-06 20:33:21 -04:00
daniel-c-harvey
0dd33a5dfc
Add track detail page with clickable cards
2026-06-06 16:33:57 -04:00
daniel-c-harvey
766e98fd2b
Reflect real playback state on gallery cards and toggle pause/resume
...
Add IsPaused/OnPause to TrackCard, make TracksGallery controlled, and
drive the active track from PlayerService.CurrentTrack as the single
source of truth.
2026-06-06 10:09:07 -04:00
daniel-c-harvey
b746645f97
WaveformSeeker Improvements
2026-06-06 09:52:31 -04:00
daniel-c-harvey
3dc9fc2446
fix(css): solid navy fallback, force green FAB+chip on dark card
2026-06-05 18:31:56 -04:00
daniel-c-harvey
84307dabde
fix(css): ::deep track text color rules to pierce MudText
2026-06-05 17:41:56 -04:00
daniel-c-harvey
9c916245c1
refactor(css): scope track card styles; apply NowPlayingCard color vocabulary
2026-06-05 17:35:16 -04:00
daniel-c-harvey
b3473aa37e
refactor(css): consolidate track-view layout and card text color rules; switch genre chip to Outlined variant
2026-06-05 16:58:07 -04:00
daniel-c-harvey
61c5bee5d7
refactor(track-card): replace MudCard/MudPaper shells with plain divs, drop !important from section 8 backgrounds
2026-06-05 16:26:17 -04:00
daniel-c-harvey
b22b57069d
style(track-card): glass theming — remove MudBlazor color overrides, add theme-scoped CSS for title/artist/meta hierarchy and navy-glass fallback panel
2026-06-05 15:18:56 -04:00
Daniel Harvey
4351302a25
Flip ITrackService/TrackManager to DTO output; TrackConverter is the sole entity<->DTO path across all consumers
2026-05-25 11:35:04 -04:00
Daniel Harvey
389fc88aa0
fix(palettes): reorder DeepDrftPalettes static props so Light/Dark/Typography init before Default/Cms (fixes null MudTheme NRE)
2026-05-21 15:46:10 -04:00
Daniel Harvey
e5b4a79727
refactor(split): rename DeepDrftWeb -> DeepDrftPublic and DeepDrftWeb.Client -> DeepDrftPublic.Client (Phase 4)
2026-05-19 23:06:16 -04:00
Daniel Harvey
8b8796fc58
refactor(split): extract DeepDrftShared.Client RCL with shared atoms
...
TrackCard, TracksGallery, DDIcons, DeepDrftPalettes (Default+Cms), DeepDrftFontLinks,
and palette CSS tokens extracted. Both hosts and DeepDrftCms reference the shared RCL.
2026-05-19 17:14:23 -04:00