Skip to content

feat(map): #37 theme-colored geolocation accuracy circle#137

Merged
TortoiseWolfe merged 1 commit into
mainfrom
feat/37-accuracy-circle-theme
Jun 6, 2026
Merged

feat(map): #37 theme-colored geolocation accuracy circle#137
TortoiseWolfe merged 1 commit into
mainfrom
feat/37-accuracy-circle-theme

Conversation

@TortoiseWolfe

Copy link
Copy Markdown
Owner

Closes #37.

What

The map's accuracy-radius Circle (drawn around the user's GPS position) hardcoded blue/lightblue, clashing with the user-location marker dot which already uses DaisyUI's bg-primary. This binds the circle's stroke + fill to the active theme's --color-primary via useEmbedThemeColor (shipped in #136), so the circle matches the dot and recolors live on theme switch.

This is the autonomous slice of the Enhanced-Geolocation gap-audit (#37); address-search / mobile-GPS / IP-fallback remain out of scope.

Verification

  • pnpm run type-check, pnpm run lint green.
  • 19 LocationMarker tests pass, including a new assertion that the circle uses the theme color and no longer the literal blue/lightblue.

🤖 Generated with Claude Code

…rimary

The accuracy-radius Circle hardcoded blue/lightblue while the user-location
marker dot uses `bg-primary`. Bind the circle stroke + fill to the active
DaisyUI theme's --color-primary via useEmbedThemeColor, so it matches the dot
and recolors live on theme switch. Test asserts the circle uses the theme color
and no longer the literal 'blue'/'lightblue'.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@TortoiseWolfe TortoiseWolfe merged commit c3975a2 into main Jun 6, 2026
18 checks passed
@TortoiseWolfe TortoiseWolfe deleted the feat/37-accuracy-circle-theme branch June 6, 2026 02:34
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.

[Gap-Audit] 028 Enhanced Geolocation: address search + mobile GPS + click-to-set + accuracy viz + IP fallback

2 participants