Conversation
* Multiple issue fix (#80) * Fix Issue # 71 * Fix Issue # 71 * Complete Issue #69 * Resolve Issue #75 * Resolves Issue #76 --------- Co-authored-by: Jay Stobie <j.stobie@Jays-MacBook-Pro.local> * Remove @jstobie-quadient from CODEOWNERS --------- Co-authored-by: Jay Stobie <78213290+f3-jolt@users.noreply.github.com> Co-authored-by: Jay Stobie <j.stobie@Jays-MacBook-Pro.local>
f3-jolt
added a commit
that referenced
this pull request
Mar 24, 2026
* Fix multiple issues including #69, #71, #75, and #76 (#81) * Multiple issue fix (#80) * Fix Issue # 71 * Fix Issue # 71 * Complete Issue #69 * Resolve Issue #75 * Resolves Issue #76 --------- * Remove @jstobie-quadient from CODEOWNERS --------- * Initial Chart Load * resolves issue #93 * hide charts for now * resolved issue #86 * hiding charts but keeping in the background --------- Co-authored-by: Damon Vinciguerra <damon.vinciguerra@gmail.com> Co-authored-by: Jay Stobie <j.stobie@Jays-MacBook-Pro.local>
This was
linked to
issues
Mar 24, 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.
👋 TL;DR
Updated page title updates to remove the double BQ calls and FNG date logic.
🔎 Details
generateMetadatawith a client-sidedocument.titleupdate inPageHeader, eliminating an extra unauthenticated BQ query per page load on AO, PAX, and Region stat pages [resolved issue Take a look at double queries #93]first_event_datewhenfng_dateis null [resolves issue Start date override on PAX page #86]generateMetadatatest files (tested functionality that no longer exists)Changes
src/components/pageHeader.tsx— addsuseEffectto setdocument.title = name + " | PAX Vault"on mountsrc/app/stats/ao/[aoId]/page.tsx,pax/[paxId]/page.tsx,region/[regionId]/page.tsx— removesgenerateMetadataexportsrc/components/pax/SummaryCard.tsx— showsfirst_event_dateas fallback whenfng_dateis nullsrc/app/stats/*/page.test.ts— removed (tested removed functionality)✅ How to Test
/stats/region/[id],/stats/ao/[id],/stats/pax/[id]— confirm browser tab title shows<Name> | PAX Vaultafter hydration🥜 GIF