1
0
Fork 0
Commit graph

23 commits

Author SHA1 Message Date
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