enhancement(page titles): Enhancement/page routing improvements#154
Merged
therealbrad merged 4 commits intomainfrom Mar 26, 2026
Merged
enhancement(page titles): Enhancement/page routing improvements#154therealbrad merged 4 commits intomainfrom
therealbrad merged 4 commits intomainfrom
Conversation
…tle handling - Modified the metadata structure in layout files to include a template for titles, enhancing consistency across the application. - Adjusted the title in the shared content layout to remove the suffix for clarity. - Updated the metadata fetching logic to simplify title assignment, ensuring a default title is used when none is provided.
- Changed logo image from "tpi_logo_square.png" to "tpi_logo_og.png" with updated dimensions (1200x630) for better display. - Adjusted metadata to reflect the new logo image for consistency across the application.
- Added new dependencies: `picomatch@4`, `smol-toml`, `yaml@1`, and `yaml@2` to `package.json` and `pnpm-lock.yaml`. - Updated existing dependencies: `@aws-sdk/client-s3`, `@aws-sdk/s3-request-presigner`, `@swagger-api/apidom-core`, `@t3-oss/env-nextjs`, `@tanstack/react-query`, `@tiptap/*`, `ai`, `bullmq`, `csv-parse`, `filesize`, `happy-dom`, `next`, `nodemailer`, and `openai` to their latest versions. - Ensured consistency across dependency versions in both `package.json` and `pnpm-lock.yaml`.
- Updated `StepsForm`, `DatePickerField`, and `DateRangePickerField` components to use generic types for improved type safety with `react-hook-form`. - Changed `Control<any>` to `Control<T>` and `name: string` to `name: FieldPath<T>` in props interfaces, ensuring better type inference and reducing potential runtime errors. - Removed unnecessary `control` prop from child components where it was not used, streamlining the code.
Contributor
Author
|
🎉 This PR is included in version 0.18.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
clFaster
pushed a commit
to clFaster/testplanit
that referenced
this pull request
Mar 27, 2026
## [0.18.7](TestPlanIt/testplanit@v0.18.6...v0.18.7) (2026-03-26) ### Enhancements * **page titles:** Enhancement/page routing improvements ([TestPlanIt#154](TestPlanIt#154)) ([6470b7e](TestPlanIt@6470b7e))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Resolve page titles so browser history is easier to navigate.
Improve open graph link previews