|
|
c14166f682
|
app/Models/User.php: Add character_id to $fillable
|
2021-08-10 13:01:16 +02:00 |
|
|
|
e2e6f2b91b
|
update npm
|
2021-08-10 13:00:18 +02:00 |
|
|
|
557655daf9
|
update composer
|
2021-08-10 13:00:05 +02:00 |
|
|
|
f8c910880b
|
resources/images/logo.png: lower resolution abit
|
2021-08-10 12:59:49 +02:00 |
|
|
|
56dda59c61
|
resources/views/partials/navigation.blade.php: show logo
|
2021-08-09 19:02:42 +02:00 |
|
|
|
b703ceb0c9
|
Adding resources/images/logo.png
|
2021-08-09 19:02:31 +02:00 |
|
|
|
0c3922c697
|
resources/views/auth/login.blade.php: Use divider component.
|
2021-08-03 20:45:10 +02:00 |
|
|
|
a8f5b2464a
|
Adding resources/views/components/divider.blade.php
|
2021-08-03 20:44:51 +02:00 |
|
|
|
6325109e80
|
Merge branch 'lang'
|
2021-08-01 11:19:10 +02:00 |
|
|
|
11da8c3811
|
resources/views/auth/login.blade.php: set text color for the divider.
|
2021-07-31 14:34:05 +02:00 |
|
|
|
528178a3ee
|
Adding Swedish language
|
2021-07-31 14:24:50 +02:00 |
|
|
|
bc544a7991
|
resources/views/recipe/show.blade.php: rename heading from "Created item" to "Crafted item".
|
2021-07-31 14:16:11 +02:00 |
|
|
|
fe7d275caf
|
app/Http/Livewire/Recipes.php: translate the placeholder value in the profession option array.
|
2021-07-31 14:15:35 +02:00 |
|
|
|
531da903ae
|
views: add translations to some strings.
|
2021-07-31 14:11:42 +02:00 |
|
|
|
f5252052ff
|
resources/views/partials/navigation.blade.php: add language links.
|
2021-07-30 13:35:22 +02:00 |
|
|
|
40b9cabff1
|
icons: adding se/en flags.
|
2021-07-30 13:32:36 +02:00 |
|
|
|
64eef7cd60
|
routes/web.php: setup "set locale" route.
|
2021-07-30 13:32:36 +02:00 |
|
|
|
4b56c803a5
|
Adding app/Http/Controllers/LocaleSessionController.php
|
2021-07-30 13:32:36 +02:00 |
|
|
|
e4fd735acb
|
Adding config/lang.php
|
2021-07-30 13:32:36 +02:00 |
|
|
|
7a06097ae7
|
Adding app/Http/Middleware/Locale.php
|
2021-07-30 13:32:36 +02:00 |
|
|
|
14c41b79d3
|
resources/views/partials/navigation.blade.php: tweaking flex items-center abit.
|
2021-07-30 13:32:22 +02:00 |
|
|
|
d2dc8d5ea4
|
resources/views/partials/navigation.blade.php: link to item page.
|
2021-07-30 12:31:47 +02:00 |
|
|
|
ac7e64c75c
|
Adding Item Page
|
2021-07-30 12:31:31 +02:00 |
|
|
|
868d49af23
|
.env.example: minor fixes.
|
2021-07-25 10:34:59 +02:00 |
|
|
|
614ddefa20
|
phpunit.xml: set dedicated test database.
|
2021-07-25 10:34:39 +02:00 |
|
|
|
6f7c65fab3
|
app/Models/Item.php: add reagent_for relationship.
|
2021-07-23 17:08:49 +02:00 |
|
|
|
f9d44de6cb
|
Form: adding checkbox component.
|
2021-07-23 17:00:07 +02:00 |
|
|
|
01b1b06541
|
resources/views/components/form/inputs/*: fixing styles that where reset because of tailwind forms.
|
2021-07-23 16:59:06 +02:00 |
|
|
|
c7b2ba2660
|
tailwind.config.js: include forms plugin.
|
2021-07-23 16:56:48 +02:00 |
|
|
|
9ca47e55ce
|
npm: add tailwindcss/forms
|
2021-07-23 16:56:29 +02:00 |
|
|
|
d3eccc596f
|
app/Models/Item.php: change recipe relationship from belongsTo to hasMany.
|
2021-07-23 13:33:10 +02:00 |
|
|
|
7df1e8345d
|
app/Models/Item.php: add getRouteKeyName()
|
2021-07-23 13:27:18 +02:00 |
|
|
|
3b71b0358b
|
resources/views/livewire/recipes.blade.php: move recipe link to a component.
|
2021-07-23 13:25:13 +02:00 |
|
|
|
4628ce85ac
|
app/Models/Character.php: Clear main character relationship if a main character is deleted.
|
2021-07-22 18:56:16 +02:00 |
|
|
|
23b5103b12
|
tests/Feature/CharacterDestroyTest.php: test that deleting a main character sets character_id to null on the user object.
|
2021-07-22 18:55:40 +02:00 |
|
|
|
f3314d106a
|
app/Http/Controllers/ProfileController.php: in update() do not create hash for empty password.
|
2021-07-22 18:54:39 +02:00 |
|
|
|
099115d613
|
tests/Feature/ProfileTest.php: test that user can not set an empty password hash.
|
2021-07-22 18:53:31 +02:00 |
|
|
|
52f565f04b
|
app/Http/Controllers/ProfileController.php: in update() use Model::fill()
This is more generic as one only needs to add validated fields to Request object. and they will be saved automatically.
|
2021-07-22 18:50:13 +02:00 |
|
|
|
dccd04fe7e
|
resources/views/profile/edit.blade.php: Add main character to form.
|
2021-07-22 18:27:41 +02:00 |
|
|
|
0fef5c77d0
|
app/Http/Controllers/ProfileController.php: Save character_id on update.
|
2021-07-22 18:27:20 +02:00 |
|
|
|
15808597c2
|
app/Http/Requests/UserRequest.php: Add character_id
|
2021-07-22 18:26:51 +02:00 |
|
|
|
8f79cc295c
|
resources/views/components/form/inputs/select.blade.php: Show error.
|
2021-07-22 18:26:29 +02:00 |
|
|
|
7ba4ab30c1
|
resources/views/components/form/inputs/select.blade.php: Set selected attribute.
|
2021-07-22 18:26:12 +02:00 |
|
|
|
acce1c21b8
|
resources/views/components/form/inputs/select.blade.php: Set name attribute.
|
2021-07-22 18:26:12 +02:00 |
|
|
|
a179010914
|
resources/views/character/show.blade.php: Show user.
|
2021-07-22 18:03:15 +02:00 |
|
|
|
2f215d0b82
|
Add user page.
|
2021-07-21 18:57:10 +02:00 |
|
|
|
ecc35c6fe6
|
resources/views/components/character-card.blade.php: add option to show elite frame.
|
2021-07-21 18:56:41 +02:00 |
|
|
|
6287695f81
|
tailwind.config.js: Add scales
|
2021-07-21 18:55:57 +02:00 |
|
|
|
bf23433524
|
Adding resources/images/elite_frame.png
|
2021-07-21 18:54:20 +02:00 |
|
|
|
52bd1012a5
|
app/Models/Character.php: Add isMain()
|
2021-07-21 18:15:44 +02:00 |
|