mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Improve wheel: fix lights animation and add prize legend
- Fix lights animation to run continuously (even when idle) - Lights now move sequentially around the circle - Remove text labels from wheel, keep only emoji - Add WheelLegend component with color indicators - Display legend on right (desktop) and bottom (mobile) - Add 'prizes' translation key for all languages
This commit is contained in:
@@ -678,6 +678,7 @@
|
||||
"wheel": {
|
||||
"title": "Fortune Wheel",
|
||||
"disabled": "Fortune Wheel is currently unavailable",
|
||||
"prizes": "Prizes",
|
||||
"spinsRemaining": "Spins remaining today",
|
||||
"choosePayment": "Choose payment method",
|
||||
"stars": "Stars",
|
||||
@@ -983,6 +984,8 @@
|
||||
"deletePrize": "Delete Prize",
|
||||
"confirmDelete": "Are you sure you want to delete this prize? This action cannot be undone.",
|
||||
"dragToReorder": "Drag to reorder",
|
||||
"unsavedOrder": "Unsaved order changes",
|
||||
"unsavedOrderHint": "Save or discard your changes",
|
||||
"types": {
|
||||
"subscription_days": "Subscription Days",
|
||||
"balance_bonus": "Balance Bonus",
|
||||
|
||||
Reference in New Issue
Block a user