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
Stale search queries no longer overwrite fresher results in Search.astro: a monotonic queryId is now captured per input event and re-checked after every await (loadPagefind, pf.search, data()), so a superseded query bails before touching the DOM. Clearing the input also invalidates any in-flight query.
Accessibility
Disabled download cards on /download/ now drop their href entirely, removing unavailable-platform cards from the keyboard tab order and disabling Enter-key activation. Mirrors the community-forum-card fix from v1.1.15.