Skip to content

Conversation

@submarcos
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 12, 2026 13:38
@codecov
Copy link

codecov bot commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.42%. Comparing base (875676c) to head (d161028).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #355   +/-   ##
=======================================
  Coverage   92.41%   92.42%           
=======================================
  Files          33       33           
  Lines        2637     2639    +2     
=======================================
+ Hits         2437     2439    +2     
  Misses        200      200           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request enhances the responsive layout for multi-update forms by improving Bootstrap grid responsiveness across different screen sizes. The changes simplify the HTML structure while adding responsive column classes to both the template and form helper configuration.

Changes:

  • Simplified HTML structure by removing redundant row wrapper
  • Added responsive Bootstrap column classes for different viewport sizes (mobile, tablet, desktop)
  • Configured form-horizontal layout with responsive label and field widths

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
mapentity/templates/mapentity/mapentity_multi_update_form.html Removed nested row wrapper and added responsive column classes (col-12, col-md-6, col-lg-4) with appropriate offsets for centering
mapentity/forms.py Added form-horizontal class and configured responsive label/field column widths using Bootstrap grid classes
CHANGES.md Added changelog entry documenting the responsive layout improvement

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@submarcos submarcos merged commit 37b9fb8 into master Jan 12, 2026
12 checks passed
@submarcos submarcos deleted the fix_responsive_multi_update_form branch January 12, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants