From b5758db1c13a78db031211094f2ffb6f71577727 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Fri, 22 Aug 2025 21:01:16 +0200 Subject: [PATCH] Add sources info to new import page --- .app_version | 2 +- CHANGELOG.md | 2 +- app/views/imports/_form.html.erb | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.app_version b/.app_version index 5c50d3ed..bca57db5 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.30.9 +0.30.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0740f2c1..5bf98f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -# [UNRELEASED] +# [0.30.10] - 2025-08-22 ## Added diff --git a/app/views/imports/_form.html.erb b/app/views/imports/_form.html.erb index 978baa68..95d16411 100644 --- a/app/views/imports/_form.html.erb +++ b/app/views/imports/_form.html.erb @@ -1,3 +1,19 @@ + +
+
+

Supported Import Formats

+
    +
  • ✅ Google Maps: Records.json, Semantic History, Phone Takeout (.json)
  • +
  • ✅ GPX: Track files (.gpx)
  • +
  • ✅ GeoJSON: Feature collections (.json)
  • +
  • ✅ OwnTracks: Recorder files (.rec)
  • +
+
+ File format is automatically detected during upload. +
+
+
+ <%= form_with model: import, class: "contents", data: { controller: "direct-upload", direct_upload_url_value: rails_direct_uploads_url,