Commit Graph

5 Commits

Author SHA1 Message Date
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