feat: v1.2.0 — Apps tab, light/dark theme, visual overhaul, animations

- Apps tab: new AppEntry type (source: 'app'), apps.json storage, IPC handlers
  (apps:add/remove/update), square tile layout in grid, blue APP badge
- Light/dark theme: CSS variables in :root/.light, ThemeToggle (Sun/Moon),
  persisted in localStorage, smooth 0.2s transition
- Visual overhaul: gradient logo, pill badges, glassmorphism header,
  gradient play button, modern AdminPanel as slide-in drawer from right
- Animations: 3D tilt + glow on hover, bounce on favorite star, ripple on play,
  slide indicator in CategoryFilter, per-category grid re-animation
- AdminPanel: ESC to close, slide-in/out animation, Game/App toggle in add form,
  separate sections for games and apps

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 12:59:37 +00:00
parent 35d46f532a
commit 35c61c2496
15 changed files with 710 additions and 392 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "club-launcher",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "club-launcher",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"@node-steam/vdf": "^2.0.1",
"lucide-react": "^0.441.0",