Commit Graph

604 Commits

Author SHA1 Message Date
Rico
1dce2a978d Merge pull request #221 from rico-vz/dependabot/composer/phpunit/phpunit-11.2.2 2024-06-18 12:46:05 +02:00
Rico
412020bbbe Merge pull request #224 from rico-vz/analysis-Q39p6m 2024-06-18 12:44:54 +02:00
StyleCI Bot
e05dd6201a Apply fixes from StyleCI 2024-06-18 10:44:33 +00:00
Rico van Zelst
5038a18397 feat: Add function to retrieve commit hash
- Added a new function `getCommitHash` to fetch the latest commit hash using Git log command and cache it for 3 days.
2024-06-18 12:44:24 +02:00
Rico van Zelst
68dd3dd2f8 fix: Handle null response in SaleController index method
- Add try-catch block to handle null response from API
- Log errors and return appropriate HTTP responses
- Update error message in 503.blade.php to show exception message if available
2024-06-18 12:31:21 +02:00
Rico van Zelst
f01703830d feat: Change support to donate and views
- Changed method name from support to donate in HomeController
- Updated footer link and view references from support to donate
- Renamed support.blade.php to donate.blade.php for consistency
- Updated route endpoint from /support-me to /donate in web.php
2024-06-18 12:31:08 +02:00
Rico
2f49bb3b88 Merge pull request #222 from rico-vz/dependabot/composer/intervention/image-3.7.0 2024-06-18 01:36:25 +02:00
Rico
8b878427b8 Merge pull request #220 from rico-vz/dependabot/composer/laravel-pkgs-98e6191b8a 2024-06-18 01:35:43 +02:00
dependabot[bot]
2a3f3c2a55 build(deps): bump intervention/image from 3.6.5 to 3.7.0
Bumps [intervention/image](https://github.com/Intervention/image) from 3.6.5 to 3.7.0.
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](https://github.com/Intervention/image/compare/3.6.5...3.7.0)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 03:56:18 +00:00
dependabot[bot]
3e2c1eefd1 build(deps-dev): bump phpunit/phpunit from 11.2.0 to 11.2.2
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.2.0 to 11.2.2.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.2/ChangeLog-11.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.2.0...11.2.2)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 03:56:13 +00:00
dependabot[bot]
5f1d4aab1d build(deps-dev): bump spatie/laravel-ignition in the laravel-pkgs group
Bumps the laravel-pkgs group with 1 update: [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition).


Updates `spatie/laravel-ignition` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.7.0...2.8.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 03:56:06 +00:00
Rico
2fe9f16ff1 Merge pull request #218 from rico-vz/dependabot/composer/phpunit/phpunit-11.2.0
build(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.0
2024-06-11 00:15:14 +02:00
dependabot[bot]
441401abed build(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.0
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.1.3 to 11.2.0.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.0/ChangeLog-11.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.0)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 13:22:19 +00:00
Rico
d5f18b20bf Merge pull request #216 from rico-vz/dependabot/composer/laravel-pkgs-100e8087e1 2024-06-10 15:21:36 +02:00
dependabot[bot]
d5c38e83c7 build(deps): bump the laravel-pkgs group with 4 updates
Bumps the laravel-pkgs group with 4 updates: [laravel/framework](https://github.com/laravel/framework), [laravel/octane](https://github.com/laravel/octane), [spatie/laravel-backup](https://github.com/spatie/laravel-backup) and [spatie/laravel-sitemap](https://github.com/spatie/laravel-sitemap).


Updates `laravel/framework` from 11.9.2 to 11.10.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.9.2...v11.10.0)

Updates `laravel/octane` from 2.3.12 to 2.4.0
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/octane/compare/v2.3.12...v2.4.0)

