Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add time frame #1965

Merged
merged 21 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
65a9e2d
feat: add time frame filter to dashboards
rajeshj11 Sep 18, 2024
22fb2b4
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 18, 2024
ebe9ecb
refactor: moved the preset fetching and preset handling into custom h…
rajeshj11 Sep 18, 2024
aab22dc
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 18, 2024
4595a2a
chore: fix lint issues
rajeshj11 Sep 18, 2024
5952beb
Merge branch 'feat-1770-add-time-frame' of github.com:rajeshj11/keep …
rajeshj11 Sep 18, 2024
cac4031
chore: minor typos
rajeshj11 Sep 18, 2024
a6c253b
chore: fix build lint issues
rajeshj11 Sep 18, 2024
90f2f7b
chore: fix typo
rajeshj11 Sep 18, 2024
97aa5fd
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 19, 2024
b4976ce
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 19, 2024
2c4c091
chore: minor timezone issue fix
rajeshj11 Sep 20, 2024
37bdad3
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 20, 2024
ecc5b41
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 23, 2024
cfd03db
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 24, 2024
a944d07
Merge branch 'main' into feat-1770-add-time-frame
Matvey-Kuk Sep 24, 2024
96bd237
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 24, 2024
74dec1c
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 24, 2024
7483359
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 25, 2024
c099af0
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 25, 2024
d423689
Merge branch 'main' into feat-1770-add-time-frame
rajeshj11 Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix typo
  • Loading branch information
rajeshj11 committed Sep 18, 2024
commit 90f2f7b2eff439257ee544ab6cef0e588ac63c74
2 changes: 1 addition & 1 deletion keep-ui/app/dashboard/[id]/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const DASHBOARD_FILTERS = [
type: "date",
key: "time_stamp",
value: "",
name: "Last Recived",
name: "Last received",
}
]

Expand Down
Loading