Skip to content

fix: support multiple lines in transaction note editing - #1361

Open
sneurlax wants to merge 4 commits into
stagingfrom
fix/305-multiline-transaction-notes
Open

sneurlax wants to merge 4 commits into
stagingfrom
fix/305-multiline-transaction-notes

Conversation

@sneurlax

Copy link
Copy Markdown
Member

closes #305

@sneurlax
sneurlax force-pushed the fix/305-multiline-transaction-notes branch from 3786f36 to 969e8e5 Compare May 28, 2026 16:50
@codecov

codecov Bot commented May 28, 2026 •

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 68.96552% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 6.93%. Comparing base (03ad880) to head (fa1b598).
⚠️ Report is 24 commits behind head on staging.

Files with missing lines Patch % Lines
.../wallet_view/transaction_views/edit_note_view.dart 65.85% 14 Missing ⚠️
lib/pages/exchange_view/edit_trade_note_view.dart 76.47% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #1361      +/-   ##
===========================================
+ Coverage     6.72%    6.93%   +0.20%     
===========================================
  Files         1118     1122       +4     
  Lines       111939   112372     +433     
===========================================
+ Hits          7533     7792     +259     
- Misses      104406   104580     +174     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

dart format only; no behaviour change.
Transaction and trade notes were single-line fields that finalised the
edit on Enter, so a note could never contain a line break. Give both a
three to six line multiline field.

On desktop the editor is hosted in a fixed height DesktopDialog, so
scroll its body rather than let the grown field and the Save button
paint outside the dialog card. Guards after the save await now use
context.mounted.
@sneurlax
sneurlax force-pushed the fix/305-multiline-transaction-notes branch from 1394b64 to 40cc4f0 Compare August 24, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transaction Notes Multiple Lines

1 participant