diff options
| author | Henry Jameson <me@hjkos.com> | 2019-12-08 16:07:30 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-12-08 16:07:30 +0200 |
| commit | 1b1620a7551293234d000022886c53e4520517a1 (patch) | |
| tree | 15e272b21c7e2c9ea5758c05b3cbcd3cd4a06a97 /src/components/account_actions/account_actions.vue | |
| parent | ff95d865d223fed5bab2a4d72ff3a22f014d3c56 (diff) | |
| parent | e60d9f2d5ae7de753cc9d3e74bd675ec79c9219e (diff) | |
Merge remote-tracking branch 'upstream/develop' into streaming
* upstream/develop:
Remove whitespace hack on empty post content
Change output directory of fontello
add html-webpack-plugin to karma config
use another fork of fontello-webpack-plugin
add animate-spin class
remove needless code
use another approach for versioning font files
versioning the font resources through webpack
fix "can't find property of undefined" errors in mrf transparency panel
move mention button right next to mute button
restore muted users collapsing logic on other user’s profiles
Diffstat (limited to 'src/components/account_actions/account_actions.vue')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 046cba93..d3235be1 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -9,17 +9,7 @@ > <div slot="popover"> <div class="dropdown-menu"> - <button - class="btn btn-default btn-block dropdown-item" - @click="mentionUser" - > - {{ $t('user_card.mention') }} - </button> <template v-if="user.following"> - <div - role="separator" - class="dropdown-divider" - /> <button v-if="user.showing_reblogs" class="btn btn-default dropdown-item" @@ -34,11 +24,11 @@ > {{ $t('user_card.show_repeats') }} </button> + <div + role="separator" + class="dropdown-divider" + /> </template> - <div - role="separator" - class="dropdown-divider" - /> <button v-if="user.statusnet_blocking" class="btn btn-default btn-block dropdown-item" |
