Skip to content

Conversation

@MaxGhenis
Copy link
Contributor

Summary

This PR fixes the tiny logo issue and resolves CI warnings.

Changes

  1. Logo Sizing: Changed from fixed 80px height to 70% of sidebar width (max 250px) for much better visibility
  2. CI Warnings Fixed:
    • Added missing ESLint dependencies to package.json
    • Fixed React unescaped entity warnings in both index.js and vat-analysis.js
    • Added ESLint disable comment for img element (required for GitHub Pages base path)
  3. Cleanup: Removed redundant vat-analysis.js file since all content is now in index.js

Visual Impact

The logo is now much more prominent in the sidebar, taking up 70% of the width instead of being a tiny 80px height image.

🤖 Generated with Claude Code

MaxGhenis and others added 2 commits July 31, 2025 20:30
- Make logo 70% of sidebar width (max 250px) for better visibility
- Add missing ESLint dependencies to devDependencies
- Fix React unescaped entities warnings in index.js and vat-analysis.js
- Add ESLint disable comment for img element (required for GitHub Pages base path)
- Remove redundant vat-analysis.js file since content is now in index.js

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
- Update test files to import from pages/index instead of pages/vat-analysis
- This fixes the CI test failures

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
@MaxGhenis MaxGhenis merged commit 49f438f into main Aug 1, 2025
2 checks passed
daphnehanse11 pushed a commit to daphnehanse11/uk-vatlab that referenced this pull request Aug 21, 2025
* Fix logo sizing and CI warnings

- Make logo 70% of sidebar width (max 250px) for better visibility
- Add missing ESLint dependencies to devDependencies
- Fix React unescaped entities warnings in index.js and vat-analysis.js
- Add ESLint disable comment for img element (required for GitHub Pages base path)
- Remove redundant vat-analysis.js file since content is now in index.js

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix test imports after removing vat-analysis.js

- Update test files to import from pages/index instead of pages/vat-analysis
- This fixes the CI test failures

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
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