You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigating directly to /around-the-horn/ (bookmarked link, new tab, shared URL) shows an opaque error with no recovery path — sessionStorage is empty on a fresh load
ATH bundle cards are buried below the feed toolbar; they're the best-designed element on the page but most users scroll past the filters before reaching them
around-the-horn/index.astro contains a full inline duplicate of relativeDate() from utils.js
Changes
Show a friendly "Story bundle unavailable" message with a prominent orange "← Back to YardReport" link when sessionStorage has no bundle
Move the ATH bundle container above the feed toolbar in index.astro so cards appear before filters on every load
Remove the duplicate inline relativeDate and import from utils.js
Problem
/around-the-horn/(bookmarked link, new tab, shared URL) shows an opaque error with no recovery path —sessionStorageis empty on a fresh loadaround-the-horn/index.astrocontains a full inline duplicate ofrelativeDate()fromutils.jsChanges
sessionStoragehas no bundleindex.astroso cards appear before filters on every loadrelativeDateand import fromutils.jsEffort: Small