mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 19:50:44 +00:00
26 lines
896 B
HTML
26 lines
896 B
HTML
<div class="page-settings">
|
|
|
|
<project-settings all-projects="vm.allProjects"
|
|
selected-current-project="vm.selectedCurrentProject"></project-settings>
|
|
<theme-settings current-theme="r.theme"
|
|
is-current-project-theme="true"></theme-settings>
|
|
|
|
<jira-settings settings="r.jiraSettings"
|
|
ng-if="vm.IS_ELECTRON"></jira-settings>
|
|
|
|
<section ng-if="vm.IS_ELECTRON">
|
|
<h2 class="md-title">Git integration</h2>
|
|
<p>Set project directory to show the days commits at summary.</p>
|
|
<md-input-container class="md-block">
|
|
<label>Project path (where .git resides)</label>
|
|
<input type="text"
|
|
ng-model="r.git.projectDir">
|
|
</md-input-container>
|
|
</section>
|
|
|
|
<backup-settings></backup-settings>
|
|
|
|
<keyboard-settings keys="r.keys"></keyboard-settings>
|
|
|
|
<misc-settings settings="r.config"></misc-settings>
|
|
</div>
|