Try something to sort locations along tracked trips

This commit is contained in:
2025-07-05 23:48:48 +02:00
parent 6571d053e0
commit edee295fe1
2 changed files with 55 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import * as Api from './api.js';
import { setupPopups } from "./popup.js";
import { setupLocationsSearch } from './locations-search.js';
import { setupJourneysSearch, attachJourneysSearch } from './journeys-search.js';
import { trackedTripsLocationsSorted } from './drafting-board.js';
import { DataStore } from './datastore.js';
window.Api = Api;
@@ -12,3 +13,5 @@ setupLocationsSearch();
setupJourneysSearch();
attachJourneysSearch(document.querySelector("#journeys-search-button"));
trackedTripsLocationsSorted();