Skip to content

Commit

Permalink
Add changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Mar 5, 2022
1 parent 807c09e commit 553a585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/enhancement-load-space-images-as-preview
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Load space images as preview

We've added a new logic which renders space images as preview to minimize data traffic

https://github.com/owncloud/web/pull/6529
2 changes: 2 additions & 0 deletions packages/web-app-files/src/views/spaces/Project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@
</div>
<p v-if="space.description" class="oc-mt-rm">{{ space.description }}</p>
<div>
<!-- eslint-disable vue/no-v-html -->
<div
ref="markdownContainer"
class="markdown-container"
v-html="markdownContent"
></div>
<!-- eslint-enable -->
<div v-if="showMarkdownCollapse" class="markdown-collapse oc-text-center oc-mt-s">
<oc-button appearance="raw" @click="toggleCollapseMarkdown">
<oc-icon :name="markdownCollapseIcon" />
Expand Down

0 comments on commit 553a585

Please sign in to comment.