Rico van Zelst
3717d3836e
feat(deps): add Rector for code quality improvements
...
- Added "rector/rector" package to composer.json
- Created rector.php configuration file with rules for code quality improvements
2024-01-06 00:13:27 +01:00
Rico van Zelst
5fe3fcac61
feat: add working posts index
...
This commit adds pagination functionality to the posts index page. The code changes include:
- Sorting the posts by descending date
- Paginating the posts with 6 items per page
- Creating a new component called "Listposts" for rendering the paginated posts
- Adding a new view file for the "Listposts" component
- Updating the blade template of the posts index page to use the "Listposts" component and pass in the paginated posts
The purpose of these changes is to improve user experience by displaying a limited number of posts per page and providing navigation links for easier browsing.
2023-12-12 12:32:42 +01:00
Rico van Zelst
ae545c125a
feat: Add spatie/sheets package
...
Added the "spatie/sheets" package to the composer.json file. This package will be used for handling spreadsheets in the project.
2023-12-12 09:39:35 +01:00
dependabot[bot]
02d273b88a
build(deps): bump intervention/image from 2.7.2 to 3.0.1
...
Bumps [intervention/image](https://github.com/Intervention/image ) from 2.7.2 to 3.0.1.
- [Commits](https://github.com/Intervention/image/compare/2.7.2...3.0.1 )
---
updated-dependencies:
- dependency-name: intervention/image
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-11 10:21:00 +00:00
Rico van Zelst
2374a39c77
feat(monitoring): add pulse
...
- Added a new gate called `viewPulse` in the `AuthServiceProvider` class.
- The gate allows only admin users to view the Pulse feature.
2023-12-01 21:49:26 +01:00
Rico van Zelst
a2dc7ad465
feat: implement sqids
2023-11-26 17:39:45 +01:00
Rico van Zelst
7c05647079
fix: improved tooltip
2023-11-15 14:51:17 +01:00
Rico van Zelst
7ced468ad1
feat: search through skins
2023-11-14 10:30:44 +01:00
Rico van Zelst
149174ebc3
feat: champ information, style improvement
2023-11-08 14:12:51 +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
1e974ee614
upd: gitignore
2023-11-07 20:30:35 +01:00
Rico van Zelst
d0ed514bc7
feat: laravel ide helper
2023-11-01 12:29:24 +01:00
Rico van Zelst
9781c61274
🏗️ Install Packages ⚡
2023-10-14 17:18:22 +02:00
Rico van Zelst
6aa1f21eb1
🏗️ Laravel Installation
2023-10-14 17:00:26 +02:00