|
|
83963cce66
|
resources/views/game.blade.php: pass $item->jackpot correctly.
|
2023-03-15 20:31:52 +01:00 |
|
|
|
7b513f5040
|
app/Http/Livewire/Game.php: Implement jackpot.
|
2023-02-19 16:19:17 +01:00 |
|
|
|
11eb3ccdd2
|
Admin/Card: Adding jackpot field.
|
2023-02-19 15:42:03 +01:00 |
|
|
|
c2f3c7c4b1
|
resources/views/components/card.blade.php: color backface borders.
|
2023-01-31 09:52:42 +01:00 |
|
|
|
7009d7a349
|
resources/views/components/card.blade.php: center card text.
|
2023-01-31 08:52:01 +01:00 |
|
|
|
24886cef67
|
resources/views/game.blade.php: show card id as card number instead of loop index.
|
2023-01-31 08:06:49 +01:00 |
|
|
|
4cc0cacd0b
|
resources/views/layouts/app.blade.php: Use alpinejs 3.11.1
|
2023-01-31 08:05:08 +01:00 |
|
|
|
51fb71e469
|
Formatting fixes and cleanup.
|
2023-01-31 07:36:35 +01:00 |
|
|
|
17e091727f
|
resources/views/layouts/admin.blade.php: Add account link to menu
|
2023-01-31 00:12:40 +01:00 |
|
|
|
291d6bd128
|
livewire: adding Account form
|
2023-01-31 00:12:39 +01:00 |
|
|
|
f759542f68
|
resources/views/components/card.blade.php: add "h-full" class to backface image so it stays inside the card.
|
2023-01-29 14:07:25 +01:00 |
|
|
|
751e947956
|
resources/views/livewire/datatable.blade.php: show different text and button type depending on if trashed is set or not.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
0c493c2978
|
app/Http/Controllers/Admin/*Controller.php: refactoring so that all controllers share similar code by inheriting from BaseController and set $_datatable property.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
6482020dfd
|
Adding resources/views/admin/index.blade.php
|
2022-01-24 22:29:33 +01:00 |
|
|
|
d3b6dd29dc
|
resources/views/livewire/datatable.blade.php: include $restore_enable and $trashed in condition if we should show an Action column or not.
|
2022-01-24 22:18:37 +01:00 |
|
|
|
fcb8900a5b
|
resources/views/admin/*/index.blade.php: change route_delete and route_restore to delete_enable and restore_enable in arguments to datatable.
|
2022-01-24 22:11:05 +01:00 |
|
|
|
170a53e473
|
Livewire Datatable: adding delete/restore functionality as livewire actions instead of regular controller actions.
|
2022-01-24 22:09:46 +01:00 |
|
|
|
7c49bb8cf7
|
resources/views/admin/*/index.blade.php: add "route_restore" to datatable call.
|
2022-01-23 12:54:02 +01:00 |
|
|
|
fb288fe18b
|
resources/views/livewire/datatable.blade.php: Adding "toggleTrashed" button.
|
2022-01-23 12:53:21 +01:00 |
|
|
|
0110e8e8e7
|
resources/views/livewire/datatable.blade.php: show restore action if $trashed is set.
|
2022-01-23 12:52:56 +01:00 |
|
|
|
2382387233
|
Livewire Datatable: include "create" button.
|
2022-01-22 15:33:02 +01:00 |
|
|
|
3e1bbf77d5
|
resources/views/form/card.blade.php: Show card text preview.
|
2022-01-15 14:14:46 +01:00 |
|
|
|
b5c61cb159
|
resources/views/admin/card/index.blade.php: Sort subject and raid.
|
2022-01-15 13:36:43 +01:00 |
|
|
|
e0cc057177
|
view: adding custom error pages.
|
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 |
|
|
|
a061c8b713
|
Merge branch 'admin'
|
2022-01-09 14:12:09 +01:00 |
|
|
|
3d6dfcc66a
|
resources/views/game.blade.php: translate "Winning rows"
|
2022-01-09 14:10:20 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
be39eefd77
|
resources/views/layouts/admin.blade.php: Translate menu items.
|
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 |
|
|
|
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 |
|
|
|
78837efd2d
|
Adding Admin Controller
|
2021-12-31 17:21:00 +01:00 |
|
|
|
f47bf9ca62
|
Adding resources/views/layouts/admin.blade.php
|
2021-12-31 17:20:26 +01:00 |
|
|
|
014e1bc091
|
resources/views/layouts/app.blade.php: add "h-full" class to body (so that it's possible to have a full height sidebar).
|
2021-12-31 17:19:57 +01:00 |
|
|
|
9992f4a1ed
|
Adding Auth Controller
|
2021-12-31 17:17:28 +01:00 |
|
|
|
62b32d36e7
|
Adding LoginForm Livewire component
|
2021-12-31 17:12:40 +01:00 |
|
|
|
d40008aafc
|
Adding resources/views/layouts/auth.blade.php
|
2021-12-31 17:02:37 +01:00 |
|