Feat: adds meta descriptions to docs - #57
Merged
Merged
Conversation
denolfe
added a commit
that referenced
this pull request
Oct 24, 2023
Dynogic
added a commit
to Dynogic/payload
that referenced
this pull request
Jun 14, 2026
…payloadcms#57) Hash-based tab navigation (change payloadcms#8) writes the active tab's hash via history.replaceState, which fires no native event, so consuming-app components deriving UI from window.location.hash (varig's sidebar nav) could not observe tab clicks — they only stayed in sync by accident via Next.js's patched replaceState changing useSearchParams identity. Dispatch new Event('admin:hashchange') after both replaceState branches in handleTabChange. The event name is a cross-repo contract with the consuming app (varig src/lib/admin/replace-hash.js). Cherry-picked from app-v3.76.1 f1ac36d (entry payloadcms#56 there; renumbered payloadcms#57 on this branch). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Dynogic
added a commit
to Dynogic/payload
that referenced
this pull request
Jun 14, 2026
Folds the entire app-v3.7* fork line (tip: app-v3.76.1, which already contains app-v3.71.1 / app-v3.74.0 / app-v3.75.0) into app-v3.85.0. Strategy 'ours': app-v3.85.0 already carries every functional change from app-v3.76.1 (fork payloadcms#54 focus-trap externalize, payloadcms#55 compound indexes, payloadcms#56 hashchange dispatch) -- re-applied on top of the 378-commit upstream v3.85.0 sync and renumbered to payloadcms#55/payloadcms#56/payloadcms#57. The only branch differences are FORK-CHANGES.md numbering and dependency versions (qs-esm 8, uuid 13, next 16.2.6 floor), where app-v3.85.0's values are the correct upgrade target. 'ours' records 3.76.1 in this branch's ancestry without clobbering the upgraded tree.
omen18
added a commit
to omen18/payload
that referenced
this pull request
Aug 8, 2026
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.
Adds meta descriptions to Payload docs for SEO.