chore: formatting

chore: update dependencies
This commit is contained in:
Benjamin Nussbaum 2025-05-28 20:15:19 +02:00
parent 2906dd9071
commit 1b7bc56ffa
3 changed files with 11 additions and 11 deletions

12
composer.lock generated
View file

@ -62,16 +62,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.343.18",
"version": "3.343.19",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "ae98d503173740cce23b30d2ba2737c49b0d9876"
"reference": "00b44b1a9d570bc945d223b20886c1ac13b54641"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ae98d503173740cce23b30d2ba2737c49b0d9876",
"reference": "ae98d503173740cce23b30d2ba2737c49b0d9876",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/00b44b1a9d570bc945d223b20886c1ac13b54641",
"reference": "00b44b1a9d570bc945d223b20886c1ac13b54641",
"shasum": ""
},
"require": {
@ -153,9 +153,9 @@
"support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.18"
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.19"
},
"time": "2025-05-23T18:08:18+00:00"
"time": "2025-05-27T18:10:12+00:00"
},
{
"name": "bnussbau/laravel-trmnl",

View file

@ -40,7 +40,7 @@ return [
'proxy_refresh_minutes' => env('TRMNL_PROXY_REFRESH_MINUTES', 15),
'proxy_refresh_cron' => env('TRMNL_PROXY_REFRESH_CRON'),
'override_orig_icon' => env('TRMNL_OVERRIDE_ORIG_ICON', false),
'image_url_timeout' => env('TRMNL_IMAGE_URL_TIMEOUT', 30), //30 seconds; increase on low-powered devices
'image_url_timeout' => env('TRMNL_IMAGE_URL_TIMEOUT', 30), // 30 seconds; increase on low-powered devices
],
];

View file

@ -11,7 +11,7 @@
<div class="grid" style="gap: 9px;">
<div class="row row--center col--span-3 col--end">
<img class="weather-image" style="max-height: 150px; margin:auto;"
src="https://usetrmnl.com/images/weather/wi-thermometer.svg">
src="https://usetrmnl.com/images/plugins/weather/wi-thermometer.svg">
</div>
<div class="col col--span-3 col--end">
<div class="item h--full">
@ -27,7 +27,7 @@
<div class="item">
<div class="meta"></div>
<div class="icon">
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/weather/wi-thermometer.svg">--}}
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/plugins/weather/wi-thermometer.svg"> --}}
</div>
<div class="content">
<span class="value value--small">{{ $weatherEntity['attributes']['wind_speed'] }} {{ $weatherEntity['attributes']['wind_speed_unit'] }}</span>
@ -38,7 +38,7 @@
<div class="item">
<div class="meta"></div>
<div class="icon">
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/weather/wi-raindrops.svg">--}}
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/weather/wi-raindrops.svg"> --}}
</div>
<div class="content">
<span class="value value--small">{{ $weatherEntity['attributes']['humidity'] }}%</span>
@ -49,7 +49,7 @@
<div class="item">
<div class="meta"></div>
<div class="icon">
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/weather/wi-day-sunny.svg">--}}
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/weather/wi-day-sunny.svg"> --}}
</div>
<div class="content">
<span class="value value--xsmall">{{ Str::title($weatherEntity['state']) }}</span>