mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 09:55:18 +02:00
Added redirect function to search bar
This commit is contained in:
parent
a162450568
commit
da928f20a2
6 changed files with 35 additions and 15 deletions
|
@ -2,6 +2,7 @@ import { Query } from './Query';
|
|||
|
||||
export interface SearchResult {
|
||||
isLocal: boolean;
|
||||
isURL: boolean;
|
||||
sameTab: boolean;
|
||||
search: string;
|
||||
query: Query;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue