mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:37:11 -04:00 
			
		
		
		
	* fix(mobile): fix text search * chore(mobile): add tests for SearchPage * fix(mobile): fix render overflow for small screens Needed for SearchPage test to not throw overflow error * chore(mobile): update import_rule_openapi * styling * preserve styling and skip a test --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			218 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			218 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:mocktail/mocktail.dart';
 | |
| import 'package:openapi/api.dart';
 | |
| 
 | |
| class MockSmartSearchDto extends Mock implements SmartSearchDto {}
 | |
| 
 | |
| class MockMetadataSearchDto extends Mock implements MetadataSearchDto {}
 |