1
0
Fork 0
Commit graph

40 commits

Author SHA1 Message Date
86a0474a89 app/Models/Recipe.php: add spell relationship. 2021-07-08 20:30:52 +02:00
78d5d8d50e Adding Spell Model 2021-07-08 20:30:52 +02:00
b7ccc4a657 Migration: 2021_07_07_155535_allow_null_for_item_id_in_recipes_table.php 2021-07-08 20:30:52 +02:00
8038a538dc Migration: 2021_07_07_154816_add_spell_id_to_recipes.php 2021-07-08 20:30:52 +02:00
8eaf836d4a Migration: 2021_07_07_154223_add_spell_table.php 2021-07-07 16:16:53 +02:00
06f750bde3 resources/views/user/index.blade.php: add icon to edit button. 2021-07-06 12:51:07 +02:00
00ec5270a1 resources/views/user/index.blade.php: change edit button text from "edit password" to just "edit" 2021-07-06 12:51:07 +02:00
c27a595408 User edit: add username to the form. 2021-07-06 12:51:07 +02:00
83f00ddebd database seeders: cleaning up some names. 2021-07-06 12:51:07 +02:00
a1f4ffd664 app/Http/Livewire/Form/CreateCharacterForm.php: Rename to CharacterForm. 2021-07-03 14:20:44 +02:00
2f561fc1cd resources/views/character/show.blade.php: Add button to edit page. 2021-07-03 14:15:51 +02:00
b6f1f8b887 Character: add ability to edit a character. 2021-07-03 14:15:21 +02:00
d8895901bf Adding resources/icons/pencil.svg 2021-07-03 13:25:21 +02:00
f2fcae83cc app/Models/Character.php: make sure name is lowercase with first letter upper case. 2021-07-03 13:24:13 +02:00
06ab6e12c5 app/View/Components/Form.php: Add "PATCH" to spoofMethod. 2021-07-02 16:17:39 +02:00
a4886705a7 resources/views/livewire/recipes.blade.php: minor fix. 2021-07-01 16:25:12 +02:00
fecf3a1f00 TEST: Adding profession import test. 2021-07-01 15:24:39 +02:00
6ec98abbbb Adding database/seeders/SettingsSeeders/ItemSeeder.php 2021-07-01 15:24:39 +02:00
8e441ccc92 app/Jobs/ImportProfession.php: fix for broken format from exporter addon. 2021-07-01 15:24:39 +02:00
9da87b2b95 app/Jobs/ImportProfession.php: in getRecipe() sync the reagent's instead of only process them on recipe create. 2021-07-01 14:43:36 +02:00
8fd07c11a8 Adding support to login via discord oauth. 2021-06-30 18:30:34 +02:00
910a8309b7 db: 2021_06_30_152519_set_nullable_password.php 2021-06-30 15:33:11 +02:00
9f1ac13ffd db: 2021_06_30_151820_add_discord_id_to_user_table.php 2021-06-30 15:33:00 +02:00
119b8a76e8 composer: Adding laravel/socialite and discord driver. 2021-06-30 15:32:39 +02:00
aa80dbc654 composer: adding doctrine/dbal 2021-06-30 15:27:52 +02:00
11a67ca2c7 resources/views/character/list.blade.php: responsive tweeks 2021-06-30 14:16:59 +02:00
23265d8617 resources/views/components/character-card.blade.php: some redesign. 2021-06-30 14:11:46 +02:00
e95b2746fb resources/views/components/nav-link.blade.php: do not hide links on small screens 2021-06-30 14:11:11 +02:00
9e5a1035a8 resources/views/layouts/app.blade.php: fixing page title responsivenes. 2021-06-30 14:09:55 +02:00
3e982bd02e resources/views/user/index.blade.php: fixing responsive grid :) 2021-06-30 13:56:54 +02:00
16e84fd316 app/Jobs/ImportProfession.php: in processItems() don't check for external_id when upserting items (as that is not guaranteed to be unique) 2021-06-29 18:40:08 +02:00
8f6691b1fe Migration: 2021_06_29_182934_drop_unique_for_external_id_on_item_table.php 2021-06-29 18:38:30 +02:00
8e887d1ebe app/Jobs/ImportProfession.php: should not use firstOrFail() when searching for items. as this will do an abort(404), that is very confusing. 2021-06-29 18:28:58 +02:00
329c753105 resources/views/recipe/show.blade.php: show wowhead link. 2021-06-29 17:14:02 +02:00
3face4481a resources/views/character/profession/show.blade.php: show wowhead link. 2021-06-29 17:13:47 +02:00
57409690d4 Adding resources/views/components/wowhead.blade.php 2021-06-29 16:52:50 +02:00
9af1752d0c Adding resources/icons/external-link.svg 2021-06-29 16:52:31 +02:00
e6ace7b61c app/Jobs/ImportProfession.php: in processItems() use sortBy() instead of sort(). 2021-06-29 15:54:03 +02:00
36fe526be2 resources/views/livewire/form/character.blade.php: Minor fix. missing livewire model attribute for gender select dropdown. 2021-06-29 14:48:54 +02:00
1e1aa7d461 initial commit 2021-06-28 17:33:29 +01:00