Updates `spatie/laravel-backup` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/spatie/laravel-backup/releases)
- [Changelog](https://github.com/spatie/laravel-backup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-backup/compare/8.8.0...8.8.1)

Updates `spatie/laravel-sitemap` from 7.2.0 to 7.2.1
- [Release notes](https://github.com/spatie/laravel-sitemap/releases)
- [Changelog](https://github.com/spatie/laravel-sitemap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-sitemap/compare/7.2.0...7.2.1)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-backup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 03:24:02 +00:00
Rico van Zelst
013b158175 fix: Update 'discord' log level to 'error'
- Changed the log level for 'discord' channel from 'debug' to 'error'.
2024-06-05 01:03:59 +02:00
Rico van Zelst
7a4b819641 style: update tailwind.config.js for consistency and new colors
- Updated darkMode and content paths to use consistent quotes.
- Added "text-violet-400" to the safelist.
- Adjusted font size and family declarations for clarity.
- Included new color variables for Twitch, YouTube, Kick, Douyu, Huya.
2024-06-03 18:56:38 +02:00
Rico van Zelst
1616891d21 style: update rarity color for 'Transcendent'
- Change the rarity color class for 'Transcendent' from 'text-orange-400' to 'text-violet-400'.
2024-06-03 18:54:05 +02:00
Rico van Zelst
0d2392eacc feat: Add 'Transcendent' rarity color
- Added a new rarity color 'Transcendent' with corresponding text color to the ChampionSkinController.
2024-06-03 18:51:14 +02:00
Rico
ba7b221568 Merge pull request #215 from rico-vz/analysis-wO17Re 2024-06-03 17:14:50 +02:00
StyleCI Bot
1c24066b17 Apply fixes from StyleCI 2024-06-03 15:07:16 +00:00
Rico van Zelst
ac56c13765 feat: Add Discord logging support
- Added Discord webhook URL to .env.example
- Included 'marvinlabs/laravel-discord-logger' in composer.json
- Created config file for Discord logger settings
2024-06-03 17:07:05 +02:00
Rico
b65e7308de Merge pull request #214 from rico-vz/dependabot/composer/laravel-pkgs-47a5fde359 2024-06-03 14:33:31 +02:00
dependabot[bot]
e2d60816d7 build(deps): bump the laravel-pkgs group with 2 updates
Bumps the laravel-pkgs group with 2 updates: [laravel/framework](https://github.com/laravel/framework) and [laravel/octane](https://github.com/laravel/octane).


Updates `laravel/framework` from 11.8.0 to 11.9.2
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.8.0...v11.9.2)

Updates `laravel/octane` from 2.3.11 to 2.3.12
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/octane/compare/v2.3.11...v2.3.12)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-03 03:51:57 +00:00
Rico
cc7a6c0841 Merge pull request #213 from rico-vz/dependabot/composer/league/flysystem-aws-s3-v3-3.28.0 2024-05-30 01:18:03 +02:00
Rico
833a0d7c77 Merge pull request #212 from rico-vz/dependabot/composer/laravel-pkgs-0d6c75e524 2024-05-30 01:17:48 +02:00
Rico van Zelst
030bc600c2 Add guide on changing League of Legends name and Riot ID
- Detailed step-by-step instructions for updating in-game names
- Explains differences between Summoner Name and Riot ID systems
2024-05-28 13:38:45 +02:00
dependabot[bot]
d4d7e61235 build(deps): bump league/flysystem-aws-s3-v3 from 3.27.0 to 3.28.0
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.27.0 to 3.28.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.27.0...3.28.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 03:34:58 +00:00
dependabot[bot]
95977e28c4 build(deps): bump the laravel-pkgs group with 5 updates
Bumps the laravel-pkgs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [laravel/framework](https://github.com/laravel/framework) | `11.7.0` | `11.8.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.3.10` | `2.3.11` |
| [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder) | `6.0.0` | `6.0.1` |
| [laravel/pint](https://github.com/laravel/pint) | `1.15.3` | `1.16.0` |
| [laravel/sail](https://github.com/laravel/sail) | `1.29.1` | `1.29.2` |


Updates `laravel/framework` from 11.7.0 to 11.8.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.7.0...v11.8.0)

Updates `laravel/octane` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/octane/compare/v2.3.10...v2.3.11)

Updates `spatie/laravel-query-builder` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/spatie/laravel-query-builder/releases)
- [Changelog](https://github.com/spatie/laravel-query-builder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-query-builder/compare/6.0.0...6.0.1)

Updates `laravel/pint` from 1.15.3 to 1.16.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.15.3...v1.16.0)

Updates `laravel/sail` from 1.29.1 to 1.29.2
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.29.1...v1.29.2)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-query-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 03:34:52 +00:00
Rico
2e15e6e610 Merge pull request #211 from rico-vz/dependabot/composer/mockery/mockery-1.6.12 2024-05-24 12:21:33 +02:00
Rico
052a6f6644 Merge pull request #210 from rico-vz/dependabot/composer/rector/rector-1.1.0 2024-05-24 12:21:19 +02:00
Rico
f0938448e3 Merge pull request #209 from rico-vz/dependabot/composer/laravel-pkgs-99119634cf 2024-05-24 12:21:03 +02:00
dependabot[bot]
c41e255d32 build(deps-dev): bump mockery/mockery from 1.6.11 to 1.6.12
Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.11 to 1.6.12.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.6.11...1.6.12)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 03:43:30 +00:00
dependabot[bot]
6182941b69 build(deps-dev): bump rector/rector from 1.0.5 to 1.1.0
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.0.5 to 1.1.0.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.0.5...1.1.0)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 03:43:24 +00:00
dependabot[bot]
b1a785e518 build(deps): bump spatie/laravel-discord-alerts
Bumps the laravel-pkgs group with 1 update: [spatie/laravel-discord-alerts](https://github.com/spatie/laravel-discord-alerts).


Updates `spatie/laravel-discord-alerts` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/spatie/laravel-discord-alerts/releases)
- [Changelog](https://github.com/spatie/laravel-discord-alerts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-discord-alerts/compare/1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-discord-alerts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 03:43:18 +00:00
Rico
25564badb5 Merge pull request #206 from rico-vz/dependabot/composer/laravel-pkgs-b47861f767 2024-05-13 12:30:45 +02:00
Rico
41f8b7d8f4 Merge pull request #208 from rico-vz/dependabot/composer/rector/rector-1.0.5 2024-05-13 12:30:34 +02:00
Rico
fd8f1df018 Merge pull request #207 from rico-vz/dependabot/composer/intervention/image-3.6.4 2024-05-13 12:30:23 +02:00
dependabot[bot]
5a4c9b62eb build(deps-dev): bump rector/rector from 1.0.4 to 1.0.5
Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.0.4...1.0.5)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 03:30:07 +00:00
dependabot[bot]
53854e5c53 build(deps): bump intervention/image from 3.6.2 to 3.6.4
Bumps [intervention/image](https://github.com/Intervention/image) from 3.6.2 to 3.6.4.
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](https://github.com/Intervention/image/compare/3.6.2...3.6.4)

---
updated-dependencies:
- dependency-name: intervention/image
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 03:30:00 +00:00
dependabot[bot]
92bd5a00bf build(deps): bump the laravel-pkgs group with 3 updates
Bumps the laravel-pkgs group with 3 updates: [laravel/framework](https://github.com/laravel/framework), [laravel/octane](https://github.com/laravel/octane) and [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder).


Updates `laravel/framework` from 11.6.0 to 11.7.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.6.0...v11.7.0)

Updates `laravel/octane` from 2.3.9 to 2.3.10
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/octane/compare/v2.3.9...v2.3.10)

