Rico
8fa2d066c8
Apply fixes from StyleCI
2023-12-05 14:41:37 +00:00
Rico van Zelst
48c74fb4d6
feat(sales): WIP: add SaleController, Current_sales component, and view
...
- Added a new file `SaleController.php` in the `app/Http/Controllers` directory to handle sales-related logic.
- Created a new file `Current_sales.php` in the `app/View/Components/Sales` directory to define the `Current_sales` component.
- Added a new file `current_sales.blade.php` in the `resources/views/components/sales` directory to display the current sales.
- Modified the `web.php` routes file to include a route for accessing the sales page.
These changes introduce functionality related to displaying and managing sales data on the website.
2023-12-05 13:35:59 +01:00
Rico
6eb9b48a84
Merge pull request #39 from rico-vz/dependabot/composer/guzzlehttp/guzzle-7.8.1
...
build(deps): bump guzzlehttp/guzzle from 7.8.0 to 7.8.1
2023-12-04 14:07:25 +01:00
dependabot[bot]
de48794dde
build(deps): bump guzzlehttp/guzzle from 7.8.0 to 7.8.1
...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.8.0...7.8.1 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-04 03:31:24 +00:00
Rico van Zelst
168bfb9e9c
feat(vite.config): remove unnecessary build options
...
- Remove the `build` section from the Vite configuration file.
- The `rollupOptions` for output filenames have been removed.
2023-12-01 22:10:07 +01:00
Rico van Zelst
76d9a0c3ab
style(*): update style
...
- Update the anonymous class syntax in the `add_admin_to_users` migration to use parentheses instead of a space before the opening brace.
- This change ensures compatibility with newer versions of PHP.
2023-12-01 21:50:26 +01: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
6c2deaa953
feat(public): add riot.txt file
...
This commit adds a new file called "riot.txt" to the public directory.
2023-12-01 15:22:47 +01:00
Rico
0713d481a5
*: funding
2023-11-30 23:43:50 +01:00
Rico van Zelst
d08702888f
fix: meta for assets & emotes
2023-11-28 09:33:28 +01:00
Rico van Zelst
d79c0dba5f
style: laravel pint
2023-11-27 20:49:41 +01:00
Rico van Zelst
0723d5aa72
fix: center icon show + add alt to img
2023-11-27 20:48:33 +01:00
Rico van Zelst
3e7592fa9c
feat: summoner icon show
2023-11-27 19:11:09 +01:00
Rico van Zelst
96c346f426
minor: add href.
2023-11-27 17:47:01 +01:00
Rico van Zelst
383099910d
fix: reverse summoner icon sorting
...
when you check out the icons, most of the time you probably are looking for recent ones not ones from 2009.
2023-11-27 17:39:59 +01:00
Rico van Zelst
d9fac4259d
feat: implement summoner emote index
2023-11-27 17:38:38 +01:00
Rico
99370b9279
Merge pull request #36 from rico-vz/dependabot/composer/spatie/laravel-backup-8.4.1
...
build(deps): bump spatie/laravel-backup from 8.4.0 to 8.4.1
2023-11-27 12:28:37 +01:00
Rico
d3bbbbcb7d
Merge pull request #37 from rico-vz/dependabot/composer/laravel/sail-1.26.1
...
build(deps-dev): bump laravel/sail from 1.26.0 to 1.26.1
2023-11-27 12:28:19 +01:00
dependabot[bot]
a700c8e87f
build(deps-dev): bump laravel/sail from 1.26.0 to 1.26.1
...
Bumps [laravel/sail](https://github.com/laravel/sail ) from 1.26.0 to 1.26.1.
- [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.26.0...v1.26.1 )
---
updated-dependencies:
- dependency-name: laravel/sail
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-27 03:57:23 +00:00
dependabot[bot]
6bf9110d33
build(deps): bump spatie/laravel-backup from 8.4.0 to 8.4.1
...
Bumps [spatie/laravel-backup](https://github.com/spatie/laravel-backup ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/spatie/laravel-backup/releases )
- [Changelog](https://github.com/spatie/laravel-backup/blob/main/CHANGELOG.md )
- [Commits](https://github.com/spatie/laravel-backup/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: spatie/laravel-backup
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-27 03:57:10 +00:00
Rico van Zelst
de9deadd97
feat: start on emote components...
2023-11-26 19:17:26 +01:00
Rico van Zelst
ce203e7f45
Merge branch 'main' of https://github.com/rico-vz/HeimerdingerLoL
2023-11-26 18:25:47 +01:00
Rico van Zelst
bd2b01055f
fix: add emotes to full seeder
2023-11-26 18:25:43 +01:00
Rico
d162844717
style: fixes from styleci
...
Apply fixes from StyleCI
2023-11-26 18:24:59 +01:00
Rico
4d118028b8
Apply fixes from StyleCI
2023-11-26 17:24:33 +00:00
Rico van Zelst
c11df81e5c
feat: emote data
2023-11-26 18:24:23 +01:00
Rico van Zelst
1a6091e099
feat: code for emotes
2023-11-26 17:52:06 +01:00
Rico
eb210f1ba7
style: fixes from styleci
...
Apply fixes from StyleCI
2023-11-26 17:41:27 +01:00
Rico
d07bda0fa3
Apply fixes from StyleCI
2023-11-26 16:39:54 +00:00
Rico van Zelst
a2dc7ad465
feat: implement sqids
2023-11-26 17:39:45 +01:00
Rico van Zelst
f79395cfae
cache time
2023-11-26 16:20:06 +01:00
Rico
3426d962c9
upd: laravel update
...
build(deps): bump laravel/framework from 10.31.0 to 10.32.1
2023-11-20 16:52:46 +01:00
dependabot[bot]
4164e6c0a1
build(deps): bump laravel/framework from 10.31.0 to 10.32.1
...
Bumps [laravel/framework](https://github.com/laravel/framework ) from 10.31.0 to 10.32.1.
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v10.31.0...v10.32.1 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-20 04:06:03 +00:00
Rico van Zelst
560c75a1b4
feat: asset page
2023-11-16 14:43:40 +01:00
Rico
ea2061e4af
upd: contributing req
2023-11-16 12:11:06 +01:00
Rico
3cc8d1e0a2
upd: readme
2023-11-16 11:47:56 +01:00
Rico van Zelst
ba08e58d18
feat: proj name vite
2023-11-16 11:44:47 +01:00
Rico van Zelst
0dbcf3e7a0
fix: vite config
2023-11-16 11:40:33 +01:00
Rico van Zelst
4c3175d337
fix: vite cache refreshing
2023-11-16 11:36:57 +01:00
Rico
0f1a10d419
style: apply styleci fixes
...
Apply fixes from StyleCI
2023-11-16 11:30:37 +01:00
Rico
3fcbbc8e9c
Apply fixes from StyleCI
2023-11-16 10:29:51 +00:00
Rico van Zelst
ad49426825
feat: active nav highlighting & icon fixes
2023-11-16 11:29:32 +01:00
Rico van Zelst
7c05647079
fix: improved tooltip
2023-11-15 14:51:17 +01:00
Rico van Zelst
6331dd3531
fix: seeder
2023-11-15 13:59:41 +01:00
Rico van Zelst
cea55e776c
feat: icon list + search functionality
2023-11-15 13:58:12 +01:00
Rico van Zelst
cc2ebc8899
feat: backlink to champ on skin
2023-11-15 10:24:47 +01:00
Rico van Zelst
a861535180
upd: update packages
2023-11-14 11:49:49 +01:00
Rico van Zelst
9dfe98cbef
fix: only clear cloudflare on prod
2023-11-14 11:02:42 +01:00
Rico van Zelst
7ced468ad1
feat: search through skins
2023-11-14 10:30:44 +01:00
Rico van Zelst
2aa85db037
fix: schar solution
2023-11-09 20:06:01 +01:00