Перенос политики награждения в блок связи
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "3.25.2",
|
"version": "3.25.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -376,15 +376,13 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
border: 1px solid #bae6fd;
|
border: 1px solid #bae6fd;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
|
||||||
gap: 0.75rem;
|
gap: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-link-text {
|
.wishlist-link-text {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
color: #374151;
|
color: #374151;
|
||||||
flex: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist-link-text strong {
|
.wishlist-link-text strong {
|
||||||
|
|||||||
@@ -804,9 +804,8 @@ function TaskForm({ onNavigate, taskId, wishlistId, isTest: isTestFromProps = fa
|
|||||||
<span className="wishlist-link-text">
|
<span className="wishlist-link-text">
|
||||||
Связана с желанием: <strong>{wishlistInfo.name}</strong>
|
Связана с желанием: <strong>{wishlistInfo.name}</strong>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
<div style={{ marginTop: '12px' }}>
|
||||||
<div className="form-group" style={{ marginTop: '12px' }}>
|
<label htmlFor="reward_policy" style={{ display: 'block', marginBottom: '4px' }}>Политика награждения:</label>
|
||||||
<label htmlFor="reward_policy">Политика награждения:</label>
|
|
||||||
<select
|
<select
|
||||||
id="reward_policy"
|
id="reward_policy"
|
||||||
value={rewardPolicy}
|
value={rewardPolicy}
|
||||||
@@ -823,6 +822,7 @@ function TaskForm({ onNavigate, taskId, wishlistId, isTest: isTestFromProps = fa
|
|||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!isTest && !wishlistInfo && (
|
{!isTest && !wishlistInfo && (
|
||||||
@@ -1203,7 +1203,6 @@ function TaskForm({ onNavigate, taskId, wishlistId, isTest: isTestFromProps = fa
|
|||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user