Commit Graph

7 Commits

Author SHA1 Message Date
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
9e12a7721b feat: /settings page, move theme picker out of Header dropdown
Create dedicated /settings page with Внешний вид section (accent color
presets). Header dropdown now has a Settings link + Logout button only.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 13:19:23 +03:00
d2f7332701 feat: user dropdown in Header with theme picker and logout
Replace static logout button with a dropdown triggered by clicking the
username badge. Dropdown shows accent color presets and a logout button.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 13:10:10 +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