M MemberIntel KB
Activity Decisions

standup

Standup — 2026-05-17

**PR #1 merged** — the knowledge-base site now has a cross-repo activity feed at `/activity`: merged and open PRs from both repos, 14-day window, day-by-day tim

Daily standup for 2026-05-17. What shipped:

PR #1 merged — the knowledge-base site now has a cross-repo activity feed at /activity: merged and open PRs from both repos, 14-day window, day-by-day timeline, open-PRs sidebar. A new Activity header button sits next to the existing Decisions button.

Dark-mode was broken on both the activity page and the ADR board. Both were referencing CSS variables that don’t exist in this design system (--mi-surface, --mi-text-muted, etc.), so hardcoded hex fallbacks rendered fine in light mode and went nearly invisible in dark. Fixed by switching to the actual tokens (--mi-bg-elev, --mi-ink-*, --mi-primary, etc.) with explicit [data-theme="dark"] overrides on the status badges (add4916).

In the plugin, d96cd5f repairs a double-WHERE bug in the memberships and members REST endpoints — malformed SQL that would have caused query failures on those routes.

Notable. The CSS variable mismatch is the kind of bug that only surfaces when someone actually switches to dark mode — light-mode testing would never catch it. Worth a naming convention check before the next component lands.


Window: 2026-05-16T13:00

→ 2026-05-17T00:19
.354Z · Sources: memberintel @ d96cd5f, memberpress-intel @ 98e2fb6

For: S Seth Shoultes