Rico
233ee96639
build(deps-dev): bump laravel/sail from 1.27.4 to 1.28.0
...
build(deps-dev): bump laravel/sail from 1.27.4 to 1.28.0
2024-02-26 15:27:26 +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
dependabot[bot]
9b8e5edaa9
build(deps-dev): bump laravel/sail from 1.27.4 to 1.28.0
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.27.4 to 1.28.0.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.27.4...v1.28.0 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-26 03:27:03 +00:00
Rico van Zelst
1eeb7bc8c4
refactor(layout): remove unused googletag component from layout
2024-02-26 03:24:33 +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
Rico van Zelst
322755a42a
style(layout): remove unused font loading code
...
Removed unused font loading code from the layout file to improve clarity and reduce unnecessary clutter.
2024-02-26 02:14:17 +01:00
Rico van Zelst
c0a21eb2e2
chore(fonts): Move font files to new directory
...
- Renamed font files to a new directory for organization.
2024-02-26 02:07:00 +01:00
Rico van Zelst
cb7cef45cf
feat(fonts): add Inter font files for various weights
...
Add font files for Inter font family with different weights (100-900) in WOFF2 format. Update CSS to include font-face declarations for each weight.
2024-02-26 02:04:39 +01:00
Rico van Zelst
6a91cc1b7e
style(footer): add aria-label attribute to link for accessibility
2024-02-26 01:32:50 +01:00
Rico van Zelst
c53a8154bd
chore(about): update GitHub link in about page
...
Updated the GitHub link on the about page to provide a more concise and clear call-to-action for developers interested in contributing to the project.
2024-02-25 02:56:21 +01:00
Rico van Zelst
088066f720
feat(skins): Update grid_info blade with improved styling and layout
...
- Refactored CSS classes for better readability
- Adjusted grid layout for responsiveness
- Updated image display properties and transitions
2024-02-25 01:40:21 +01:00
Rico van Zelst
72655e6d1a
chore(indexnow): add new text file with unique identifier
...
Added a new text file named "1e2221c8a725434085822c2ef00539cf" to the public directory.
2024-02-25 01:21:58 +01:00
Rico van Zelst
b775f8b2fa
feat(posts): add new posts about Riot Games' 2XKO and LoL targeting
...
Added two new blog posts: one revealing the name of Riot Games' fighting game 'Project L' as 2XKO, and another detailing how to only attack champions in League of Legends.
2024-02-25 01:14:24 +01:00
Rico
2a31592254
chore: apply style fixes
...
Apply fixes from StyleCI
2024-02-25 00:45:13 +01:00
Rico
f159bf7be1
Apply fixes from StyleCI
2024-02-24 23:44:36 +00:00
Rico van Zelst
62417027fa
refactor(migration): update anonymous class syntax
...
Refactored the anonymous class syntax in the Pulse migration file for consistency.
2024-02-25 00:44:32 +01:00
Rico van Zelst
f4567be0c8
feat(migrations): add Pulse tables migration
...
Added migrations for 'pulse_values', 'pulse_entries', and 'pulse_aggregates' tables with necessary columns, indexes, and constraints.
2024-02-25 00:04:05 +01:00
Rico van Zelst
9dd4cc3b87
style(meta): Add dark mode meta tag and fix indentation
...
Added a meta tag to disable DarkReader on the site and fixed the indentation in the file.
2024-02-24 22:20:13 +01:00
Rico van Zelst
ac21092745
fix(migration): remove unique constraint from 'message' column
...
Remove the unique constraint from the 'message' column in the contact submissions table migration file.
2024-02-24 22:08:04 +01:00
Rico van Zelst
553010ad2f
chore(content): remove hello-world.md post
...
- Deleted the hello-world.md post file.
2024-02-24 21:56:21 +01:00
Rico van Zelst
30819a8e14
style(about): Rearrange classes in about page for consistency
...
- Reordered classes in HTML elements for better readability and maintainability.
- Updated class order in various elements to follow a consistent pattern.
2024-02-24 21:54:32 +01:00
Rico
207c4243cd
Merge pull request #117 from rico-vz/analysis-kYL2mj
...
Apply fixes from StyleCI
2024-02-24 21:52:43 +01:00
Rico
c849bc737f
Apply fixes from StyleCI
2024-02-24 20:52:09 +00:00
Rico van Zelst
b4c86cd070
feat(deps): add scyllaly/hcaptcha package
...
Add scyllaly/hcaptcha package to composer.json and composer.lock for hCaptcha integration in Laravel.
2024-02-24 21:52:04 +01:00
Rico van Zelst
8bdcd5b086
feat(contact): Add hCaptcha integration, Discord alert for contact
...
- Added hCaptcha validation to the contact form.
- Integrated hCaptcha configuration in the application.
- Implemented Discord alerts for new contact submissions with detailed content.
2024-02-24 21:52:00 +01:00
Rico van Zelst
1ed7856985
feat(contact): add ContactSubmissionController and contact form view
...
- Added ContactSubmissionController with index and store methods for handling contact submissions.
- Created a new Blade view for the contact form with fields for name, email, discord, category, subject, and message.
- Updated routes to include endpoints for displaying the contact form and submitting it.
2024-02-24 20:30:23 +01:00
Rico van Zelst
e82976026c
chore(env): add HONEYPOT_NAME to .env.example
...
Addition of HONEYPOT_NAME variable in .env.example file.
2024-02-24 20:30:08 +01:00
Rico van Zelst
c490e87c3e
feat: Add Discord alert webhook, ContactCategory enum, form request
...
- Added Discord alert webhook URL to .env.example
- Created ContactCategory enum with humanReadable method
- Implemented ContactSubmissionRequest form request
- Added ContactSubmission model with fillable and casts properties
- Included configurations for Discord alerts and honeypot protection
2024-02-24 19:58:31 +01:00
Rico van Zelst
13ba72c897
feat(env): add GTAG_MEASUREMENT_ID to env and config
...
- Added GTAG_MEASUREMENT_ID to .env.example
- Updated 'GTAG_MEASUREMENT_ID' in config/app.php
- Modified script tag in googletag.blade.php to use dynamic ID
2024-02-24 15:44:57 +01:00
Rico
93ce805af6
build(deps-dev): bump laravel/sail from 1.27.3 to 1.27.4
...
build(deps-dev): bump laravel/sail from 1.27.3 to 1.27.4
2024-02-19 14:39:19 +01:00
Rico
f36a7aae7e
build(deps-dev): bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.5
...
build(deps-dev): bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.5
2024-02-19 14:39:10 +01:00
Rico
4d3066e31a
build(deps): bump league/flysystem-aws-s3-v3 from 3.23.1 to 3.24.0
...
build(deps): bump league/flysystem-aws-s3-v3 from 3.23.1 to 3.24.0
2024-02-19 14:38:57 +01:00
Rico
a2a8fbd4cc
build(deps): bump spatie/laravel-query-builder from 5.7.0 to 5.8.0
...
build(deps): bump spatie/laravel-query-builder from 5.7.0 to 5.8.0
2024-02-19 14:38:53 +01:00
Rico
747d3c3fbe
build(deps-dev): bump rector/rector from 1.0.0 to 1.0.1
...
build(deps-dev): bump rector/rector from 1.0.0 to 1.0.1
2024-02-19 14:38:37 +01:00
dependabot[bot]
c4193c544e
build(deps-dev): bump rector/rector from 1.0.0 to 1.0.1
...
Bumps [rector/rector](https://github.com/rectorphp/rector ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/rectorphp/rector/releases )
- [Commits](https://github.com/rectorphp/rector/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 03:57:59 +00:00
dependabot[bot]
378eb3841c
build(deps): bump spatie/laravel-query-builder from 5.7.0 to 5.8.0
...
Bumps [spatie/laravel-query-builder](https://github.com/spatie/laravel-query-builder ) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/spatie/laravel-query-builder/releases )
- [Changelog](https://github.com/spatie/laravel-query-builder/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-query-builder/compare/5.7.0...5.8.0 )
---
updated-dependencies:
- dependency-name: spatie/laravel-query-builder
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 03:57:53 +00:00
dependabot[bot]
a71d097e52
build(deps): bump league/flysystem-aws-s3-v3 from 3.23.1 to 3.24.0
...
Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3 ) from 3.23.1 to 3.24.0.
- [Commits](https://github.com/thephpleague/flysystem-aws-s3-v3/compare/3.23.1...3.24.0 )
---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 03:57:40 +00:00
dependabot[bot]
d241dcaab7
build(deps-dev): bump barryvdh/laravel-debugbar from 3.9.2 to 3.10.5
...
Bumps [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar ) from 3.9.2 to 3.10.5.
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases )
- [Commits](https://github.com/barryvdh/laravel-debugbar/compare/v3.9.2...v3.10.5 )
---
updated-dependencies:
- dependency-name: barryvdh/laravel-debugbar
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 03:57:34 +00:00
dependabot[bot]
f06417dcb0
build(deps-dev): bump laravel/sail from 1.27.3 to 1.27.4
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.27.3 to 1.27.4.
- [Release notes](https://github.com/laravel/sail/releases )
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/sail/compare/v1.27.3...v1.27.4 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-19 03:57:20 +00:00
Rico van Zelst
2c6246faea
feat(faq): update League of Legends FAQ
...
- Reordered the questions and answers for better readability
- Updated information about League of Legends availability on different platforms
- Added information about the characters in Arcane and the end date of Season 14
2024-02-16 02:11:50 +01:00
Rico van Zelst
f1ada2fb01
refactor(icons): improve code readability and formatting
...
- Reorganized the HTML structure for better readability.
- Fixed indentation and spacing inconsistencies.
- Added missing newline after PHP opening tag.
- Updated class names to follow consistent naming conventions.
- Wrapped icon titles in anchor tags for improved accessibility.
2024-02-16 01:57:48 +01: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
17ccf554f1
feat(composer): update Rector dependency version
...
Update the Rector dependency version in composer.json from "^0.19.2" to "^1.0". This ensures compatibility with the latest version of Rector.
2024-02-16 01:40:53 +01:00
Rico
fafd940456
build(deps): bump spatie/laravel-backup from 8.5.1 to 8.6.0
...
build(deps): bump spatie/laravel-backup from 8.5.1 to 8.6.0
2024-02-14 12:14:59 +01:00
Rico
93a76d216a
build(deps-dev): bump spatie/laravel-ignition from 2.4.0 to 2.4.2
...
build(deps-dev): bump spatie/laravel-ignition from 2.4.0 to 2.4.2
2024-02-14 12:14:49 +01:00
Rico
1620356bdf
build(deps): bump laravel/tinker from 2.8.2 to 2.9.0
...
build(deps): bump laravel/tinker from 2.8.2 to 2.9.0
2024-02-14 12:14:37 +01:00
Rico
c74ed4d38e
build(deps): bump blade-ui-kit/blade-icons from 1.5.3 to 1.6.0
...
build(deps): bump blade-ui-kit/blade-icons from 1.5.3 to 1.6.0
2024-02-14 12:14:24 +01:00