Show assets on web (#168)

* Implemented lazy loading thumbnail
* Display assets as date-time grouping
* Update Readme
* Modify GitHub action to run from the latest update
This commit is contained in:
Alex 2022-05-21 16:50:56 -05:00 committed by GitHub
parent 171e7ffa77
commit 6023c3c624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 350 additions and 752 deletions

View file

@ -22,7 +22,7 @@ export class AssetService {
constructor(
@InjectRepository(AssetEntity)
private assetRepository: Repository<AssetEntity>,
) {}
) { }
public async updateThumbnailInfo(assetId: string, path: string) {
return await this.assetRepository.update(assetId, {