Skip to content

Conversation

@AugustoL
Copy link
Collaborator

@AugustoL AugustoL commented Jan 20, 2026

Description

Resolves merge conflicts between main and dev branches for the v1.1.0-a release, prioritizing code from the dev branch to preserve bun/vite migration and mobile responsive features.

Related Issue

Closes #150

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Performance improvement
  • Other (please describe):

Changes Made

  • Merged main into dev branch
  • Resolved conflicts in package.json (kept vite devDependencies, removed webpack)
  • Deleted package-lock.json (bun uses bun.lock)
  • Restored all src/ files from dev branch to preserve:
    • Mobile responsive navbar with hamburger menu
    • DevTools page styling and structure
    • Footer component
    • Address header component
    • Blocks and transactions pages

Screenshots (if applicable)

N/A

Checklist

  • I have run npm run format:fix and npm run lint:fix
  • I have run npm run typecheck with no errors
  • I have run tests with npm run test:run
  • I have tested my changes locally
  • I have updated documentation if needed
  • My code follows the project's architecture patterns

Additional Notes

This PR ensures that the dev branch code takes priority over main branch code, preserving all the recent work on bun/vite migration and mobile responsive features.

…t-151-feat/mobile-responsive

Revert "feat: mobile responsive design (Issue openscan-explorer#114)"
Priority given to dev branch code over main to preserve:
- Mobile responsive navbar with hamburger menu
- DevTools page styling and structure
- Footer component
- Address header component
- Blocks and transactions pages
@github-actions
Copy link

🚀 Preview: https://pr-164--openscan.netlify.app
📝 Commit: 232f43b4a385182a8f5f4c64448be9923b14d686

@AugustoL AugustoL merged commit 50d703f into openscan-explorer:dev Jan 20, 2026
2 of 3 checks passed
@AugustoL AugustoL mentioned this pull request Jan 20, 2026
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