mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): search page navigation and asset select (#2191)
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
export let value = '';
|
||||
export let grayTheme: boolean;
|
||||
|
||||
// Replace state to immediately go back to previous page, instead
|
||||
// of having to go through every search query.
|
||||
export let replaceHistoryState = false;
|
||||
|
||||
let showBigSearchBar = false;
|
||||
$: showClearIcon = value.length > 0;
|
||||
|
||||
@@ -33,7 +29,7 @@
|
||||
clip: clipSearch
|
||||
});
|
||||
|
||||
goto(`${AppRoute.SEARCH}?${params}`, { replaceState: replaceHistoryState });
|
||||
goto(`${AppRoute.SEARCH}?${params}`);
|
||||
}
|
||||
|
||||
const saveSearchTerm = (saveValue: string) => {
|
||||
|
||||
Reference in New Issue
Block a user