Skip to content

Add changed lines counter on commit details #914

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

Closed

Conversation

BernatBC
Copy link
Contributor

Added and removed lines are displayed on the commit details.
image

However, sometimes 0 is displayed, and correctly shown on second click. I am new to dotnet avalonia, and have no clue why is that happening.

I also plan to add these stats to files. However, I'm not sure where to place them (2 and 3)?:

image

@gadfly3173
Copy link
Contributor

However, sometimes 0 is displayed, and correctly shown on second click. I am new to dotnet avalonia, and have no clue why is that happening.

Avalonia's TextBlock sometimes would not refresh correctly, see #338 and #383 .

github-actions bot and others added 25 commits April 7, 2025 03:48
- use `%aN+%aE` instead of `%aN` to get commit author
- show user avatar in statistics dialog

Signed-off-by: leo <[email protected]>
…-scm#1173)

* Make a few non-translated strings localizable (in Conflict view)

* Add button and wiring to run mergetool on all conflicts

* Corrected spelling and wording in related code and exception msg
- rename c-style `file_arg` to `fileArg`
- add missing translations for zh_CN and zh_TW
- re-design conflict view and add tooltip for `USE THEIRS` and `USE MINE`
- re-order unstaged toolbar buttons

Signed-off-by: leo <[email protected]>
* Tamil file added

220

* 0

* Tamil file added

220

0

(cherry picked from commit 355db34)
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.

[Feature] Display number of lines added & removed
5 participants