Skip to content

fix: pre-release fixes for v1.2.3#284

Merged
AugustoL merged 1 commit intodevfrom
fixes-before-v1.2.3
Mar 9, 2026
Merged

fix: pre-release fixes for v1.2.3#284
AugustoL merged 1 commit intodevfrom
fixes-before-v1.2.3

Conversation

@AugustoL
Copy link
Collaborator

@AugustoL AugustoL commented Mar 9, 2026

Description

Small fixes before the v1.2.3 release.

Changes Made

  • fix(css): Address hash duplicated on desktop — .show-mobile-flex, .show-mobile-inline, and .show-mobile-inline-flex were missing a default display: none, causing both the desktop and mobile spans to render simultaneously on the address page
  • chore: Ignore package-lock.json (project uses Bun) and .claude/plans/ in .gitignore

Type of Change

  • Bug fix

Checklist

  • I have run npm run format:fix and npm run lint:fix
  • I have run npm run typecheck with no errors
  • I have tested my changes locally

.show-mobile-flex, .show-mobile-inline and .show-mobile-inline-flex had
no default display:none outside the mobile media query, causing them to
render on all screen sizes. This made the address hash appear duplicated
on the address page (both the full desktop span and the truncated mobile
span were visible simultaneously).

Also ignores package-lock.json and .claude/plans/ in .gitignore.
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

🚀 Preview: https://pr-284--openscan.netlify.app
📝 Commit: 7b7c40a5032e5359ecdc046530d5533a4f7e2ffc

@AugustoL AugustoL merged commit 22f7b23 into dev Mar 9, 2026
6 of 8 checks passed
@AugustoL AugustoL deleted the fixes-before-v1.2.3 branch March 11, 2026 19:05
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