Skip to content

Model filter count fixes#78

Merged
devincowan merged 5 commits intodevelopfrom
model_filter_count_fixes
Jun 11, 2025
Merged

Model filter count fixes#78
devincowan merged 5 commits intodevelopfrom
model_filter_count_fixes

Conversation

@MSDrao
Copy link
Copy Markdown
Contributor

@MSDrao MSDrao commented Jun 5, 2025

  • Fixed the issue where selected filters were getting cleared when the model filter panel was collapsed.
  • Added padding around the map container for better spacing.
  • Made the model filter panel responsive on smaller screens (full width in mobile).

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 5, 2025

Deploy Preview for hydroprocess ready!

Name Link
🔨 Latest commit 5d621cf
🔍 Latest deploy log https://app.netlify.com/projects/hydroprocess/deploys/684295a914f0eb0008f4b563
😎 Deploy Preview https://deploy-preview-78--hydroprocess.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@MSDrao MSDrao changed the base branch from main to develop June 5, 2025 21:12
@MSDrao MSDrao requested a review from devincowan June 5, 2025 21:15
Copy link
Copy Markdown
Contributor

@devincowan devincowan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!
It resolves some of the reactive UI issues, but not all of them.
https://github.com/user-attachments/assets/c0808a83-c8bd-43eb-9908-8486b88ad993

So as long as the intent was not to fully resolve all of CAM-684,this is great!

@devincowan
Copy link
Copy Markdown
Contributor

@MSDrao you will have to resolve conflicts and also get an "acceptance" review from someone like Tony


layer.bindPopup(content, {
maxWidth: 400,
maxWidth: window.innerWidth < 600 ? 260 : 400, // Responsive width
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this won't work if someone resizes their window after loading the app
but that's a pretty low probability, so this seems good
nice work!

@devincowan devincowan merged commit 03516b6 into develop Jun 11, 2025
4 checks passed
@devincowan devincowan deleted the model_filter_count_fixes branch June 11, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants