From 4f738eeecd915f2ba4daeb97c13f342c1338da67 Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 3 Jul 2024 20:10:58 +0200 Subject: [PATCH 1/5] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 56a8d73..52be58c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,4 @@ # These are supported funding model platforms github: [rico-vz] +buy_me_a_coffee: ricodev From 3c6278cc6eb48662e01a082f3e721c20cd4ecdde Mon Sep 17 00:00:00 2001 From: rico-vz Date: Wed, 3 Jul 2024 18:11:23 +0000 Subject: [PATCH 2/5] Dusting --- app/Policies/SummonerEmotePolicy.php | 28 ++++++--------------- app/View/Components/About/Faq/Dropdown.php | 3 +-- app/View/Components/Champions/List_all.php | 4 +-- app/View/Components/Emotes/List_all.php | 4 +-- app/View/Components/Icons/List_all.php | 4 +-- app/View/Components/Icons/View_grid.php | 4 +-- app/View/Components/Posts/Listposts.php | 4 +-- app/View/Components/Sales/Current_sales.php | 4 +-- app/View/Components/Skins/Grid_info.php | 4 +-- app/View/Components/Skins/Paginatedlist.php | 4 +-- app/View/Components/home/recent_skins.php | 4 +-- app/View/Components/home/upcoming_skins.php | 4 +-- 12 files changed, 18 insertions(+), 53 deletions(-) diff --git a/app/Policies/SummonerEmotePolicy.php b/app/Policies/SummonerEmotePolicy.php index 8f13068..be54978 100644 --- a/app/Policies/SummonerEmotePolicy.php +++ b/app/Policies/SummonerEmotePolicy.php @@ -10,31 +10,17 @@ class SummonerEmotePolicy { use HandlesAuthorization; - public function viewAny(User $user): bool - { - } + public function viewAny(User $user): bool {} - public function view(User $user, SummonerEmote $summonerEmote): bool - { - } + public function view(User $user, SummonerEmote $summonerEmote): bool {} - public function create(User $user): bool - { - } + public function create(User $user): bool {} - public function update(User $user, SummonerEmote $summonerEmote): bool - { - } + public function update(User $user, SummonerEmote $summonerEmote): bool {} - public function delete(User $user, SummonerEmote $summonerEmote): bool - { - } + public function delete(User $user, SummonerEmote $summonerEmote): bool {} - public function restore(User $user, SummonerEmote $summonerEmote): bool - { - } + public function restore(User $user, SummonerEmote $summonerEmote): bool {} - public function forceDelete(User $user, SummonerEmote $summonerEmote): bool - { - } + public function forceDelete(User $user, SummonerEmote $summonerEmote): bool {} } diff --git a/app/View/Components/About/Faq/Dropdown.php b/app/View/Components/About/Faq/Dropdown.php index fbfbe1c..c123645 100644 --- a/app/View/Components/About/Faq/Dropdown.php +++ b/app/View/Components/About/Faq/Dropdown.php @@ -10,8 +10,7 @@ class Dropdown extends Component public function __construct( public string $question, public string $answer - ) { - } + ) {} public function render(): View { diff --git a/app/View/Components/Champions/List_all.php b/app/View/Components/Champions/List_all.php index 902eaa3..47061e3 100644 --- a/app/View/Components/Champions/List_all.php +++ b/app/View/Components/Champions/List_all.php @@ -7,9 +7,7 @@ use Illuminate\View\Component; class List_all extends Component { - public function __construct(public array $champions, public array $roles) - { - } + public function __construct(public array $champions, public array $roles) {} public function render(): View { diff --git a/app/View/Components/Emotes/List_all.php b/app/View/Components/Emotes/List_all.php index 21b8c6f..55328b1 100644 --- a/app/View/Components/Emotes/List_all.php +++ b/app/View/Components/Emotes/List_all.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class List_all extends Component { - public function __construct(public SummonerEmote $emotes) - { - } + public function __construct(public SummonerEmote $emotes) {} public function render(): View { diff --git a/app/View/Components/Icons/List_all.php b/app/View/Components/Icons/List_all.php index c70e618..99df428 100644 --- a/app/View/Components/Icons/List_all.php +++ b/app/View/Components/Icons/List_all.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class List_all extends Component { - public function __construct(public SummonerIcon $icons) - { - } + public function __construct(public SummonerIcon $icons) {} public function render(): View { diff --git a/app/View/Components/Icons/View_grid.php b/app/View/Components/Icons/View_grid.php index 08dc7aa..db6b2bc 100644 --- a/app/View/Components/Icons/View_grid.php +++ b/app/View/Components/Icons/View_grid.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class View_grid extends Component { - public function __construct(public SummonerIcon $icon) - { - } + public function __construct(public SummonerIcon $icon) {} public function render(): View { diff --git a/app/View/Components/Posts/Listposts.php b/app/View/Components/Posts/Listposts.php index 80800c4..2504cfd 100644 --- a/app/View/Components/Posts/Listposts.php +++ b/app/View/Components/Posts/Listposts.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class Listposts extends Component { - public function __construct(public LengthAwarePaginator $posts) - { - } + public function __construct(public LengthAwarePaginator $posts) {} public function render(): View { diff --git a/app/View/Components/Sales/Current_sales.php b/app/View/Components/Sales/Current_sales.php index b369906..d9499f0 100644 --- a/app/View/Components/Sales/Current_sales.php +++ b/app/View/Components/Sales/Current_sales.php @@ -7,9 +7,7 @@ use Illuminate\View\Component; class Current_sales extends Component { - public function __construct(public array $sales) - { - } + public function __construct(public array $sales) {} public function render(): View { diff --git a/app/View/Components/Skins/Grid_info.php b/app/View/Components/Skins/Grid_info.php index 91a37b5..37ab8d0 100644 --- a/app/View/Components/Skins/Grid_info.php +++ b/app/View/Components/Skins/Grid_info.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class Grid_info extends Component { - public function __construct(public ChampionSkin $skin) - { - } + public function __construct(public ChampionSkin $skin) {} public function render(): View { diff --git a/app/View/Components/Skins/Paginatedlist.php b/app/View/Components/Skins/Paginatedlist.php index e80d781..9583b77 100644 --- a/app/View/Components/Skins/Paginatedlist.php +++ b/app/View/Components/Skins/Paginatedlist.php @@ -8,9 +8,7 @@ use Illuminate\View\Component; class Paginatedlist extends Component { - public function __construct(public Paginator $skins, public array $rarityColor) - { - } + public function __construct(public Paginator $skins, public array $rarityColor) {} public function render(): View { diff --git a/app/View/Components/home/recent_skins.php b/app/View/Components/home/recent_skins.php index 52c5733..aedc35a 100644 --- a/app/View/Components/home/recent_skins.php +++ b/app/View/Components/home/recent_skins.php @@ -11,9 +11,7 @@ class recent_skins extends Component /** * Create a new component instance. */ - public function __construct(public array $latestSkins) - { - } + public function __construct(public array $latestSkins) {} /** * Get the view / contents that represent the component. diff --git a/app/View/Components/home/upcoming_skins.php b/app/View/Components/home/upcoming_skins.php index 9c8f298..a069b8f 100644 --- a/app/View/Components/home/upcoming_skins.php +++ b/app/View/Components/home/upcoming_skins.php @@ -7,9 +7,7 @@ use Illuminate\View\Component; class upcoming_skins extends Component { - public function __construct(public array $upcomingSkins) - { - } + public function __construct(public array $upcomingSkins) {} public function render(): View { From 24855890d81d0a70b9d2d0796cf8b02a2c132d49 Mon Sep 17 00:00:00 2001 From: rico-vz Date: Wed, 3 Jul 2024 18:11:24 +0000 Subject: [PATCH 3/5] Ignore Dusting commit in git blame --- .git-blame-ignore-revs | 1 + 1 file changed, 1 insertion(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 5cf94d1..6203338 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,3 +1,4 @@ eb60b5e7789a20ddb6e84e9daca78e724d60573e be90837cabd09300502d25e0b1a68d01e7ebc2b2 efa2a6cf54fa52fbd0875138e116479dc81662df +3c6278cc6eb48662e01a082f3e721c20cd4ecdde From f96c0b4ff82b87283aa384b9dcee2bb011400a40 Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 3 Jul 2024 20:15:01 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9deb80..148fffc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@

shieldsshieldsshields

- +⭐ +

🧐 Features

From b9c076bd0349cd132b73752dcbde90e0626eadde Mon Sep 17 00:00:00 2001 From: Rico Date: Wed, 3 Jul 2024 20:15:14 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 148fffc..1e05840 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@

shieldsshieldsshields

-⭐ -

🧐 Features

@@ -48,3 +46,8 @@ Technologies used in the project:

⚠️ Disclaimer:

Heimerdinger.lol was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project. + +--- + +⭐ +