mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-09 08:47:11 -05:00
Add link to how to import Google Takeout into Dawarich
This commit is contained in:
parent
7bb2b6223d
commit
5e46168cf8
4 changed files with 6 additions and 4 deletions
|
|
@ -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
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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!">
|
||||
 New version available
|
||||
<span class="tooltip tooltip-bottom" data-tip="New version available! Check out Github releases!">
|
||||
 !
|
||||
</span>
|
||||
<% end %>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue