mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Refactored date navigation.
This commit is contained in:
parent
87bb9b1e73
commit
c5046d0043
5 changed files with 181 additions and 121 deletions
|
|
@ -179,11 +179,12 @@ export interface RealtimeUpdate {
|
|||
}
|
||||
|
||||
export interface DateRange {
|
||||
value: string;
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
value: string;
|
||||
unit?: TimeUnit;
|
||||
selectedUnit?: { num: number; unit: TimeUnit };
|
||||
num?: number;
|
||||
offset?: number;
|
||||
}
|
||||
|
||||
export interface QueryFilters {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue