Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Unify the repository list and URL tabs in the clone dialog #2197

Merged
merged 16 commits into from
Feb 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change prompt text to "Search or enter a URL"
  • Loading branch information
jcansdale committed Jan 23, 2019
commit 2a7d2fc3a27728d8785a192c92f08e3bac1517b8
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<DockPanel>
<ghfvs:PromptTextBox DockPanel.Dock="Top"
Margin="0,4"
PromptText="Filter"
PromptText="Search or enter a URL"
Text="{Binding Filter, UpdateSourceTrigger=PropertyChanged, Delay=300}"/>

<Grid>
Expand Down