Skip to content

Enhance SEO, PWA support, and improve code maintainability#14

Merged
Barata-Ribeiro merged 10 commits into
mainfrom
implement-minor-fixes-install-devtools
Jun 23, 2026
Merged

Enhance SEO, PWA support, and improve code maintainability#14
Barata-Ribeiro merged 10 commits into
mainfrom
implement-minor-fixes-install-devtools

Conversation

@Barata-Ribeiro

Copy link
Copy Markdown
Owner

This pull request introduces several improvements and updates across the codebase, focusing on enhanced SEO and social metadata support, dependency upgrades, and minor code quality improvements.

SEO and Metadata Enhancements:

  • Added a new SocialMetadata component to centralize and automate the rendering of Open Graph and Twitter meta tags, and integrated it into the main application layout. This ensures consistent and comprehensive social sharing metadata across the site. (app/components/application/social-metadata.tsx, app/root.tsx) [1] [2] [3]
  • Introduced new constants for application name, default title, description, keywords, and URL, and updated the main layout to use these values for meta tags and manifest. (app/lib/consts.ts, app/root.tsx) [1] [2]

Dependency and Tooling Updates:

  • Upgraded several dependencies to their latest versions, including isbot, vite, and various @rolldown/binding-* packages, and added the new vite-plugin-devtools-json development dependency. (package.json, pnpm-lock.yaml) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

Code Quality and Robustness:

  • Refactored browser detection logic in systeminfo-client.tsx for improved clarity and maintainability. (app/components/home/systeminfo-client.tsx)
  • Improved type safety in theme selection by narrowing the accepted values for the theme in the theme route action. (app/routes/theme.tsx)

These changes collectively improve the maintainability, SEO, and overall robustness of the application.

@Barata-Ribeiro Barata-Ribeiro self-assigned this Jun 23, 2026
@Barata-Ribeiro Barata-Ribeiro added bug Something isn't working chore Handle config, moving etc. labels Jun 23, 2026
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
utilities-webapp Ignored Ignored Jun 23, 2026 2:02pm

@Barata-Ribeiro Barata-Ribeiro merged commit 308cc36 into main Jun 23, 2026
3 checks passed
@Barata-Ribeiro Barata-Ribeiro deleted the implement-minor-fixes-install-devtools branch June 23, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working chore Handle config, moving etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant