Rico
a3adfe1987
refactor: migrate sales API from LMI to Boris
2026-03-02 00:15:33 +01:00
Rico
ae915989cc
fix: normalize champion payload to support multiple data formats
2026-03-02 00:08:16 +01:00
Rico
016abb1ea3
feat: implement boris
2026-03-02 00:04:01 +01:00
Rico
cca1341e90
feat(sitemap): implement comprehensive XML sitemap generation
2026-01-07 20:06:39 +01:00
Rico
ff517d68c3
feat: add logic for related and sequential posts
2026-01-07 19:50:39 +01:00
Rico
e0c3d688ae
style: refine article card layout and colors
2026-01-07 19:50:39 +01:00
Rico van Zelst
dd79ffcf98
perf: optimize database queries and caching
2026-01-01 00:41:38 +01:00
Rico van Zelst
08999d08cd
feat(sales): add sales feature toggle
2025-12-04 21:11:24 +01:00
Rico van Zelst
2ec227dee2
fix: update latest skins query
2025-05-30 23:23:36 +02:00
Rico van Zelst
4850153b79
fix: update upcoming skins query
...
update upcoming skins eloquent builder to fit the data the wiki started returning
2025-05-30 23:20:42 +02:00
Rico
84da1cc6d2
[feature] info pages redesign ( #306 )
...
* feat(skin-info): initial page redesign
* feat(skin-info): improve page header & colors
* feat(skin-info): optimize splash loading
* feat(skin-info): add product schema
* feat(skin-info): add faq section
* feat(champ-info): full page redesign
* fix: remove unused splash_color
* feat(icon-info): full page redesign
* feat(skin-info): convert RP to EUR in skin schema
* fix: prevent error on missing element
2025-05-16 15:13:53 +02:00
Rico van Zelst
6a069ca7fd
style: adjust spacing in helper functions
2025-05-05 18:48:21 +02:00
Rico van Zelst
7f77efde29
style: update code style and phpcs rules
2025-05-05 18:47:12 +02:00
rico-vz
651b6f449e
Dusting
2025-03-04 11:50:42 +00:00
Rico van Zelst
68d18311b4
feat: refactor code and improve readability
2025-03-04 12:50:19 +01:00
Rico van Zelst
b246232ae4
fix: Add new Skin Rarity
Duster Fix / duster (push) Successful in 36s
2024-12-06 14:12:25 +01:00
dependabot[bot]
fb5b8f8281
Dusting
2024-11-04 03:19:22 +00:00
Rico van Zelst
a94e0ded51
fix: Add Frenzy to resourcetypes
2024-07-26 15:52:05 +02:00
rico-vz
3c6278cc6e
Dusting
2024-07-03 18:11:23 +00:00
Rico van Zelst
03c93ed189
feat(Champion Model): Add 'Crimson Rush' to resource types
...
A new resource type, 'Crimson Rush', has been added to the Champion model. This extends the range of available resource types for champions in the game.
2024-06-22 18:56:19 +02:00
rico-vz
be90837cab
Dusting
2024-06-18 12:27:13 +00:00
Rico van Zelst
35b5e060ec
feat: Active Search for skins
2024-06-18 14:26:43 +02:00
Rico van Zelst
20f08944c2
feat: Add Heimerdinger PHP CS rules for Laravel
...
- Added a new phpcs.xml.dist file with specific coding standards for Laravel development.
2024-06-18 13:09:26 +02:00
Rico van Zelst
a0b37a4ab4
🧹 Duster
2024-06-18 12:55:10 +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 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
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
StyleCI Bot
672088b696
Apply fixes from StyleCI
2024-04-30 23:18:02 +00:00
Rico van Zelst
c69a5472aa
refactor: Update image URL generation logic
...
- Refactored the logic for generating image URLs for champions and champion skins to improve readability and maintainability.
2024-05-01 01:12:31 +02:00
StyleCI Bot
919923111f
Apply fixes from StyleCI
2024-04-18 17:44:20 +00:00
Rico van Zelst
267a2e4b67
feat: Add LMI API integration for fetching sales data
...
- Integrate LMI API to fetch current sales data using the provided API key.
- Update SaleController to use Http facade for making API requests.
- Modify services configuration to include LMI API key.
2024-04-18 19:44:09 +02:00
Rico van Zelst
984690b758
fix temporary
2024-04-17 12:59:25 +02:00
StyleCI Bot
401fa11cb1
Apply fixes from StyleCI
2024-04-15 03:17:22 +00:00
Rico van Zelst
29e102e8bb
feat(champion-skin): Improve skin image URL handling
...
- Refactored the `getSkinImageAttribute` method in ChampionSkin model to accept a boolean parameter for uncentered images.
- Updated references to `getSkinImageAttribute` in ChampionSkinController and blade files to include the new parameter for uncentered images.
2024-04-14 14:29:30 +02:00
Rico van Zelst
0fb2b967fb
feat: Add support for uncentered champion images
...
- Updated the Champion model to include an optional parameter for retrieving uncentered champion images. Adjusted image URLs in relevant views accordingly.
2024-04-14 14:21:32 +02:00
StyleCI Bot
a5f00c2828
Apply fixes from StyleCI
2024-04-14 11:47:00 +00:00
Rico van Zelst
01b3e35e87
fix: Update Champion image URLs from CDN Cdragon to RAW
...
- Refactored the Champion model to use new image URLs for different attributes.
- Updated blade templates to fetch champion images with correct URLs.
2024-04-14 13:46:53 +02:00
StyleCI Bot
94e37fcd30
Apply fixes from StyleCI
2024-04-01 14:36:34 +00:00
Rico van Zelst
55a72607e2
refactor: improve filtering of hidden posts in PostsController
...
- Refactored the code in `PostsController.php` to filter out hidden posts before sorting by date for better performance and accuracy.
- Updated the blade template `listposts.blade.php` to adjust formatting and structure for displaying posts.
2024-04-01 16:27:07 +02:00
StyleCI Bot
fd4ce12409
Apply fixes from StyleCI
2024-03-31 18:33:35 +00:00
Rico van Zelst
821c0d1c3c
feat: Add roadmap functionality
...
- Added a new method `roadmap` to HomeController for displaying the roadmap view.
- Created a new Blade template `roadmap.blade.php` for the roadmap page.
- Defined a route `/roadmap` to access the roadmap feature.
2024-03-31 20:33:23 +02:00
Rico van Zelst
2b9fd26b7e
fix: Use static arrow function for splash color calculation
...
- Replace the anonymous function with a static arrow function for calculating the splash color in ChampionSkinController.php.
2024-03-28 10:35:50 +01:00
Rico van Zelst
998f386f20
fix: Handle exceptions in image processing functions
...
- Catch exceptions when reading image content to prevent errors.
- Adjust image resizing dimensions for better display.
2024-03-28 10:34:16 +01:00
Rico van Zelst
5b55e21659
feat: Add support page
...
- Added a new method in HomeController to handle the support page.
- Created a new blade template for the support page with donation options.
2024-03-27 01:04:40 +01:00
StyleCI Bot
e436ceae38
Apply fixes from StyleCI
2024-03-26 10:27:36 +00:00