aboutsummaryrefslogtreecommitdiff
path: root/src/components/account_actions/account_actions.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-15 23:19:33 +0300
committerHenry Jameson <me@hjkos.com>2022-08-15 23:19:33 +0300
commit50f5afbce1f2bc4dbd0ddf6c951c7e519dfc6ce3 (patch)
tree200ab58c3c3cebdcf7acf073096881824184eb3c /src/components/account_actions/account_actions.js
parent14292d7ed12a806efcf766895bc1c3aa56fd53f8 (diff)
add and remove users to/from lists from their profile
Diffstat (limited to 'src/components/account_actions/account_actions.js')
-rw-r--r--src/components/account_actions/account_actions.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js
index 99762562..735dd81c 100644
--- a/src/components/account_actions/account_actions.js
+++ b/src/components/account_actions/account_actions.js
@@ -1,6 +1,7 @@
import { mapState } from 'vuex'
import ProgressButton from '../progress_button/progress_button.vue'
import Popover from '../popover/popover.vue'
+import UserListMenu from 'src/components/user_list_menu/user_list_menu.vue'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faEllipsisV
@@ -19,7 +20,8 @@ const AccountActions = {
},
components: {
ProgressButton,
- Popover
+ Popover,
+ UserListMenu
},
methods: {
showRepeats () {