From 17d735bff1607bbac6a61d10be056a216b174e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:18:12 +0000 Subject: [PATCH 01/35] Bump larastan/larastan from 3.0.0 to 3.0.2 Bumps [larastan/larastan](https://github.com/larastan/larastan) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/larastan/larastan/releases) - [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md) - [Commits](https://github.com/larastan/larastan/compare/v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: larastan/larastan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 1ffaccb..3a1e5f9 100644 --- a/composer.lock +++ b/composer.lock @@ -10475,16 +10475,16 @@ }, { "name": "larastan/larastan", - "version": "v3.0.0", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "88f46e3f2cd9d2a14dba13ef293b822a75832e62" + "reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/88f46e3f2cd9d2a14dba13ef293b822a75832e62", - "reference": "88f46e3f2cd9d2a14dba13ef293b822a75832e62", + "url": "https://api.github.com/repos/larastan/larastan/zipball/b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f", + "reference": "b2e24e1605cff1d1097ccb6fb8af3bbd1dfe1c6f", "shasum": "" }, "require": { @@ -10498,7 +10498,7 @@ "illuminate/support": "^11.15.0", "php": "^8.2", "phpmyadmin/sql-parser": "^5.9.0", - "phpstan/phpstan": "^2.0.0" + "phpstan/phpstan": "^2.0.2" }, "require-dev": { "doctrine/coding-standard": "^12.0", @@ -10515,13 +10515,13 @@ }, "type": "phpstan-extension", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - }, "phpstan": { "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-master": "2.0-dev" } }, "autoload": { @@ -10556,7 +10556,7 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v3.0.0" + "source": "https://github.com/larastan/larastan/tree/v3.0.2" }, "funding": [ { @@ -10564,7 +10564,7 @@ "type": "github" } ], - "time": "2024-11-15T09:38:34+00:00" + "time": "2024-11-26T23:15:21+00:00" }, { "name": "laravel/pint", From 3270caeb0f1fbbd7a8560646e95b7d5c9826a23a Mon Sep 17 00:00:00 2001 From: RuKira Date: Thu, 28 Nov 2024 19:19:26 -0500 Subject: [PATCH 02/35] Update: Contrast Edits - Updated listing.blade.php - Updated show.blade.php To give a summary of what is changed, I basically updated some bg-white to be bg-gray-50 and darken some other text/colors. I made some blues more blue, and such. It's very minor changes, and should not really be noticeable except for contrasting each other. --- .../views/livewire/mod/listing.blade.php | 44 ++++++++--------- resources/views/mod/show.blade.php | 48 +++++++++---------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/resources/views/livewire/mod/listing.blade.php b/resources/views/livewire/mod/listing.blade.php index c25c960..4bf15d6 100644 --- a/resources/views/livewire/mod/listing.blade.php +++ b/resources/views/livewire/mod/listing.blade.php @@ -1,27 +1,27 @@

{{ __('Mods') }}

-

{!! __('Explore an enhanced SPT experience with the mods available below. Check out the featured mods for a tailored solo-survival game with maximum immersion.') !!}

+

{!! __('Explore an enhanced SPT experience with the mods available below. Check out the featured mods for a tailored solo-survival game with maximum immersion.') !!}

- +
- +
+ class="my-8 grid items-center border-t border-gray-400 dark:border-gray-700">

{{ __('Filters') }}

-
-
+
+
- +
-

+

@php @@ -66,7 +66,7 @@ $half = ceil($totalVersions / 2); @endphp
- {{ __('SPT Versions') }} + {{ __('SPT Versions') }}
@foreach ($activeSptVersions as $index => $version) @if ($index < $half) @@ -76,7 +76,7 @@
-   +  
@foreach ($activeSptVersions as $index => $version) @if ($index >= $half) @@ -88,7 +88,7 @@
- {{ __('Featured') }} + {{ __('Featured') }}
{{ __('Include') }} {{ __('Exclude') }} @@ -104,14 +104,14 @@
{{-- Large display can show full text --}} - {{-- Only show selected number on smaller screens --}} - + {{-- Tabs --}} @@ -71,7 +71,7 @@ {{-- Mobile Dropdown --}}
- @@ -80,7 +80,7 @@ {{-- Desktop Tabs --}}