-
Notifications
You must be signed in to change notification settings - Fork 0
Heatmap Implementation #81
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
base: staging
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,3 +155,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file | |
|
||
For any questions or support, please contact us at [email protected] or visit our website [https://www.airqo.net](https://www.airqo.net). | ||
|
||
# frontend | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,9 @@ | |
"leaflet": "^1.9.4", | ||
"leaflet-draw": "^1.0.4", | ||
"leaflet-geosearch": "^4.2.0", | ||
"leaflet.heat": "^0.2.0", | ||
"lucide-react": "^0.475.0", | ||
"mongodb": "5.9.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Critical: 🤖 Prompt for AI Agents
|
||
"next": "^15.1.7", | ||
"papaparse": "^5.5.2", | ||
"react": "^18.3.1", | ||
|
@@ -40,7 +42,7 @@ | |
"tailwindcss-animate": "^1.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/leaflet": "^1.9.14", | ||
"@types/leaflet": "^1.9.17", | ||
"@types/lodash.debounce": "^4.0.9", | ||
"@types/node": "^20", | ||
"@types/papaparse": "^5.3.15", | ||
|
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.
🛠️ Refactor suggestion
Revise or remove redundant README header.
Appending
# frontend
at the end duplicates the top-level heading and doesn’t add contextual information about this directory. Consider replacing it with a brief overview of the frontend folder or removing it entirely.🤖 Prompt for AI Agents