feat(app): implement EVE SSO login and waypoint setting functionality

This commit is contained in:
2025-08-09 18:49:36 +02:00
parent 98b6397dcc
commit 478a628b6f
5 changed files with 513 additions and 10 deletions

View File

@@ -289,7 +289,6 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false, isWormho
}, [viewBox]);
const handleContextMenu = (e: React.MouseEvent, system: System) => {
if (!isWormholeRegion) return;
e.preventDefault();
e.stopPropagation();