mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	convert library stats page to use new settings component
This commit is contained in:
		
							parent
							
								
									087de03a1f
								
							
						
					
					
						commit
						000d7fd249
					
				| @ -1,6 +1,6 @@ | |||||||
| <template> | <template> | ||||||
|   <div class="bg-bg rounded-md shadow-lg border border-white border-opacity-5 p-4 mb-8"> |   <div> | ||||||
|     <h1 class="text-xl">{{ $strings.HeaderLibraryStats }}: {{ currentLibraryName }}</h1> |     <app-settings-content :headerText="$strings.HeaderLibraryStats + ': ' + currentLibraryName"> | ||||||
|       <stats-preview-icons v-if="totalItems" :library-stats="libraryStats" /> |       <stats-preview-icons v-if="totalItems" :library-stats="libraryStats" /> | ||||||
| 
 | 
 | ||||||
|       <div class="flex lg:flex-row flex-wrap justify-between flex-col mt-8"> |       <div class="flex lg:flex-row flex-wrap justify-between flex-col mt-8"> | ||||||
| @ -61,6 +61,7 @@ | |||||||
|           </template> |           </template> | ||||||
|         </div> |         </div> | ||||||
|       </div> |       </div> | ||||||
|  |     </app-settings-content> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user