feat: enhance wallet functionality and improve error handling
- Updated .env.example to include optional player site code configuration. - Modified error messages in hall-bet-errors for better clarity. - Improved the betting grid logic to handle invalid draw IDs and reload draws when necessary. - Adjusted wallet components to differentiate between credit and main wallet balances, including new translations for credit-related terms. - Enhanced wallet logs to support credit activity tracking and improved UI for displaying credit information.
This commit is contained in:
@@ -75,7 +75,8 @@ function SubmittingPanel() {
|
||||
alt=""
|
||||
width={150}
|
||||
height={119}
|
||||
className="mx-auto h-[118px] w-[150px] object-contain"
|
||||
style={{ width: "auto", height: "auto" }}
|
||||
className="mx-auto max-h-[118px] w-[150px] object-contain"
|
||||
priority
|
||||
aria-hidden
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user