Commit Graph

7 Commits

Author SHA1 Message Date
428548a620 feat: nginx reverse proxy, Spotify import, overlay system, UI overhaul
- Add nginx as single entry point: /api/* → backend, /* → web
- NEXT_PUBLIC_API_URL="" so all API calls are relative (go through nginx)
- Add Spotify playlist import (Client Credentials OAuth, up to 500 tracks)
- Add Yandex/Spotify tabbed import UI on /playlists
- Add stream overlay system (SSE + polling fallback, 9 styles)
- Reorganize pages into (main) route group
- Add QueuePanel, VersionsPanel, Toaster components
- Add overlay settings tab in /settings

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-28 00:45:53 +03:00
87ba7a0ecf fix: tune orbs/aurora/pulse/rain, redesign rays with settings
Orbs: opacity halved — ambient, not a flood of color.
Aurora: opacity halved, 6 bands, slower movement.
Pulse: fast bass tracker (0.45 factor) for onset detection; ambient
  rings so mode stays alive without audio playing.
Rain: 30 drops (was 65), 1.4px wide, soft gradient, bass mult 2.5x.
Rays: complete redesign — tapered triangle beams from center using
  linear gradients; secondary counter-rotating pink layer; center glow.
  Reads raysConfig (count/speed/brightness/spread) via ref — no restart.
Settings: rays config panel (4 sliders + reset) appears when rays active.
bgStore: RaysConfig interface, setRaysConfig, localStorage persistence.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 21:12:34 +03:00
7f2f6f7e44 feat: custom accent color via color wheel in settings
Add ColorWheel component (hue/saturation wheel + lightness strip + hex input).
themeStore gains accentIdx=-1 for custom mode and setCustom action.
ThemeApplier uses getActiveAccent to support both presets and custom hex.
Settings page shows "Свой" button; clicking reveals the color wheel inline.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 20:49:29 +03:00
292117cf56 feat: 4 new bg modes (pulse/stars/rain/rays), vivid orbs & aurora
Orbs: bigger radius, opacity 0.14+, 4th orb added.
Aurora: 6 bands with opacity 0.22+, more movement.
New: Пульс (expanding rings on beat), Звёзды (twinkling starfield),
Дождь (falling streaks), Лучи (rotating sunburst rays).
Settings page shows 9 bg options with static SVG previews.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 20:41:35 +03:00
51a6de31a2 feat: bg presets in settings, shuffle playlists, remove theme from ExtraTab
- Add 4 live background modes: Орбы, Волны, Частицы, Аврора + Нет
- Settings page shows visual preview cards for each bg mode (persisted)
- Add shuffle button (⇄) to PlaylistCard and FavoritesCard
- Remove accent color picker from ExtraTab (settings page only)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 13:42:13 +03:00
24856a644f feat: runtime accent color picker with 6 presets
Replace all hardcoded #c8ff00 / rgba(200,255,0,...) with CSS custom
properties (--accent, --accent-rgb) so the accent color updates live.
Add themeStore (Zustand + localStorage) with 6 presets (Лайм, Синий,
Розовый, Фиолет, Оранж, Минт). Add ThemeApplier component that syncs
CSS vars on load. Add color picker UI section in ExtraTab.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 12:59:58 +03:00
0097fb5183 Initial commit: party-mix-app with prefetch cache, audio preload optimizations
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 12:40:22 +03:00