adapt files and app settings sidebar 'primary-actions' slot that became 'description' in @nc/vue v3.3.0
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
parent
dd39f5e871
commit
3c172ce600
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -31,7 +31,7 @@
|
||||||
@update:starred="toggleStarred"
|
@update:starred="toggleStarred"
|
||||||
@[defaultActionListener].stop.prevent="onDefaultAction">
|
@[defaultActionListener].stop.prevent="onDefaultAction">
|
||||||
<!-- TODO: create a standard to allow multiple elements here? -->
|
<!-- TODO: create a standard to allow multiple elements here? -->
|
||||||
<template v-if="fileInfo" #primary-actions>
|
<template v-if="fileInfo" #description>
|
||||||
<LegacyView v-for="view in views"
|
<LegacyView v-for="view in views"
|
||||||
:key="view.cid"
|
:key="view.cid"
|
||||||
:component="view"
|
:component="view"
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -103,7 +103,7 @@
|
||||||
<div class="app-sidebar-header__figure--default-app-icon icon-settings-dark" />
|
<div class="app-sidebar-header__figure--default-app-icon icon-settings-dark" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #primary-actions>
|
<template #description>
|
||||||
<!-- Featured/Supported badges -->
|
<!-- Featured/Supported badges -->
|
||||||
<div v-if="app.level === 300 || app.level === 200 || hasRating" class="app-level">
|
<div v-if="app.level === 300 || app.level === 200 || hasRating" class="app-level">
|
||||||
<span v-if="app.level === 300"
|
<span v-if="app.level === 300"
|
||||||
|
|
Loading…
Reference in New Issue