Improve user lists index (#4605)

* wip

* Revert "wip"

This reverts commit 6212831ce3bdae5ce17f8ace9945710ba7696185.

* improve list index

* Update user-lists.vue
This commit is contained in:
tamaina
2019-04-18 21:33:24 +09:00
committed by syuilo
parent 8b92feac71
commit dab7e527de
6 changed files with 123 additions and 105 deletions

View File

@ -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() {