-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementUpdate to an existing featureUpdate to an existing featurefrontendUI/UX and frontend workUI/UX and frontend work
Milestone
Description
Summary
Disable hover cards on the galaxy map. Instead, show total and per-faction campaign progress in the stats panel.
Context
The current hover tooltip (Tooltip.jsx) shows per-sector progress on mousemove. This adds clutter — the progress data is more useful as a persistent stats display. The computeFrontier() function in EventCard.jsx already calculates per-faction progress.
Implementation
- Remove or disable
Tooltip.jsxhover behavior from the Galaxy map - Show total campaign progress (all factions combined) in stats area
- Show per-faction progress breakdown (sectors captured, current frontier %)
- Reuse
computeFrontier()logic from EventCard
Key Files
src/components/h1/Galaxy/Tooltip.jsxsrc/components/h1/Galaxy/Galaxy.jsxsrc/components/h1/StatGrid/StatGrid.jsxsrc/components/h1/Galaxy/EventCard.jsx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementUpdate to an existing featureUpdate to an existing featurefrontendUI/UX and frontend workUI/UX and frontend work
Projects
Status
No status