diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js index b38876b8..2dbefc22 100644 --- a/src/components/extra_buttons/extra_buttons.js +++ b/src/components/extra_buttons/extra_buttons.js @@ -9,7 +9,8 @@ import { faShareAlt, faExternalLinkAlt, faHistory, - faFilePen + faFilePen, + faTooth } from '@fortawesome/free-solid-svg-icons' import { faBookmark as faBookmarkReg, @@ -27,7 +28,8 @@ library.add( faExternalLinkAlt, faFlag, faHistory, - faFilePen + faFilePen, + faTooth ) const ExtraButtons = { @@ -163,6 +165,9 @@ const ExtraButtons = { }, hideRedraftStatusConfirmDialog () { this.showingRedraftDialog = false + }, + biteNote () { + this.$store.dispatch('biteNote', this.status.id) } }, computed: { diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index 988e4ac0..8cba9362 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -9,6 +9,17 @@ >