diff --git a/front/src/components/federation/LibraryCard.vue b/front/src/components/federation/LibraryCard.vue index a5579c125..f91b003eb 100644 --- a/front/src/components/federation/LibraryCard.vue +++ b/front/src/components/federation/LibraryCard.vue @@ -7,41 +7,39 @@
Actor | -Creation date | -Status | -Actions | +
- Approved
+ |
Deny access? -By confirming, {{ follow.actor.preferred_username }}@{{ follow.actor.domain }} will be denied access to your library. -Deny +
+ Approve access? -By confirming, {{ follow.actor.preferred_username }}@{{ follow.actor.domain }} will be granted access to your library. -Approve +
+ |
@@ -71,7 +80,12 @@
>
- Showing results {{ ((page-1) * paginateBy) + 1 }}-{{ ((page-1) * paginateBy) + result.results.length }} on {{ result.count }} | +diff --git a/front/src/components/federation/LibraryForm.vue b/front/src/components/federation/LibraryForm.vue index 3aec5213d..7e1d5c49f 100644 --- a/front/src/components/federation/LibraryForm.vue +++ b/front/src/components/federation/LibraryForm.vue @@ -1,9 +1,9 @@ |
---|