Move to 'updated' and 'checked' dates, rather than 'created' 'checked & updated'

This commit is contained in:
2026-02-11 10:52:15 +00:00
parent 869a7296e8
commit b3d9eb6f33
9 changed files with 641 additions and 9 deletions

View File

@@ -2,11 +2,12 @@
export let feature: {
routeName: string;
routeId: string;
entryPoint: string;
};
</script>
<div class="link-wrapper">
<a href="/map/{feature.routeId}" class="wide-button">
<a href="/map/{feature.routeId}#{feature.entryPoint}" class="wide-button">
<div class="content">
<div class="header-row">
<span class="sub-text">Go to</span>

View File

@@ -16,6 +16,7 @@ export const components = {
crossovers: Crossover,
siteof: SiteOf,
bridge: Bridge,
minorBridge: Bridge,
crossover: Crossover,
crossing: Crossing,
loop: Loop,