Rico van Zelst
90e36c74ec
feat: caching
2023-11-06 21:47:51 +01:00
Rico van Zelst
3d6c00dd0d
feat: upcoming skins & feat: return types
2023-11-06 20:56:21 +01:00
Rico van Zelst
ae1c9f0843
style: use import
2023-11-06 17:28:35 +01:00
Rico van Zelst
41ccc95c03
feat: auto-complete in view
2023-11-06 10:07:08 +01:00
Rico van Zelst
1262ea3475
fix: fix bug in component
2023-11-06 00:59:45 +01:00
Rico van Zelst
5898983aed
style: style fix
2023-11-06 00:58:37 +01:00
Rico van Zelst
0fb5f76ad2
feat: add recent skins to home
2023-11-06 00:56:11 +01:00
Rico van Zelst
10d45c5dd1
fix: remove unused code
2023-11-02 15:00:37 +01:00
Rico van Zelst
a5e1a366c6
Merge branch 'main' of https://github.com/rico-vz/HeimerdingerLoL
2023-11-02 14:59:26 +01:00
Rico van Zelst
18d293d049
feat: scheduled data gathering
2023-11-02 14:59:15 +01:00
Rico
f40d49b028
style: merge pull request #6 from rico-vz/analysis-djwkjb
...
Apply fixes from StyleCI
2023-11-02 14:33:13 +01:00
Rico
3fffe6a6df
Apply fixes from StyleCI
2023-11-02 13:32:24 +00:00
Rico van Zelst
9f419ca0ca
fix: bug with role accessor
2023-11-02 14:16:08 +01:00
Rico van Zelst
6166d467be
style: fix control structure
2023-11-02 13:55:33 +01:00
Rico van Zelst
5ee2e0ad68
feat: champion roles data seeder
2023-11-02 13:54:27 +01:00
Rico van Zelst
cd6f3412d8
style
2023-11-02 13:31:41 +01:00
Rico van Zelst
91ec747c2c
style: make per the coding style in pint
2023-11-02 13:05:53 +01:00
Rico van Zelst
a8c31e3097
feat: start champ role seeder
2023-11-02 12:54:03 +01:00
Rico van Zelst
147e0078df
feat: role mapping to popular naming
...
While the database values match the ones internally used by Riot Games in the League of Legends client, this is not how most people call them. So we map them to the way people call them for SEO
2023-11-02 12:36:54 +01:00
Rico van Zelst
6904eb4ca4
fix: update dependencies
2023-11-02 11:24:59 +01:00
Rico van Zelst
87280627ee
feat: add slug to all tables
2023-11-02 11:10:34 +01:00
Rico
1c18904253
feat: dependabot update check
2023-11-01 23:28:30 +01:00
Rico van Zelst
509fbed10b
feat: add champion role database
2023-11-01 14:55:17 +01:00
Rico van Zelst
5849764f21
fix: env user-agent
2023-11-01 14:11:53 +01:00
Rico van Zelst
9ced9a83f3
style: laravel pint lint
2023-11-01 14:09:25 +01:00
Rico van Zelst
69c072a003
feat: make models sluggable
2023-11-01 14:08:20 +01:00
Rico
34f69de9fe
feat: issue templates
2023-11-01 13:15:40 +01:00
Rico van Zelst
d0ed514bc7
feat: laravel ide helper
2023-11-01 12:29:24 +01:00
Rico
67d1da2330
fix: readme disclaimer
2023-11-01 12:04:58 +01:00
Rico
5893b5c1fa
fix: readme spacing
2023-11-01 12:02:23 +01:00
Rico
821bfb10b2
fix: readme.md
2023-11-01 12:01:54 +01:00
Rico
70cd5b513a
fix: readme
2023-11-01 11:55:06 +01:00
Rico van Zelst
fc2f3af040
feat: skin chroma data seeder
2023-11-01 09:40:25 +01:00
Rico van Zelst
9bb4de7a76
fix: skip original (base) skin
2023-11-01 08:49:18 +01:00
Rico van Zelst
ea879a8c70
feat: champion skin data seeder
2023-10-31 10:20:33 +01:00
Rico van Zelst
dc4617c576
fix: fix typo in skins database
2023-10-31 09:19:14 +01:00
Rico van Zelst
f2c390e940
style: add more informative comment
2023-10-31 09:14:58 +01:00
Rico van Zelst
6f178bdece
feat: champion data seeder
2023-10-31 09:11:22 +01:00
Rico
f00ce5a4df
Create SECURITY.md
2023-10-27 11:53:28 +02:00
Rico
c8f6129dc2
Create CONTRIBUTING.md
2023-10-27 11:42:32 +02:00
Rico
890c001116
Create CODE_OF_CONDUCT.md
2023-10-27 11:35:04 +02:00
Rico
900f00303d
Create LICENSE
2023-10-27 11:32:01 +02:00
Rico van Zelst
f795a65882
⚙️ SkinChroma Array cast
2023-10-27 10:22:19 +02:00
Rico van Zelst
021eae9bf4
🌈 Skin Chromas
2023-10-27 10:20:17 +02:00
Rico van Zelst
bb771faf25
🍺 Laravel Pint ran
...
- Moved the import statement for `Champion` and `ChampionSkin` models in their respective controllers to improve code organization.
- Refactored image attribute methods in the `Champion` model to use string interpolation for better readability.
- Refactored image attribute methods in the `ChampionSkin` model to use string interpolation for better readability.
This commit improves code organization and readability by refactoring import statements and using string interpolation for image attribute methods.
2023-10-27 01:23:39 +02:00
Rico van Zelst
3ee7112641
#️⃣ Change temp URLs
2023-10-27 01:17:23 +02:00
Rico van Zelst
38237a2219
🌟 Added dev-laravel, dev-node, and dev-all scripts 🚀
...
Added new scripts to package.json for easier development. The new scripts include "dev-laravel" for serving Laravel, "dev-node" for running npm dev, and "dev-all" for running both simultaneously. Also added "npm-run-all" as a dependency.
2023-10-27 01:06:12 +02:00
Rico van Zelst
1414391197
🎨 Champion + Skin databases
2023-10-26 20:46:09 +02:00
Rico van Zelst
55447937a6
⚙️ Feature Cards + Navbar changes
2023-10-26 19:12:46 +02:00
Rico van Zelst
c1194738c5
🖼️ Navbar + Icon + Font
2023-10-26 16:57:28 +02:00