Commit Graph

42 Commits

Author SHA1 Message Date
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
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
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
3dc50eee2d chore: gads 2024-08-16 01:37:54 +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
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
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
Shift
2541825a1d Sort Tailwind classes 2024-03-18 17:55:31 +00:00
Rico van Zelst
a48ea6e42f feat(home): update upcoming and latest skins display
- Updated the query in HomeController@index to filter upcoming skins based on release date.
- Updated the query in HomeController@index to filter latest skins based on release date.
- Added links to champion details page for each champion in list_all.blade.php.
- Added links to skin details page for each skin in recent_skins.blade.php and upcoming_skins.blade.php.
2024-02-16 01:41:06 +01:00
Rico van Zelst
8aac9e6bd9 fix(views): fix role filter bug
The code changes in `list_all.blade.php` fix a spacing issue in the champion card component. So filters work now
2023-12-28 14:43:30 +01:00
Rico van Zelst
66d71f84c0 feat(components): update heading tags in blade templates
- Updated the heading tags in the `list_all.blade.php` files for champions, emotes, icons, and skins from `<h2>` to `<h1>`.
- Also updated the heading tag in the `features.blade.php` file from `<h2>` to `<h1>`.
2023-12-08 18:18:12 +01:00
Rico van Zelst
7c05647079 fix: improved tooltip 2023-11-15 14:51:17 +01:00
Rico van Zelst
2b8e6d9327 feat: skin list 2023-11-09 12:20:46 +01:00
Rico van Zelst
3e2d8ad6fe feat: add footer 2023-11-09 11:15:18 +01:00
Rico van Zelst
225cab967d fix: vert scroll bug 2023-11-09 09:08:00 +01:00
Rico van Zelst
850564c096 style: move script to vite manifest 2023-11-09 08:54:32 +01:00
Rico van Zelst
00018878e0 feat: position filter 2023-11-08 21:40:51 +01:00
Rico van Zelst
a61b4f8085 feat: sideways scroll improvement 2023-11-08 15:05:16 +01:00
Rico van Zelst
003c58544f feat: skin list on champion details 2023-11-08 15:01:20 +01:00
Rico van Zelst
68231197d0 fix: skin foreign key 2023-11-08 15:01:20 +01:00
Rico van Zelst
149174ebc3 feat: champ information, style improvement 2023-11-08 14:12:51 +01:00
Rico van Zelst
38247c71d9 feat: champ info start 2023-11-08 10:39:52 +01:00
Rico van Zelst
cabb5414ae axe: accessibility text size 2023-11-07 22:24:02 +01:00
Rico van Zelst
d17d19bac6 fix: query optimization
 166 Queries -> 2 Queries (cached)
2023-11-07 22:04:00 +01:00
Rico van Zelst
04602efece fix: detail icon 2023-11-07 21:36:27 +01:00
Rico van Zelst
8751c6dd1a fix: image loading & syze 2023-11-07 19:52:45 +01:00
Rico van Zelst
790b8d280f feat: image load animation 2023-11-07 19:38:34 +01:00
Rico van Zelst
b5342fcc9d style: remove unused code 2023-11-07 19:15:09 +01:00
Rico van Zelst
e2c63a7a0a fix: accessibility changes 2023-11-07 18:11:44 +01:00
Rico van Zelst
b4f5954558 fix: don't lazy load atf images 2023-11-07 17:46:14 +01:00
Rico van Zelst
167be2fd82 opt: use image cdn for splashes 2023-11-07 17:41:03 +01:00
Rico van Zelst
4445bc1478 feat: champion list 2023-11-07 17:28:37 +01:00