mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 06:04:59 +00:00
feature: enhance commit search
* Supports search commits by author/committer email * Auto focus when search panel is visible
This commit is contained in:
parent
f65dc36e62
commit
d0e80be79f
3 changed files with 12 additions and 2 deletions
|
@ -346,10 +346,11 @@
|
|||
</Grid>
|
||||
|
||||
<!-- Left Search Mode -->
|
||||
<Grid Grid.Column="0" RowDefinitions="32,*" IsVisible="{Binding IsSearching}">
|
||||
<Grid Grid.Column="0" RowDefinitions="32,*" IsVisible="{Binding IsSearching}" PropertyChanged="OnSearchCommitPanelPropertyChanged">
|
||||
<!-- Search -->
|
||||
<Grid Grid.Row="0" Margin="4,2">
|
||||
<TextBox Grid.Column="1"
|
||||
x:Name="txtSearchCommitsBox"
|
||||
Padding="22,0"
|
||||
FontSize="12"
|
||||
Height="24"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue