|
|
95751d0d9a
|
app/Models/Card.php: use PowerJoins trait.
|
2022-01-15 13:28:52 +01:00 |
|
|
|
22f0592e94
|
composer: Adding kirschbaum-development/eloquent-power-joins
|
2022-01-15 13:28:12 +01:00 |
|
|
|
4a887240d4
|
composer.json: Update pnx/laravel-ignite to v0.1.0
|
2022-01-10 14:40:48 +01:00 |
|
|
|
d15f92dbaf
|
resources/lang/se.json: Translate "Home"
|
2022-01-09 16:15:50 +01:00 |
|
|
|
e0cc057177
|
view: adding custom error pages.
|
2022-01-09 16:15:50 +01:00 |
|
|
|
f332f0a40f
|
Translation: adding error translation files.
|
2022-01-09 16:15:50 +01:00 |
|
|
|
9c039e90d4
|
Adding resources/views/components/link.blade.php
|
2022-01-09 16:15:50 +01:00 |
|
|
|
f7ecd82c8a
|
Adding resources/views/layouts/error.blade.php
|
2022-01-09 16:15:50 +01:00 |
|
|
|
640e021ad3
|
Adding resources/images/error-bg.png
|
2022-01-09 16:15:50 +01:00 |
|
|
|
a061c8b713
|
Merge branch 'admin'
|
2022-01-09 14:12:09 +01:00 |
|
|
|
68593c8204
|
resources/lang/se.json: Adding "Winning rows" translation
|
2022-01-09 14:10:45 +01:00 |
|
|
|
3d6dfcc66a
|
resources/views/game.blade.php: translate "Winning rows"
|
2022-01-09 14:10:20 +01:00 |
|
|
|
d0abad8703
|
app/Http/Controllers/Admin/AdminController.php: in index() no need to pass model data as we use livewire datatable component.
|
2022-01-09 12:17:27 +01:00 |
|
|
|
b2e7bae463
|
resources/views/admin/admin/index.blade.php: use datatable component.
|
2022-01-09 12:16:35 +01:00 |
|
|
|
73e49332cd
|
resources/views/livewire/datatable.blade.php: Change odd background color abit.
|
2022-01-09 12:15:27 +01:00 |
|
|
|
a9ca7cc86a
|
resources/views/livewire/datatable.blade.php: only show action column if $route_edit or $route_delete is defined.
|
2022-01-09 11:55:46 +01:00 |
|
|
|
3dfbae179e
|
resources/lang/se.json: adding more translation keys.
|
2022-01-09 11:50:26 +01:00 |
|
|
|
058da68753
|
app/Http/Controllers/Admin/*: Add flash message to destroy() redirect.
|
2022-01-09 11:49:50 +01:00 |
|
|
|
64bfcc71e1
|
app/Http/Livewire/Form/ModelForm.php: Translate flash messages.
|
2022-01-09 11:39:37 +01:00 |
|
|
|
4b86674ac7
|
app/Http/Livewire/Form/ModelForm.php: use redirect()->with() helper instead of session()->flash()
|
2022-01-09 11:39:12 +01:00 |
|
|
|
436c0a1651
|
app/Http/Controllers/Admin/*: Add static method getForm() that will return the livewire component class.
This makes routing abit simpler as one only needs to import the controller.
|
2022-01-09 11:28:52 +01:00 |
|
|
|
40b73e1c5c
|
app/Http/Livewire/Form/*: extend ModelForm to share ALOT of code and make concrete form classes smaller
|
2022-01-09 11:27:22 +01:00 |
|
|
|
5f960cf3d9
|
Adding app/Http/Livewire/Form/ModelForm.php
|
2022-01-09 11:10:34 +01:00 |
|
|
|
9f147821b3
|
Adding raid controller for administrators
|
2022-01-09 11:09:22 +01:00 |
|
|
|
b155248321
|
Adding character controller for administrators
|
2022-01-09 10:44:15 +01:00 |
|
|
|
1e624a2f6c
|
Adding RaidForm livewire component
|
2022-01-09 10:42:39 +01:00 |
|
|
|
4a7c2dd66c
|
Adding CharacterForm livewire component
|
2022-01-09 10:42:39 +01:00 |
|
|
|
8a95143b8f
|
Adding se translations for standard laravel components.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
43f4ac016c
|
resources/lang/se.json: Adding more translations
|
2022-01-08 17:38:36 +01:00 |
|
|
|
be39eefd77
|
resources/views/layouts/admin.blade.php: Translate menu items.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
3827caf5e4
|
routes/web.php: Add admin card routes.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
086bd81702
|
Adding card controller for administrators
|
2022-01-08 17:38:36 +01:00 |
|
|
|
b09bed4a34
|
Adding CardForm livewire component
|
2022-01-08 17:38:36 +01:00 |
|
|
|
85924ba99e
|
Adding resources/views/components/header.blade.php
|
2022-01-08 17:38:36 +01:00 |
|
|
|
5359fbcffc
|
Adding Datatable livewire component
|
2022-01-08 17:38:36 +01:00 |
|
|
|
6097a23baf
|
remove resource/js directory (not used).
|
2022-01-08 16:46:05 +01:00 |
|
|
|
ec2213207e
|
remove and ignore public/css/app.css (it should be generated from tailwind config)
|
2022-01-08 16:46:05 +01:00 |
|
|
|
8a460b3deb
|
app/Http/Livewire/Traits/WithSort.php: rename sort_map to sort_columns
|
2022-01-08 16:32:28 +01:00 |
|
|
|
152b22c3c6
|
Adding resources/views/components/sort-link.blade.php
|
2022-01-08 16:17:03 +01:00 |
|
|
|
5b602b2701
|
resources/views/layouts/app.blade.php: user livewire alert-container component
|
2022-01-08 16:16:29 +01:00 |
|
|
|
93a40df6ec
|
resources/views/layouts/app.blade.php: Adding @igniteScripts
|
2022-01-08 16:14:14 +01:00 |
|
|
|
debc32ba1b
|
composer: update pnx/laravel-ignite
|
2022-01-08 15:20:06 +01:00 |
|
|
|
decb948f2f
|
composer.json: install pnx/laravel-ignite from master branch.
|
2022-01-08 15:18:04 +01:00 |
|
|
|
9f16f13a1a
|
Adding app/Models/Wow.php
|
2022-01-02 21:35:23 +01:00 |
|
|
|
07de4a54fa
|
app/Models/Card.php: Add "subject_type" to appends array.
|
2022-01-02 21:19:12 +01:00 |
|
|
|
65d7f4cdbe
|
app/Models/Card.php: adding getSubjectTypeAttribute()
|
2022-01-02 21:18:13 +01:00 |
|
|
|
3762e92989
|
Adding config/ignite.php
|
2022-01-02 21:16:37 +01:00 |
|
|
|
a75c9ddb99
|
Adding app/Http/Livewire/Traits/WithSort.php
|
2022-01-02 21:16:37 +01:00 |
|
|
|
18adbb4273
|
resources/lang/en/auth.php: Update "failed" translation abit.
|
2021-12-31 17:24:54 +01:00 |
|
|
|
30933e2711
|
app/Http/Kernel.php: Add auth route middleware
|
2021-12-31 17:24:27 +01:00 |
|