abstracted mute confirmation dialog into its own component. mutes in status actions work now

This commit is contained in:
Henry Jameson 2025-01-16 20:14:05 +02:00
commit 68093b6276
13 changed files with 356 additions and 139 deletions

View file

@ -84,8 +84,13 @@ export default {
}
]
},
userIsMuted () {
return this.$store.getters.relationship(this.status.user.id).muting
},
threadIsMuted () {
return this.status.thread_muted
},
buttonInnerClass () {
if (!this.extra) console.log(this.button.name)
return [
this.button.name + '-button',
{