Feature: Pattern intensity map under Patterns tab on KYL dashboardFeature/pattern intensity map#315
Open
Athina09 wants to merge 7 commits intocore-stack-org:mainfrom
Open
Conversation
added 4 commits
March 8, 2026 20:42
…andscape visible - Make scroll container explicit (flex layout, main scrolls only) - Use scroll-snap proximity and GPU layer for smoother scroll - Replace backdrop-blur on sections with bg-white/10 to reduce jank - Fix layout: h-screen + navbar + footer so first section shows below navbar - Add landing-scroll-container CSS (scroll-padding, -webkit-overflow-scrolling) - Semantic structure: header, main, footer with shrink-0 for stable layout Made-with: Cursor
…l-behavior, scroll-margin Made-with: Cursor
- Add Map View (Pattern intensity) button in left sidebar Patterns tab - Modal with map showing MWS polygons colored by pattern count (green→red) - Legend: Safe (green), moderate (yellow/orange), high stress (red) - patternIntensityUtils: getPatternCountByMws, patternIntensityColor - Disabled until State, District & Tehsil selected; close modal does not affect main map Made-with: Cursor
…tion Made-with: Cursor
9efdc63 to
c702068
Compare
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds pattern intensity visualization for MWS polygons on the KYL dashboard.
Summary
Acceptance criteria
Files changed
src/components/utils/patternIntensityUtils.js(new)src/components/PatternIntensityMapModal.jsx(new)src/components/kyl_leftSidebar.jsxsrc/pages/kyl_dashboard.jsx