Skip to content

Commit

Permalink
feat(icons): add headphones-off-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZakablukov committed May 11, 2022
1 parent 8a9c2b3 commit 6998c33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/views/navigation/sidebar/controls/Controls.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
:action="toggleDeafen"
:text="$t('controls.headphones')"
>
<headphones-icon size="1x"></headphones-icon>
<headphones-off-icon v-if="audio.deafened" size="1x"></headphones-off-icon>
<headphones-icon v-else size="1x"></headphones-icon>
</InteractablesButton>
<InteractablesButton
:type="videoMuted ? 'danger' : 'dark'"
Expand Down
2 changes: 2 additions & 0 deletions components/views/navigation/sidebar/controls/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
MicIcon,
MicOffIcon,
HeadphonesIcon,
HeadphonesOffIcon,
VideoIcon,
VideoOffIcon,
} from 'satellite-lucide-icons'
Expand All @@ -20,6 +21,7 @@ export default Vue.extend({
MicIcon,
MicOffIcon,
HeadphonesIcon,
HeadphonesOffIcon,
VideoIcon,
VideoOffIcon,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"qrcode.vue": "^1.7.0",
"remarkable": "^2.0.1",
"rxjs": "^7.5.5",
"satellite-lucide-icons": "git+https://git@github.com/Satellite-im/satellite-lucide-vue",
"satellite-lucide-icons": "git+https://git@github.com/Satellite-im/satellite-lucide-vue#0485f5e414bd006c79154a8ebae6503e4107c73b",
"simple-markdown": "^0.7.3",
"simple-peer": "^9.11.1",
"skaler": "^1.0.7",
Expand Down

0 comments on commit 6998c33

Please sign in to comment.