Updates `spatie/laravel-query-builder` from 5.8.0 to 6.0.0
- [Release notes](https://github.com/spatie/laravel-query-builder/releases)
- [Changelog](https://github.com/spatie/laravel-query-builder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-query-builder/compare/5.8.0...6.0.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-query-builder
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 03:29:54 +00:00
Rico
d25192b139 Merge pull request #204 from rico-vz/dependabot/composer/laravel-pkgs-773eda1846 2024-05-10 14:18:10 +02:00
dependabot[bot]
041345be71 build(deps): bump the laravel-pkgs group with 6 updates
Bumps the laravel-pkgs group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [laravel/framework](https://github.com/laravel/framework) | `11.5.0` | `11.6.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.3.8` | `2.3.9` |
| [spatie/laravel-backup](https://github.com/spatie/laravel-backup) | `8.6.0` | `8.8.0` |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.13.4` | `3.13.5` |
| [laravel/pint](https://github.com/laravel/pint) | `1.15.2` | `1.15.3` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.5.2` | `2.7.0` |


Updates `laravel/framework` from 11.5.0 to 11.6.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v11.5.0...v11.6.0)

Updates `laravel/octane` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/octane/compare/v2.3.8...v2.3.9)

Updates `spatie/laravel-backup` from 8.6.0 to 8.8.0
- [Release notes](https://github.com/spatie/laravel-backup/releases)
- [Changelog](https://github.com/spatie/laravel-backup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-backup/compare/8.6.0...8.8.0)

Updates `barryvdh/laravel-debugbar` from 3.13.4 to 3.13.5
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.13.4...v3.13.5)

Updates `laravel/pint` from 1.15.2 to 1.15.3
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/laravel/pint/compare/v1.15.2...v1.15.3)

Updates `spatie/laravel-ignition` from 2.5.2 to 2.7.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spatie/laravel-ignition/compare/2.5.2...2.7.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: laravel/octane
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-backup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
- dependency-name: barryvdh/laravel-debugbar
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: laravel-pkgs
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: laravel-pkgs
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 04:04:07 +00:00
Rico van Zelst
b4a87aedf5 Merge branch 'main' of https://github.com/rico-vz/HeimerdingerLoL 2024-05-02 01:37:39 +02:00
Rico van Zelst
fdb14bc23a update sitemap 2024-05-02 01:37:31 +02:00
Rico
5e99a923fa Merge pull request #203 from rico-vz/analysis-Q3Jvvg 2024-05-02 00:53:44 +02:00
StyleCI Bot
cd709d7255 Apply fixes from StyleCI 2024-05-01 22:51:00 +00:00
Rico van Zelst
6d2731f1d3 feat: Add functionality to retrieve champion images from the database
- Added a new function `getChampionImage` to fetch champion images based on ID and type.
- Created a new model `ChampionImage` to store champion image details in the database.
- Implemented seeding of champion images using `ChampionImageSeeder`.
- Updated usage of champion images in existing methods.
2024-05-02 00:50:51 +02:00
Rico van Zelst
80fc3200c6 fix: Uncomment footer badge in footer component
- Uncommented the footer badge section in the footer component for display.
2024-05-01 01:41:15 +02:00
Rico van Zelst
c02c4cef71 style: Update description styling in about page
- Refactor the formatting of the 'description' section in the about page to improve readability and maintain consistency.
2024-05-01 01:31:54 +02:00