- |
|
@@ -116,7 +125,8 @@ export default { search: '', checked: {}, isImporting: false, - importBatch: null + importBatch: null, + importedFilter: null } }, created () { @@ -129,6 +139,9 @@ export default { 'page_size': this.paginateBy, 'q': this.search }, this.filters) + if (this.importedFilter !== null) { + params.imported = this.importedFilter + } let self = this self.isLoading = true self.checked = [] @@ -185,6 +198,9 @@ export default { }, page () { this.fetchData() + }, + importedFilter () { + this.fetchData() } } } diff --git a/front/src/views/federation/LibraryDetail.vue b/front/src/views/federation/LibraryDetail.vue index c64ca2cf2..20250e333 100644 --- a/front/src/views/federation/LibraryDetail.vue +++ b/front/src/views/federation/LibraryDetail.vue @@ -18,7 +18,10 @@ |
---|
Follow status | ++ Follow status + + | Pending approval @@ -34,7 +37,10 @@ |
Federation | ++ Federation + + |
|