lib item page ready

This commit is contained in:
Dr-Blank 2024-05-12 05:38:30 -04:00
parent 0d54f1cb15
commit 097caf8ec2
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
15 changed files with 804 additions and 221 deletions

View file

@ -44,6 +44,8 @@ class CoverImage extends _$CoverImage {
'cover image stale for ${libraryItem.id}, fetching from the server',
);
}
} else {
debugPrint('cover image not found in cache for ${libraryItem.id}');
}
// check if the image is in the cache
@ -57,6 +59,7 @@ class CoverImage extends _$CoverImage {
libraryItem.id,
coverImage,
key: libraryItem.id,
fileExtension: 'jpg',
);
debugPrint(
'cover image fetched for for ${libraryItem.id}, file time: ${await newFile.lastModified()}',

View file

@ -6,7 +6,7 @@ part of 'image_provider.dart';
// RiverpodGenerator
// **************************************************************************
String _$coverImageHash() => r'010200735fbe7567ffdaad68bc5a98a475dfda42';
String _$coverImageHash() => r'3f4ef56a2539dd2082e7de55098bed8876098e9f';
/// Copied from Dart SDK
class _SystemHash {