Skip to content

fix(map): correct opacity for marker icons#1883

Open
AlexaM2 wants to merge 2 commits into
developfrom
fix/parking-icon
Open

fix(map): correct opacity for marker icons#1883
AlexaM2 wants to merge 2 commits into
developfrom
fix/parking-icon

Conversation

@AlexaM2

@AlexaM2 AlexaM2 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Closes #1865

Screenshot_20260715_012825 Screenshot_20260715_012801

Review checklist

  • Terms and conditions reflect the changes

View Changes

  • Description has screenshots of the UI changes.
  • Tested both in light and dark mode.
  • New text is both in portuguese (PT) and english (EN).
  • Works in different text zoom levels.
  • Works in different screen sizes.

Performance

  • No helper functions to return widgets are added. New widgets are created instead.
  • Used ListView.builder for Long Lists.
  • Controllers (TextEditingController, ...) are beeing disposed of in dispose() method.

@AlexaM2 AlexaM2 self-assigned this Jul 15, 2026
@codecov

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 6%. Comparing base (c5a225a) to head (8f0f246).
⚠️ Report is 1 commits behind head on develop.

❌ Your project check has failed because the head coverage (6%) is below the target coverage (70%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #1883   +/-   ##
=======================================
  Coverage        6%      6%           
=======================================
  Files           38      38           
  Lines         2121    2121           
=======================================
  Hits           125     125           
  Misses        1996    1996           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@goncalopinto1 goncalopinto1 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM 👍

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.

Fix the Parking icon on the new map page

3 participants