Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove no longer needed placeholder
Now the chat tab is not displayed for folders, so the placeholder that
was shown in that case can be removed.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Jan 6, 2020
commit 4bc3b69bed6e068bba2364f70d3b3219b7fd5946
6 changes: 1 addition & 5 deletions src/FilesSidebarTabApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
-->
<template>
<div class="talkChatTab">
<div v-if="fileInfo && fileInfo.isDirectory()" class="emptycontent">
<div class="icon icon-talk" />
<h2>Conversations are not available for folders</h2>
</div>
<div v-else-if="isTalkSidebarSupportedForFile === undefined" class="emptycontent ui-not-ready-placeholder">
<div v-if="isTalkSidebarSupportedForFile === undefined" class="emptycontent ui-not-ready-placeholder">
<div class="icon icon-loading" />
</div>
<div v-else-if="!isTalkSidebarSupportedForFile" class="emptycontent file-not-shared">
Expand Down