Add link to how to import Google Takeout into Dawarich

This commit is contained in:
Eugene Burmakin 2024-05-18 12:51:25 +02:00
parent 7bb2b6223d
commit 5e46168cf8
4 changed files with 6 additions and 4 deletions

View file

@ -12,6 +12,8 @@ To track your location, install the [Owntracks app](https://owntracks.org/bookle
To import your Google Maps Timeline data, download your location history from [Google Takeout](https://takeout.google.com/) and upload it to Dawarich.
- [How to import Google Location History to Dawarich](https://github.com/Freika/dawarich/wiki/How-to-import-your-Google-Takeout-data)
## Features
### Location Tracking

File diff suppressed because one or more lines are too long

View file

@ -20,7 +20,7 @@
<label class="form-control w-full max-w-xs my-5">
<div class="label">
<span class="label-text">Pick a file</span>
<span class="label-text">Select file(s)</span>
</div>
<%= form.file_field :files, multiple: true, class: "file-input file-input-bordered w-full max-w-xs" %>
</label>

View file

@ -15,8 +15,8 @@
<a href="https://github.com/Freika/dawarich/releases/latest" target="_blank">
<%= app_version %>
<% if new_version_available? %>
<span class="tooltip tooltip-bottom" data-tip="Check out Github releases!">
&nbspNew version available
<span class="tooltip tooltip-bottom" data-tip="New version available! Check out Github releases!">
&nbsp!
</span>
<% end %>
</a>