mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
51 lines
1.3 KiB
HTML
51 lines
1.3 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">
|
|
<backup-settings settings="r.config.automaticBackups"></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 class="keep-together">
|
|
<h1 class="md-title">Project Specific Settings</h1>
|
|
|
|
<section class="config-section"
|
|
md-whiteframe="2">
|
|
<theme-settings current-theme="r.theme"
|
|
is-current-project-theme="true"></theme-settings>
|
|
</section>
|
|
</div>
|
|
|
|
<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">
|
|
<git-settings settings="r.git"></git-settings>
|
|
</section>
|
|
|
|
|
|
</div>
|