mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
Break out document tag and category mng sections
Separate out screens for tag and category management.
This commit is contained in:
parent
3c81297fc6
commit
e140caff55
9 changed files with 315 additions and 105 deletions
19
gui/app/templates/components/document/settings-category.hbs
Normal file
19
gui/app/templates/components/document/settings-category.hbs
Normal file
|
@ -0,0 +1,19 @@
|
|||
{{layout/logo-heading
|
||||
title="Categories"
|
||||
desc="Assign one or more categories to help organize content within this space"
|
||||
icon=constants.Icon.Category}}
|
||||
|
||||
{{ui/ui-list-picker items=categories nameField="category" singleSelect=false}}
|
||||
|
||||
{{#unless categories}}
|
||||
<p class="color-green-700">This space has no categories yet</p>
|
||||
{{/unless}}
|
||||
|
||||
{{ui/ui-spacer size=300}}
|
||||
|
||||
{{ui/ui-button
|
||||
color=constants.Color.Green
|
||||
icon=constants.Icon.Category
|
||||
label=constants.Label.Save
|
||||
light=true
|
||||
onClick=(action "onSave")}}
|
Loading…
Add table
Add a link
Reference in a new issue