mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
45 lines
1.1 KiB
HTML
45 lines
1.1 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">
|
|
<git-settings settings="r.git"></git-settings>
|
|
</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>
|