You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-09 23:17:29 +02:00
fix(mobile): fix text search (#14873)
* 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>
This commit is contained in:
6
mobile/test/dto.mocks.dart
Normal file
6
mobile/test/dto.mocks.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:mocktail/mocktail.dart';
|
||||
import 'package:openapi/api.dart';
|
||||
|
||||
class MockSmartSearchDto extends Mock implements SmartSearchDto {}
|
||||
|
||||
class MockMetadataSearchDto extends Mock implements MetadataSearchDto {}
|
Reference in New Issue
Block a user