Skip to content

Commit

Permalink
Use nc-vue ActionCaption component
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini committed Mar 3, 2021
1 parent c642f3b commit a14706f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 60 deletions.
57 changes: 0 additions & 57 deletions src/components/LeftSidebar/ActionCaption/ActionCaption.vue

This file was deleted.

7 changes: 4 additions & 3 deletions src/components/LeftSidebar/ConversationsList/Conversation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@

<ActionSeparator />

<ActionText
<ActionCaption
:title="t('spreed', 'Chat notifications')" />

<ActionButton
:class="{'forced-active': isNotifyAlways}"
icon="icon-sound"
Expand Down Expand Up @@ -104,7 +105,7 @@
import { showError, showSuccess } from '@nextcloud/dialogs'
import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
import ActionSeparator from '@nextcloud/vue/dist/Components/ActionSeparator'
import ActionText from '@nextcloud/vue/dist/Components/ActionText'
import ActionCaption from '@nextcloud/vue/dist/Components/ActionCaption'
import AppContentListItem from './AppContentListItem/AppContentListItem'
import AppNavigationCounter from '@nextcloud/vue/dist/Components/AppNavigationCounter'
import ConversationIcon from './../../ConversationIcon'
Expand All @@ -121,7 +122,7 @@ export default {
components: {
ActionButton,
ActionSeparator,
ActionText,
ActionCaption,
AppContentListItem,
AppNavigationCounter,
ConversationIcon,
Expand Down

0 comments on commit a14706f

Please sign in to comment.