chore: release v0.41.0

This commit is contained in:
Ulas Kalayci
2026-05-01 18:40:24 +02:00
parent 2c948eb235
commit 6eae4bae24
27 changed files with 1789 additions and 157 deletions
+2 -2
View File
@@ -826,13 +826,13 @@ function openBudgetModal({ mode, entry = null, initialType = '' }) {
</div>
<div class="form-group js-entry-field">
<label class="form-label" for="bm-title">${t('budget.titleLabel')}</label>
<label class="form-label" for="bm-title">${t('budget.titleLabel')}<span class="required-marker" aria-hidden="true"> *</span></label>
<input type="text" class="form-input" id="bm-title"
placeholder="${t('budget.titlePlaceholder')}" value="${esc(isEdit ? entry.title : '')}">
</div>
<div class="form-group js-entry-field">
<label class="form-label" for="bm-amount">${t('budget.amountLabel')}</label>
<label class="form-label" for="bm-amount">${t('budget.amountLabel')}<span class="required-marker" aria-hidden="true"> *</span></label>
<input type="number" class="form-input" id="bm-amount"
placeholder="${t('budget.amountPlaceholder')}" step="0.01" min="0"
inputmode="decimal" value="${absAmount}">