Skip to content

Changelog - Dev - 05.05.2026 โ€‹

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.


[Unreleased] - 2026-05-05 โ€‹

Added โ€‹

  • Add upcoming hero state for future live events โ€” Introduces an 'upcoming' hero state to display future live events, enabling users to discover and anticipate upcoming venue activities before they go live. (#454) enhancement preview
  • Adopt A1.2 neon hero design for live/preroll states โ€” Implements the A1.2 neon hero design system for live and preroll event states, modernizing the visual presentation of active and upcoming offers in the hero rail. (#454) enhancement preview

Changed โ€‹

  • Match preroll badge styling to live pill design โ€” Aligns preroll badge styling with the live pill design and removes the slot's amber border for a more cohesive visual hierarchy in the offers UI. (#454) enhancement preview
  • Update validate-headers to exclude api.anthropic.com โ€” Excludes api.anthropic.com from header validation to support CI usage with external AI services. (#454) enhancement preview

Update - 2026-05-05 05:06 UTC โ€‹

Added โ€‹

  • Add tap-to-scroll-top tooltip on Places nav โ€” When users scroll past the chevron threshold in the Places list, a coachmark appears above the icon to teach the scroll-to-top affordance. The tooltip auto-dismisses after 5 seconds, persists per-device via tutorial state helpers, and respects the global tutorial-disabled toggle. (#455) enhancement
  • Let users replay Places scroll-to-top hint in settings โ€” Users can now re-trigger the scroll-to-top tooltip from settings, allowing them to review the hint if they dismissed it or want a refresher on the gesture. (#455) enhancement

Fixed โ€‹

  • Avoid setState-in-effect for scroll-tip seen state โ€” Refactored the scroll-tip tutorial state management to avoid setState calls within effects, improving React compliance and reducing potential race conditions. (#455) enhancement

Update - 2026-05-05 05:58 UTC โ€‹

Fixed โ€‹

  • Fix scroll-tip clipping and Settings reset feedback โ€” Resolved two dashboard issues: the Places scroll-to-top tooltip was clipping off the left edge of the viewport, and the Settings "Show again" button lacked visible feedback on reset. The tooltip is now anchored to the button's left edge to extend rightward, keeping the chevron centered on the icon. (#457) bug

Update - 2026-05-05 23:31 UTC โ€‹

Fixed โ€‹

  • Fix heroOfferCardPreroll time-zone flake โ€” Resolved a time-zone dependent test flake in heroOfferCardPreroll that caused CI failures after 22:00 UTC by pinning the clock in the test. The test was asserting offer state based on Date.now() without accounting for time-zone variations. (#464) bug

Built with VitePress