Version bump for the StatCard affordance fix merged in #1.
StatCard applied whileHover={{ scale: 1.02 }} unconditionally while having no click handler in its API at all, so every stat card on every dashboard lifted under the cursor and did nothing. It now takes an optional onClick and only looks interactive when it is.
@unom/app-ui@0.2.1 is already published to the registry (latest, verified with npm view) so the Punktfunk rom-manager release could pick it up. Merging this makes main agree with what is published.
Verified before publishing: tsc --noEmit clean, bun run build clean, and the gating logic confirmed present in the built dist/stat-card/index.mjs rather than only in source.
Version bump for the `StatCard` affordance fix merged in #1.
`StatCard` applied `whileHover={{ scale: 1.02 }}` unconditionally while having no click handler in its API at all, so every stat card on every dashboard lifted under the cursor and did nothing. It now takes an optional `onClick` and only looks interactive when it is.
**`@unom/app-ui@0.2.1` is already published** to the registry (`latest`, verified with `npm view`) so the Punktfunk rom-manager release could pick it up. Merging this makes `main` agree with what is published.
Verified before publishing: `tsc --noEmit` clean, `bun run build` clean, and the gating logic confirmed present in the built `dist/stat-card/index.mjs` rather than only in source.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Version bump for the
StatCardaffordance fix merged in #1.StatCardappliedwhileHover={{ scale: 1.02 }}unconditionally while having no click handler in its API at all, so every stat card on every dashboard lifted under the cursor and did nothing. It now takes an optionalonClickand only looks interactive when it is.@unom/app-ui@0.2.1is already published to the registry (latest, verified withnpm view) so the Punktfunk rom-manager release could pick it up. Merging this makesmainagree with what is published.Verified before publishing:
tsc --noEmitclean,bun run buildclean, and the gating logic confirmed present in the builtdist/stat-card/index.mjsrather than only in source.