diff --git a/front/src/components/federation/LibraryCard.vue b/front/src/components/federation/LibraryCard.vue index a5579c125acb8cf5691cfc572b03a6ce03fd5204..f91b003ebae5140059f5657563a1437248513623 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 3aec5213d96ff6a3558380db3706233c1187d8b0..7e1d5c49f4a70c67fa64db3fefeae91b75dc28fb 100644 --- a/front/src/components/federation/LibraryForm.vue +++ b/front/src/components/federation/LibraryForm.vue @@ -1,9 +1,9 @@ |
---|