6.25.4: Карандаш вместо троеточия на карточках
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
poignatov
2026-03-19 20:28:56 +03:00
parent 44bbb46a1a
commit 837ddbe4ed
3 changed files with 19 additions and 5 deletions

View File

@@ -1 +1 @@
6.25.3
6.25.4

View File

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

View File

@@ -683,10 +683,24 @@ function Wishlist({ onNavigate, refreshTrigger = 0, isActive = false, initialBoa
<div className="wishlist-card-content">
<button
className="card-menu-button"
onClick={(e) => handleMenuClick(item, e)}
title="Меню"
onClick={(e) => {
e.stopPropagation()
onNavigate?.('wishlist-form', { wishlistId: item.id, boardId: selectedBoardId })
}}
title="Редактировать"
>
<svg
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
>
<path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"></path>
</svg>
</button>
<div className="card-image">