Add:Match All Authors button #642

This commit is contained in:
advplyr 2022-05-29 12:15:39 -05:00
parent 514893646a
commit cfcd351570
3 changed files with 53 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="page" :class="streamLibraryItem ? 'streaming' : ''">
<app-book-shelf-toolbar is-home />
<app-book-shelf-toolbar page="authors" is-home :authors="authors" />
<div id="bookshelf" class="w-full h-full p-8 overflow-y-auto">
<div class="flex flex-wrap justify-center">
<template v-for="author in authors">