Commit Graph

201 Commits

Author SHA1 Message Date
Rico van Zelst
342e895ca3 feat(skin-info): add product schema 2025-05-15 11:57:00 +02:00
Rico van Zelst
f72121861b feat(skin-info): optimize splash loading 2025-05-15 11:44:35 +02:00
Rico van Zelst
09b212b9a0 feat(skin-info): improve page header & colors 2025-05-15 11:41:26 +02:00
Rico van Zelst
358e7c1134 feat(skin-info): initial page redesign 2025-05-15 11:24:54 +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
2d33fe4cf4 feat: remove petal attribution component
All checks were successful
Duster Fix / duster (push) Successful in 14s
Dropped the petal attribution component from the home view. This cleans up the layout and focuses on displaying recent skins more effectively.
2025-03-21 10:42:27 +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
8338384df9 feat: add Google AdSense integration
- Included Google AdSense script for ads.
- Added common ad component to the layout.
2025-02-26 22:25:31 +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
45cb08c4d9 refactor: remove ad scripts from views
Cleaned up multiple view files by removing Google AdSense script inclusions.
2025-02-26 22:25:14 +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
86a67b52d8 fix: Adjust FAQ about S14 2024-09-12 11:02:01 +02: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
54795765af chore: add ga verification 2024-07-27 00:46:33 +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
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
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
Rico van Zelst
63d975dab9 feat: Add notification banner for image display issue
- Added a notification banner to inform users about the image display problem and that a solution is being worked on.
2024-05-01 01:17:50 +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