Rico van Zelst
24baf2e2eb
fix some ads
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
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
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
Rico van Zelst
4f22451be3
style: Update CSS classes for video aspect ratio
...
- Updated CSS classes in grid_info.blade.php to use 'aspect-video' for maintaining video aspect ratio styling.
2024-03-26 11:27:28 +01:00
Rico van Zelst
99a5fea8f3
style: add streamer list styling per platform
...
- Added @font-face declarations for various font weights of the Inter font family in app.css to improve font rendering.
- Updated text-shadow styles for different platforms (Twitch, YouTube, Kick, Douyu, Huya) in grid_info.blade.php.
- Expanded file paths in tailwind.config.js to include more blade.php files.
2024-03-26 11:19:20 +01:00
Rico van Zelst
e6dcfacb31
feat: Add streamers to champion show view
...
- Added loading of streamers data in the champion show view.
- Updated ChampionController to load streamers for display.
2024-03-23 02:48:08 +01:00
Rico van Zelst
b46128ec26
Add Champion model, form validation, and components for StreamerPanel.
...
- Added Champion model to StreamerPanelController.
- Implemented form validation for champion_id, platform, username, and displayname in create and update methods.
- Created StreamerCreateForm and StreamersTable components for better organization.
2024-03-22 02:35:44 +01:00
Rico van Zelst
236ff32acc
feat: Update AWS SDK and Laravel Package Tools versions
...
- Updated AWS SDK version to 3.301.4
- Updated Laravel Package Tools version to 1.16.4
2024-03-21 01:10:43 +01:00
Shift
2541825a1d
Sort Tailwind classes
2024-03-18 17:55:31 +00:00
Rico van Zelst
755fcf9561
fix(sec): Add 'rel="noopener"' to external links
...
Add 'rel="noopener"' attribute to external links for improved security and accessibility.
2024-03-03 17:44:49 +01:00
Rico van Zelst
37bc210923
feat(controller): add HTMLSitemapController for generating HTML sitemap
...
- Added HTMLSitemapController to generate sitemap with cached data
- Updated footer.blade.php and index.blade.php for sitemap links
2024-03-03 17:23:22 +01:00
Rico van Zelst
fecd0e1d5f
feat(ui): update meta image URLs for social sharing
...
- Update og:image and twitter:image URLs to use CDN for improved performance and consistency in social media sharing previews.
2024-03-03 15:11:44 +01:00
Rico van Zelst
f511320a17
fix(view): update image maxage to 7 days in recent_skins view
...
Updated the image URL in the recent_skins view to set the maximum age parameter to 7 days instead of 2 days for caching.
2024-03-01 23:47:46 +01:00
Rico van Zelst
96a2e6b35b
feat(components): add Product Hunt badge to footer and features
...
- Added Product Hunt badge to the footer component.
- Added Product Hunt badge to the features component for better visibility.
2024-02-29 14:08:27 +01:00
Rico van Zelst
cdae1cda79
style(components): adjust image size and quality for skins
...
- Adjusted image width and quality attributes for recent and upcoming skin components to improve display consistency.
2024-02-27 13:03:33 +01:00
Rico van Zelst
1f1a07adb0
fix(ui): update image URLs with maxage parameter
...
Update image URLs in recent_skins.blade.php and upcoming_skins.blade.php to include the maxage=2d parameter for caching.
2024-02-27 11:52:52 +01:00
Rico van Zelst
7ecdad0ebb
fix(ui): update image quality to 75 for recent and upcoming skins
...
Reduce image quality to 75 for recent and upcoming skin images.
2024-02-27 11:49:22 +01:00
Rico van Zelst
9bc14f21e5
style(components): update image loading attributes
...
- Update image loading attributes for recent and upcoming skins components to improve performance and consistency.
2024-02-27 11:43:45 +01:00
Rico van Zelst
3423382a0a
chore(analytics): update Plausible script domain
...
Changed the Plausible analytics script domain to heimerdinger.lol.
2024-02-26 13:39:53 +01:00
Rico van Zelst
7826063f78
feat(analytics): replace old Google Tag script with new version
...
- Added a new file googletag.blade.php for updated Google Tag script
- Deleted the old version of googletag.blade.php containing outdated script
2024-02-26 13:38:51 +01:00
Rico van Zelst
8949c427e8
feat(analytics): Add Plausible analytics script, remove Matomo script
...
- Added a new file `plausible.blade.php` for Plausible analytics script.
- Removed the `matomo-analytics.blade.php` file and replaced its usage with the new Plausible analytics component in `app.blade.php`.
2024-02-26 13:38:46 +01:00
Rico van Zelst
cb4c448736
refactor(matomo-analytics): optimize Matomo tracking script
...
Consolidated and optimized Matomo tracking script for better performance.
2024-02-26 03:23:27 +01:00
Rico van Zelst
fdc2843f6f
feat(components): add Matomo analytics component
...
Add Matomo analytics tracking code to a new Blade component for easy integration across views.
2024-02-26 03:05:42 +01:00