|
|
cb04ba9fcc
|
app/Http/Requests/CharacterProfessionImportRequest.php: Rename to ProfessionImportRequest
|
2021-09-01 15:22:30 +02:00 |
|
|
|
2c50a372eb
|
view: refactor profession import form to an component.
|
2021-09-01 15:20:30 +02:00 |
|
|
|
3692fcc485
|
Adding Profession Import (without specified character)
|
2021-09-01 15:17:00 +02:00 |
|
|
|
aa2b27bc50
|
tests/Feature/ProfessionImport/BasicTest.php: Add missing test data.
|
2021-08-29 18:31:58 +02:00 |
|
|
|
529e6bdda4
|
resources/views/character/profession/create.blade.php: minor fixes.
|
2021-08-29 14:46:36 +02:00 |
|
|
|
f6fd635078
|
app/Http/Requests/CharacterProfessionRequest.php: Rename to CharacterProfessionImportRequest
|
2021-08-29 11:50:57 +02:00 |
|
|
|
08c60a6842
|
app/Jobs/ImportProfession.php: Fixing Exception class used incorrectly.
"Exception" class used without "use Exception;" results in php trying to find an "App\Jobs\Exception" class (which there is none of)
|
2021-08-28 17:47:05 +02:00 |
|
|
|
8eda7a315c
|
app/Jobs/ImportProfession.php: make $character variable optional and require $user.
|
2021-08-28 17:42:29 +02:00 |
|
|
|
f82f7c3571
|
app/Jobs/ImportProfession.php: Typo fix.
|
2021-08-28 16:57:59 +02:00 |
|
|
|
8cfa7f34d5
|
resources/views/layouts/app.blade.php: add flex and spacing to page_links div.
|
2021-08-28 15:14:22 +02:00 |
|
|
|
3e77520b29
|
resources/views/user/show.blade.php: Refactor to "characters" relationship as it sorts main characters first.
|
2021-08-28 15:08:22 +02:00 |
|
|
|
df08af6f7d
|
app/Models/User.php: do not reuse "characters" relationship to define "alt_characters" relationship, use a regular hasMany()
|
2021-08-28 15:06:30 +02:00 |
|
|
|
77e8792edc
|
app/Models/User.php: sort main characters first for "characters" relationship.
|
2021-08-28 15:04:32 +02:00 |
|
|
|
3f7d29ce79
|
tailwind.config.js: remove status color classes.
|
2021-08-11 19:52:27 +02:00 |
|
|
|
601d91465e
|
resources/views/components/form/inputs/*: Use "red" instead of "danger" for color classes.
|
2021-08-11 19:52:09 +02:00 |
|
|
|
e8343b7a1b
|
resources/views/components/alert.blade.php: set css classes explicitly, otherwise PurgeCSS don't know that we need them.
|
2021-08-11 19:51:29 +02:00 |
|
|
|
f11b996ebf
|
app/View/Components/Notifications.php: minor fix. don't need $cssClasses array.
e
|
2021-08-11 19:50:24 +02:00 |
|
|
|
c1b67af42d
|
tailwind.config.js: do not purge class colors.
|
2021-08-11 19:29:10 +02:00 |
|
|
|
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 |
|