Switch ?after=YYYY-MM-DD to ?days=N for time window filter
The original ?after=<absolute-date> form bookmarked as a permalink to a
fixed date range that drifts backward over time — bookmarking "Last
month" today gives you "the last 60 days" a month from now, which is
the opposite of what users expect. ?days=N is computed at query time
relative to the current wall clock, so a bookmark of ?days=30 always
means "the most recent 30 days." Future ranges (last week, last year)
become dropdown additions with no code changes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>