Improve user lists index (#4605)
* wip
* Revert "wip"
This reverts commit 6212831ce3
.
* improve list index
* Update user-lists.vue
This commit is contained in:
@@ -148,10 +148,7 @@ export default Vue.extend({
|
||||
},
|
||||
|
||||
list() {
|
||||
const w = this.$root.new(MkUserListsWindow);
|
||||
w.$once('choosen', list => {
|
||||
this.$router.push(`i/lists/${ list.id }`);
|
||||
});
|
||||
this.$root.new(MkUserListsWindow);
|
||||
},
|
||||
|
||||
followRequests() {
|
||||
|
Reference in New Issue
Block a user