GitBrowser
BirdGO
9460164/src/routes/+page.ts
Name Message Date
📁 guide Add GPS: consent dialog, position tracking, coords stored with detections 1 month ago
📁 history Add history sub-nav, sightings map with Leaflet, and bird markers 1 month ago
📄 +layout.svelte SPAify 1 month ago
📄 +layout.ts Add initial UI: curved arc nav and mic toggle button 1 month ago
📄 +page.svelte Keep screen on during listening sessions via Wake Lock API 1 month ago
📄 +page.ts SPAify 1 month ago
📄 src/routes/+page.ts
1 2 3 4 5 6
export const load = () => {
  return {
    title: "BirdGO",
  };
};