6.25.4: Карандаш вместо троеточия на карточках
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
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:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "6.25.3",
|
"version": "6.25.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -683,10 +683,24 @@ function Wishlist({ onNavigate, refreshTrigger = 0, isActive = false, initialBoa
|
|||||||
<div className="wishlist-card-content">
|
<div className="wishlist-card-content">
|
||||||
<button
|
<button
|
||||||
className="card-menu-button"
|
className="card-menu-button"
|
||||||
onClick={(e) => handleMenuClick(item, e)}
|
onClick={(e) => {
|
||||||
title="Меню"
|
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>
|
</button>
|
||||||
|
|
||||||
<div className="card-image">
|
<div className="card-image">
|
||||||
|
|||||||
Reference in New Issue
Block a user