mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00: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:
parent
776be7d205
commit
c148a28a82
9 changed files with 215 additions and 8 deletions
|
|
@ -266,8 +266,8 @@ class SearchFilter {
|
|||
AssetType? mediaType,
|
||||
}) {
|
||||
return SearchFilter(
|
||||
context: context,
|
||||
filename: filename,
|
||||
context: context ?? this.context,
|
||||
filename: filename ?? this.filename,
|
||||
people: people ?? this.people,
|
||||
location: location ?? this.location,
|
||||
camera: camera ?? this.camera,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue