Skip to content

Fix build: add missing MembersTooltip.module.scss - #161

Merged
enjalot merged 1 commit into
mainfrom
fix-members-tooltip-scss
Jul 11, 2026
Merged

Fix build: add missing MembersTooltip.module.scss#161
enjalot merged 1 commit into
mainfrom
fix-members-tooltip-scss

Conversation

@enjalot

@enjalot enjalot commented Jul 11, 2026

Copy link
Copy Markdown
Owner

vite build fails on main with Could not resolve "./MembersTooltip.module.scss" — the component has imported this file since it landed (ab8bcee, restyled in ef89b05) but the scss module was never committed on any branch. Vitest passes because CSS modules are mocked, so the suite doesn't catch it.

This adds the missing module using the Amber Console token vocabulary from the sibling CellDetail/PointDetail modules (--ls-surface-panel, --ls-z-tooltip, spacing/shadow tokens; fixed-position floating card, pointer-events none, 2-line snippet clamp).

Verified: npm run production builds clean with this commit on top of main.

Blocks build verification for every open PR, so probably worth merging first.

🤖 Generated with Claude Code

MembersTooltip.jsx has imported ./MembersTooltip.module.scss since the
component landed, but the file was never committed on any branch —
'vite build' fails with 'Could not resolve' on main (vitest passes
because CSS modules are mocked). Styles follow the Amber Console token
vocabulary used by the sibling CellDetail/PointDetail modules.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@enjalot
enjalot merged commit 2d7ae97 into main Jul 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant