6.14.1: Убран хинт 'Открыть статистику'
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m4s

This commit is contained in:
poignatov
2026-03-12 17:18:36 +03:00
parent 64493b9c1f
commit 4971b2a305
3 changed files with 2 additions and 8 deletions

View File

@@ -1 +1 @@
6.14.0
6.14.1

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "6.14.0",
"version": "6.14.1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -879,12 +879,6 @@ function CurrentWeek({ onProjectClick, data, loading, error, onRetry, allProject
showCheckmark={true}
displayProgress={displayOverallProgress}
/>
{/* Подсказка при наведении */}
<div className="absolute inset-0 rounded-full opacity-0 hover:opacity-100 transition-opacity duration-200 bg-black bg-opacity-10 flex items-center justify-center">
<span className="text-xs text-gray-600 font-medium bg-white px-2 py-1 rounded shadow-sm">
Открыть статистику
</span>
</div>
</div>
</div>