mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Refactor mobile to use OpenApi generated SDK (#336)
This commit is contained in:
		| @@ -1,10 +1,10 @@ | ||||
| import 'package:flutter/material.dart'; | ||||
| import 'package:hooks_riverpod/hooks_riverpod.dart'; | ||||
| import 'package:immich_mobile/modules/sharing/ui/selection_thumbnail_image.dart'; | ||||
| import 'package:immich_mobile/shared/models/immich_asset.model.dart'; | ||||
| import 'package:openapi/api.dart'; | ||||
|  | ||||
| class AssetGridByMonth extends HookConsumerWidget { | ||||
|   final List<ImmichAsset> assetGroup; | ||||
|   final List<AssetResponseDto> assetGroup; | ||||
|   const AssetGridByMonth({Key? key, required this.assetGroup}) | ||||
|       : super(key: key); | ||||
|   @override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user