-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add dashboard and event tracker maps #24
Add dashboard and event tracker maps #24
Conversation
… feature/add-dashboard-map
… feature/add-dashboard-map
…ters to single select
… dates and reset also map data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anagperal looks good, just need to delete some unused files.
@@ -0,0 +1,93 @@ | |||
import { FutureData } from "../../data/api-futures"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is no longer used. it can be removed, it is not referenced anywhere
@@ -0,0 +1,27 @@ | |||
import { Maybe } from "../../../utils/ts-utils"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is no longer used. it can be removed, it is not referenced anywhere.
@@ -0,0 +1,93 @@ | |||
import { useEffect, useState } from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is no longer used. it can be removed, it is not referenced anywhere
📌 References
📝 Implementation
📹 Screenshots/Screen capture
🔥 Notes to the tester