restyle Shop components

This commit is contained in:
2025-12-07 20:27:56 +05:00
parent 14905fcee7
commit 23308c8598
4 changed files with 263 additions and 309 deletions

View File

@ -422,7 +422,7 @@ export default function Shop() {
height: '80%',
gap: '2vw',
overflow: 'auto',
paddingBottom: '7vh',
paddingBottom: '10vh',
paddingLeft: '5vw',
paddingRight: '5vw',
}}
@ -560,6 +560,10 @@ export default function Shop() {
transform: 'scale(1.1)',
},
}}
onClick={() => {
checkPlayerStatus(); // обновляем онлайн-статус
loadCases(); // обновляем ТОЛЬКО кейсы
}}
>
Обновить
</Button>
@ -658,12 +662,9 @@ export default function Shop() {
onClose={handleCloseNotification}
>
<Alert
sx={{
background:
'linear-gradient(71deg, #F27121 0%, #E940CD 70%, #8A2387 100%)',
color: 'white',
fontFamily: 'Benzin-Bold',
}}
onClose={handleCloseNotification}
severity={notification.type}
sx={{ width: '100%' }}
>
{notification.message}
</Alert>