diff --git a/.env.example b/.env.example index 2b6a2a8..13732c1 100644 --- a/.env.example +++ b/.env.example @@ -7,8 +7,6 @@ APP_URL= CURRENT_TRIP_ID= PAST_TRIP_IDS= -PRIVACY_LAT_LONS= - MAIL_MAILER=mailjet MAILJET_APIKEY= MAILJET_APISECRET= diff --git a/app/Http/Controllers/TrackerController.php b/app/Http/Controllers/TrackerController.php index cbd59fc..2c46805 100644 --- a/app/Http/Controllers/TrackerController.php +++ b/app/Http/Controllers/TrackerController.php @@ -90,8 +90,7 @@ class TrackerController extends Controller 'trip' => $tripData, 'showAllCheckins' => ($viewMode === 'all'), 'fromCheckin' => $fromCheckin, - 'toCheckin' => $toCheckin, - 'cherryPicked' => !!$cherryPickedCheckins + 'toCheckin' => $toCheckin ] ); } diff --git a/config/app.php b/config/app.php index 65dbc7b..41a0865 100644 --- a/config/app.php +++ b/config/app.php @@ -76,8 +76,6 @@ return [ 'past_trip_ids' => explode(',', env('PAST_TRIP_IDS')), - 'privacy_lat_lons' => explode(';', env('PRIVACY_LAT_LONS')), - /* |-------------------------------------------------------------------------- | Digest Mailing Lists diff --git a/resources/css/app.css b/resources/css/app.css index c9f2723..f30954f 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -16,22 +16,6 @@ body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; } -:where(:root) { - line-height: 1.5; -} - -a { - text-decoration-skip-ink: auto; - color: #020202; - text-decoration: underline; - opacity: 0.8; -} - -a:hover { - text-decoration: none; - opacity: 1; -} - .page-title { font-size: 1.5em; text-align: center; diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index b4939c0..0985cdd 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -30,11 +30,11 @@
Want to receive a regular email digest of updates?
Ask me and I'll add you to the list: weekly, fortnightly and monthly options available (or daily if you're really keen).
-