mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 04:01:01 +00:00
52 lines
1.4 KiB
HTML
52 lines
1.4 KiB
HTML
<div class="page-settings">
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2">
|
|
<project-settings all-projects="vm.allProjects"
|
|
selected-current-project="vm.selectedCurrentProject"></project-settings>
|
|
</section>
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2">
|
|
<theme-settings current-theme="r.theme"
|
|
is-current-project-theme="true"></theme-settings>
|
|
</section>
|
|
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2"
|
|
ng-if="vm.IS_ELECTRON">
|
|
<jira-settings settings="r.jiraSettings"></jira-settings>
|
|
</section>
|
|
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2"
|
|
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>
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2">
|
|
<backup-settings></backup-settings>
|
|
</section>
|
|
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2">
|
|
<keyboard-settings keys="r.keys"></keyboard-settings>
|
|
</section>
|
|
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2">
|
|
<misc-settings settings="r.config"></misc-settings>
|
|
</section>
|
|
|
|
</div>
|