Skip to content

Dev#16

Merged
masmuss merged 3 commits into
mainfrom
dev
Apr 25, 2026
Merged

Dev#16
masmuss merged 3 commits into
mainfrom
dev

Conversation

@masmuss

@masmuss masmuss commented Apr 25, 2026

Copy link
Copy Markdown
Owner

This pull request introduces comprehensive improvements to SEO metadata handling across the application, ensuring that dynamic and context-aware meta tags are consistently set for better search engine and social media integration. It also enhances the job application timeline UI with a new customizable action and improved visual cues for status changes. Additionally, there are minor code cleanups and a new test to verify SEO tags.

SEO meta tag improvements:

  • Added a seo helper method in HandleInertiaRequests.php to dynamically generate SEO metadata (title, description, image, robots, etc.) based on the current route, and made this data available to frontend pages.
  • Updated app.blade.php to use SEO metadata from the page props, ensuring all relevant meta tags (Open Graph, Twitter, canonical, etc.) are set server-side for every page. [1] [2]
  • Introduced a reusable SeoHead React component to inject SEO meta tags into the head of Inertia.js pages, and updated the landing page to use it with dynamic props from the backend. [1] [2]

Job application timeline UI enhancements:

  • Refactored the JobApplicationShowTimeline component to support a new topAction prop (for displaying actions like "Update progress" at the top of the timeline), improved the visual styling of timeline icons/statuses, and removed the status badge in favor of styled text. [1] [2] [3] [4]
  • Updated the job application show page to pass a new update dialog as the topAction, allowing users to quickly update application progress from the timeline. [1] [2]

Testing and configuration:

  • Added a feature test to verify that the landing page includes the correct default SEO meta tags.
  • Minor cleanup in .prettierrc to format plugin and function lists more compactly.

@masmuss masmuss merged commit 1aee930 into main Apr 25, 2026
3 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant