mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 05:35:00 +00:00
feature<Statistics>: add simple statistic page
This commit is contained in:
parent
f04c01b878
commit
c52ed4a711
10 changed files with 512 additions and 0 deletions
|
@ -408,6 +408,11 @@ namespace SourceGit.Views.Widgets {
|
|||
(pages.Get("histories") as Histories)?.ChangeOrientation();
|
||||
}
|
||||
|
||||
private void OpenStatistics(object sender, RoutedEventArgs e) {
|
||||
var dialog = new Statistics(repo.Path) { Owner = App.Current.MainWindow };
|
||||
dialog.ShowDialog();
|
||||
}
|
||||
|
||||
private void OpenConfigure(object sender, RoutedEventArgs e) {
|
||||
new Popups.Configure(repo.Path).Show();
|
||||
e.Handled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue