Commit Graph

151 Commits

Author SHA1 Message Date
Rico van Zelst
288bbc750d feat(images): add default image placeholders 2025-09-27 11:56:46 +02:00
Rico van Zelst
60d9aa48be feat(analytics): switch analytics provider 2025-09-27 10:45:50 +02:00
Rico van Zelst
16f86f7e03 fix: anchor tag issue 2025-05-17 20:11:12 +02:00
Rico van Zelst
b180a0982b fix(icon-info): layout shift 2025-05-17 19:50:18 +02:00
Rico van Zelst
76c51226c0 perf: optimize image loading 2025-05-16 16:29:08 +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
6fe95007c2 feat: update RP Cost label to Price
All checks were successful
Duster Fix / duster (push) Successful in 14s
Changed the label from "RP Cost" to "Price" for clarity.
2025-03-21 18:19:53 +01:00
Rico van Zelst
889417a376 fix: fix up about page and footer 2025-03-21 10:38:30 +01:00
Rico van Zelst
35fde176f8 fix: update footer links
All checks were successful
Duster Fix / duster (push) Successful in 18s
Changed the creator link in the footer to a new URL. Updated the aria-label for better accessibility.
2025-03-18 10:11:48 +01:00
Rico van Zelst
8dd1b867a5 feat: add petal attribution component
All checks were successful
Duster Fix / duster (push) Successful in 17s
- Introduced a new badge component for petal attribution.
- Added styling for the badge with hover effects and animations.
- Integrated the new component into the home view.
2025-03-12 17:44:31 +01:00
Rico van Zelst
d98e41b76f chore: remove unnecessary screen reader text
All checks were successful
Duster Fix / duster (push) Successful in 15s
2025-03-07 18:58:52 +01:00
Rico van Zelst
f45fdf2fe9 fix: ad positioning on champion info page 2025-03-04 12:41:29 +01:00
Rico van Zelst
df5b7e0cd7 fix: reduce ads 2025-02-26 23:40:45 +01:00
Rico van Zelst
fc765c0ed5 feat: add horizontal ad banners to various pages 2025-02-26 23:02:06 +01:00
Rico van Zelst
b8d3c74c19 feat: add ad banners to various components
- Included horizontal ad banners in champions, home features, and skins sections.
- Added vertical ad banners in emotes and icons lists for better visibility.
- Adjusted layout for improved spacing around new ads.
2025-02-26 22:25:45 +01:00
Rico van Zelst
22fbead9f4 feat: add new ad components for various placements 2025-02-26 22:25:26 +01:00
Rico van Zelst
4c8ff4a7ec chore: remove ads from various views
Cleaned up the code by removing ad placeholders from multiple view files.
2025-02-26 21:16:50 +01:00
rico-vz
e3ec9b4aba Dusting 2025-01-24 23:42:30 +00:00
Rico van Zelst
01c3b669c9 feat: improve champion role display logic
Added checks for lane and role data to prevent errors when displaying champion roles.
(Mel being the first ever champ to launch without this data)
2025-01-25 00:41:44 +01:00
Rico van Zelst
3ac5540508 remove some adds
Some checks failed
Duster Fix / duster (push) Failing after 45s
2025-01-13 13:33:24 +01:00
Rico van Zelst
7f174fee79 fix: wiki link 2025-01-12 02:39:41 +01:00
Rico van Zelst
24baf2e2eb fix some ads
All checks were successful
Duster Fix / duster (push) Successful in 16s
2024-12-28 21:56:56 +01:00
Rico van Zelst
65711ab3e2 champ ads 2024-12-28 21:52:55 +01:00
Rico van Zelst
a145974a82 champion ad 2024-12-28 21:49:36 +01:00
Rico van Zelst
302a25045d champs ad 2 2024-12-28 21:40:16 +01:00
Rico van Zelst
ad8c0101c1 champion abg 2024-12-28 21:33:10 +01:00
Rico van Zelst
d0973f8f3e fix: update plausible
All checks were successful
Duster Fix / duster (push) Successful in 50s
2024-11-13 15:57:09 +01:00
Rico van Zelst
3dc50eee2d chore: gads 2024-08-16 01:37:54 +02:00
Rico van Zelst
a9b2abc4b6 style: add flex and justify-center classes
The changes improve the layout by centering the adsbygoogle element horizontally.
2024-08-06 23:01:37 +02:00
Rico van Zelst
6c836f5ae1 fix: back to block 2024-08-06 22:59:36 +02:00
Rico van Zelst
1420c4830c style: update grid view styling
Adjust class attributes for better alignment and centering.
2024-08-06 22:54:17 +02:00
Rico van Zelst
4a4573922e chore: ads 2024-08-06 22:35:59 +02:00
Rico van Zelst
fcff9e5d9b chore: ads 2024-08-06 21:38:55 +02:00
Rico van Zelst
35b5e060ec feat: Active Search for skins 2024-06-18 14:26:43 +02:00
Rico van Zelst
a0b37a4ab4 🧹 Duster 2024-06-18 12:55:10 +02: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
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
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
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
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
Rico van Zelst
a6ac3f8496 feat: Add streamer edit form and view
- Added a new blade file for editing streamers with form fields for champion, platform, username, and display name. Included styling and functionality to update streamer details.
2024-04-14 14:07:32 +02: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
Rico van Zelst
3478d5330b feat: Update logo SVG
- Updated the SVG paths in the logo.blade.php file to improve rendering and optimize code readability.
2024-04-14 13:46:30 +02:00
Rico van Zelst
76501b4dbf feat: Update page titles for consistency
- Updated page titles to remove ".LoL" for a more consistent branding across the website. This change affects multiple pages such as FAQ, About, Assets, Champions, and more.
2024-04-10 11:33:22 +02:00
Rico van Zelst
d099289685 feat: link to the hatty crabby icon guide
- Added a link to a guide for a specific icon ID (6584).
2024-04-01 16:36:25 +02: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
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