Commit graph

11 commits

Author SHA1 Message Date
leo
2a05ffa30f
enhance: trim description of commit message while pasting on subject 2024-07-31 21:36:23 +08:00
leo
a807aa9e12
code_style: remove all IDE warnings 2024-07-14 15:55:15 +08:00
leo
1c204e72a1
refactor: remove dependency on Avalonia.Controls.TreeDataGrid 2024-07-12 17:14:52 +08:00
leo
c94f5877e3
fix: Ctrl+V trigger twice due to async operation (#249) 2024-07-09 18:53:36 +08:00
leo
68abb2d78b
fix: crash when clipboard is empty 2024-07-01 21:08:37 +08:00
leo
254eac11a1
enhance: paste text on subject
* for single line text, all text will be pasted in subject text box
* if paste in the middle of subject content, multi-line text will be transformed into single line text by `ReplaceLineEndings(" ")`
* if paste in the end of subject content, multi-line text will be split into two parts.
    - first line will be pasted in the subject box
    - remains will be pasted in the start of description box
2024-07-01 21:02:01 +08:00
leo
43af8c49a1
enhance: supports use Shift+Enter on popups 2024-06-27 11:38:51 +08:00
leo
40cf5608d3
refactor: rewrite CommitMessageTextBox 2024-06-27 11:24:40 +08:00
leo
3b7545e4fb
fix: ignore all whitespace before real content when calculate subject/total message length 2024-06-24 20:40:47 +08:00
leo
907e009275
ux: subject length tooltip font size and color 2024-06-23 21:35:28 +08:00
leo
dca8f8b39b
feature: warn when commit subject line goes beyond a certain number of characters (#201) 2024-06-23 15:45:54 +08:00