Add API Server/panel/src/countries.js (the full world dataset, mirroring the Web App's) with a countryGroups() helper, and have the OpenSky bbox picker render every country grouped by continent instead of just Europe plus a handful. Panel picker now offers 177 countries (European, Asian, African, North/South American, Oceanian) alongside World, Continents and Custom. Verified live: Plugins → OpenSky → Configure shows the grouped list. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
523 B
HTML
16 lines
523 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#0F1E3D" />
|
|
<title>PilotVault · API Server</title>
|
|
<script type="module" crossorigin src="/assets/index-B8Dqe_UO.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-CVh8EDzq.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|