Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve transaction overview responsiveness #371

Merged
merged 4 commits into from
Jul 19, 2022

Conversation

VMelnalksnis
Copy link
Owner

Fixes #341, fixes #354.

Changes proposed in this pull request:

dependabot bot and others added 4 commits July 19, 2022 13:54
Bumps [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](serilog/serilog-extensions-hosting@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: Serilog.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@VMelnalksnis VMelnalksnis added type:enhancement New feature or request area:ui Relating to user interface dependencies Pull requests that update a dependency file labels Jul 19, 2022
@codecov
Copy link

codecov bot commented Jul 19, 2022

Codecov Report

Merging #371 (6fb0ba3) into master (aecd7c9) will decrease coverage by 0.01%.
The diff coverage is 86.42%.

@@            Coverage Diff             @@
##           master     #371      +/-   ##
==========================================
- Coverage   67.46%   67.45%   -0.02%     
==========================================
  Files         247      247              
  Lines        6940     6907      -33     
  Branches      494      487       -7     
==========================================
- Hits         4682     4659      -23     
+ Misses       2090     2087       -3     
+ Partials      168      161       -7     
Impacted Files Coverage Δ
...de.Interfaces.Avalonia.Core/MainWindowViewModel.cs 17.26% <0.00%> (ø)
....Core/Transactions/Loans/LoanUpsertionViewModel.cs 26.08% <ø> (-5.92%) ⬇️
...Interfaces.WebApi.Client/TokenDelegatingHandler.cs 0.00% <0.00%> (ø)
....Core/Transactions/Links/LinkUpsertionViewModel.cs 86.36% <40.00%> (+14.36%) ⬆️
...hade.Interfaces.Avalonia.Core/OverviewViewModel.cs 76.47% <50.00%> (-3.53%) ⬇️
....Avalonia.Core/Transactions/Links/LinkViewModel.cs 50.00% <50.00%> (-11.77%) ⬇️
....Avalonia.Core/Transactions/Loans/LoanViewModel.cs 77.14% <50.00%> (-7.71%) ⬇️
...ansactions/Purchases/PurchaseUpsertionViewModel.cs 86.11% <75.00%> (-0.91%) ⬇️
...Core/Transactions/TransactionUpsertionViewModel.cs 63.75% <77.77%> (-2.92%) ⬇️
...ansactions/Transfers/TransferUpsertionViewModel.cs 71.79% <96.00%> (-0.71%) ⬇️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aecd7c9...6fb0ba3. Read the comment docs.

@VMelnalksnis VMelnalksnis merged commit 6fb0ba3 into master Jul 19, 2022
@VMelnalksnis VMelnalksnis deleted the feature/data-entry-refactor branch July 19, 2022 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ui Relating to user interface dependencies Pull requests that update a dependency file type:enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editing forms missing when editing reconciled transactions Desktop client freezes when refreshing token
1 participant