added card project selection
Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
@@ -71,6 +71,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="section-wrapper">
|
||||||
|
<collection-list v-if="currentCard.id" :id="`${currentCard.id}`" :name="currentCard.title"
|
||||||
|
type="deck-card" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<h5>Description</h5>
|
<h5>Description</h5>
|
||||||
<VueEasymde ref="markdownEditor" v-model="copiedCard.description" :configs="mdeConfig" />
|
<VueEasymde ref="markdownEditor" v-model="copiedCard.description" :configs="mdeConfig" />
|
||||||
</AppSidebarTab>
|
</AppSidebarTab>
|
||||||
@@ -97,6 +102,7 @@ import { Actions } from 'nextcloud-vue/dist/Components/Actions'
|
|||||||
import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton'
|
import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton'
|
||||||
import ActivityEntry from '../ActivityEntry'
|
import ActivityEntry from '../ActivityEntry'
|
||||||
import Color from '../../mixins/color'
|
import Color from '../../mixins/color'
|
||||||
|
import { CollectionList } from 'nextcloud-vue-collections'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'CardSidebar',
|
name: 'CardSidebar',
|
||||||
@@ -109,7 +115,8 @@ export default {
|
|||||||
VueEasymde,
|
VueEasymde,
|
||||||
Actions,
|
Actions,
|
||||||
ActionButton,
|
ActionButton,
|
||||||
Avatar
|
Avatar,
|
||||||
|
CollectionList
|
||||||
},
|
},
|
||||||
mixins: [
|
mixins: [
|
||||||
Color
|
Color
|
||||||
|
|||||||
Reference in New Issue
Block a user