Edit name/amount on budget template entries (#21) #22

Merged
claude-code merged 12 commits from feat/21-edit-template-entries into main 2026-04-17 19:28:56 -06:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 73825bc305 - Show all commits

View file

@ -115,7 +115,6 @@ def _clean_notes(raw: str | None) -> str | None:
return stripped if stripped else None
def update_entry(
db: Session,
entry_id: int,

View file

@ -9,7 +9,7 @@
</div>
<table class="entries">
<tbody>
<tr class="entry" style="--ratio: 1">
<tr class="entry">
<td class="entry-name">
{% if target.entry %}{{ target.entry.name }}{% else %}<span class="muted">No target selected.</span>{% endif %}
</td>