mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-04 02:15:18 +02:00
Added search bar
This commit is contained in:
parent
550e1e155b
commit
8026533a06
18 changed files with 166 additions and 9 deletions
|
@ -12,6 +12,7 @@ export interface SettingsForm {
|
|||
hideHeader: number;
|
||||
hideApps: number;
|
||||
hideCategories: number;
|
||||
hideSearch: number;
|
||||
useOrdering: string;
|
||||
openSameTab: number;
|
||||
}
|
5
client/src/interfaces/Query.ts
Normal file
5
client/src/interfaces/Query.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface Query {
|
||||
name: string;
|
||||
prefix: string;
|
||||
template: string;
|
||||
}
|
|
@ -7,4 +7,5 @@ export * from './Bookmark';
|
|||
export * from './Category';
|
||||
export * from './Notification';
|
||||
export * from './Config';
|
||||
export * from './Forms';
|
||||
export * from './Forms';
|
||||
export * from './Query';
|
Loading…
Add table
Add a link
Reference in a new issue